Stats
Actions
Tags
Run Makestar admin low-level resource scripts consistently across admin and OMS paths.
How this skill is triggered — by the user, by Claude, or both
Slash command
/makestar-admin-skills:makestar-admin-resource-scriptsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to run the low-level resource probes without inventing new request shapes.
Use this skill to run the low-level resource probes without inventing new request shapes.
makestar-admin --version.brew install makestarlab/tap/makestar-admin-cli; Windows winget install Makestar.MakestarAdminCLI; otherwise use the public release MSI/archive..venv, uv, PYTHONPATH, or Python module fallback from an installed skill/plugin bundle.makestar-admin auth statusmakestar-admin auth logineval "$(makestar-admin auth token --shell)"$tokens = makestar-admin auth token --json | ConvertFrom-Json
$env:MAKESTAR_ADMIN_ADMIN_TOKEN = $tokens.MAKESTAR_ADMIN_ADMIN_TOKEN
$env:MAKESTAR_ADMIN_OMS_TOKEN = $tokens.MAKESTAR_ADMIN_OMS_TOKEN
cmd.exe is not recommended; prefer PowerShell or Git Bash.MAKESTAR_ADMIN_ADMIN_TOKENMAKESTAR_ADMIN_OMS_TOKENmakestar-admin auth is not logged in or unavailable, load makestar-admin-auth-token for login/status/token handling first.makestar-admin-browser-token only as the fallback when CLI token acquisition is unavailable or blocked.makestar-admin product-events latest --display-status displayed --size 10makestar-admin product-events list-by-code --code <event_code>makestar-admin product-events detail <event_id>makestar-admin product-contents list <product_id>makestar-admin skus search --size 10makestar-admin skus stock-detail <sku_code>
price, purchasePrice, taxationYn, vendorName, productionCompanyNamemakestar-admin orders list --size 10makestar-admin orders detail <order_no>makestar-admin orders get --ids <order_no1>,<order_no2>makestar-admin purchase-orders list --size 10makestar-admin purchase-orders detail <purchase_order_code>makestar-admin purchase-requests list --size 10makestar-admin purchase-requests detail <purchase_order_request_id>makestar-admin advance-ship-notices search --purchase-order-code <purchase_order_code>makestar-admin inbounds list --size 10makestar-admin inbounds detail --purchase-order-code <po_code> --goods-received-note-id <grn_id>makestar-admin user-groups list --size 10makestar-admin user-groups detail <group_id> --include-balancemakestar-admin user-groups members list <group_id>makestar-admin user-groups orders list <group_id>makestar-admin user-groups deposit-logs list <group_id>makestar-admin user-groups list --name-or-email [email protected] --size 10makestar-admin user-groups list --company-name 다이브원 --size 10makestar-admin user-groups list --manager-name 이재원 --size 10makestar-admin user-groups list --has-offline-store True --size 10makestar-admin user-groups list --user-group-grade 4 --user-group-grade 0 --size 10makestar-admin user-groups detail 484 --include-balancemakestar-admin user-groups members list 484makestar-admin user-groups orders list 478makestar-admin user-groups deposit-logs list 477makestar-admin user-groups deposit-logs list 477 --log-type EARNmakestar-admin user-groups deposit-logs list 477 --start-date 2026-03-31 --end-date 2026-03-31makestar-admin orders list --size 10makestar-admin orders detail C260418201844345M1makestar-admin orders list --product-event-code P_10103_BBGIRLS_3 --size 10makestar-admin orders list --b2b --size 10makestar-admin purchase-orders list --size 10makestar-admin purchase-orders detail <purchase_order_code>makestar-admin purchase-requests list --size 10makestar-admin purchase-requests detail <purchase_order_request_id>makestar-admin advance-ship-notices search --purchase-order-code <purchase_order_code>makestar-admin inbounds detail --purchase-order-code <po_code> --goods-received-note-id <grn_id>makestar-admin skus search --size 10makestar-admin skus stock-detail SKU022138makestar-admin product-events latest --display-status displayed --size 10makestar-admin product-events list-by-code --code <event_code>makestar-admin product-events detail <event_id>makestar-admin product-contents list <product_id>/user-group/{id} is a composite page contract, not a single API. In practice it is backed by:
retrieve_user_grouplist_user_group_memberlist_user_group_orderdeposits/balancedepositssearch is broad simple searchcompany_name behaves like partial textname_or_email is high-precisionmanager_name currently behaves closer to exact/high-precision than broad substring partialuser_group_grade works with repeated query keys, not bracket-style array encodingpurchasePrice = 매입가 / cost-side priceprice = general price field exposed by SKU detailskus_stock_detail script summary does not print both values, inspect the raw response or query the endpoint directly with the current browser-derived token.makestar-admin-auth-token and stage env vars with the Bash/Git Bash or PowerShell command from that skill; use browser XHR/fetch extraction only as fallback.references/scripts.mdreferences/question-patterns.mdCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub makestarlab/makestar-admin-ai-toolkit --plugin makestar-admin-skills