Fast routing skill for read-only Makestar admin queries using verified resource scripts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/makestar-admin-skills:makestar-read-only-queryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when the user asks to look something up in Makestar admin/OMS without changing data.
Use this when the user asks to look something up in Makestar admin/OMS without changing data.
This is the thin operator-facing layer built on top of the broader makestar-admin-resource-scripts skill.
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-token first and stage tokens with the shell-appropriate Bash/Git Bash or PowerShell command from that skill.makestar-admin-browser-token only when the Auth CLI path is unavailable or blocked.references/routes.md./user-group/{id} is involved, remember it is a composite page and split the read into detail / members / orders / deposit resources as needed.makestar-admin-resource-scripts and inspect the contract before inventing flags.group_id, order_no, purchase_order_code, purchase_order_request_id, sku_code, event_id.raw(label) form on first mention.
grade 0(E)./user-group/{id} is composed from detail, members, orders, balance, and deposit logs.makestar-admin user-groups list --name-or-email <email> --size 10makestar-admin user-groups list --company-name <company> --size 10makestar-admin user-groups list --manager-name <manager> --size 10makestar-admin user-groups list --country-code KR --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 <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 deposit-logs list <group_id> --log-type EARNmakestar-admin user-groups deposit-logs list <group_id> --start-date 2026-03-31 --end-date 2026-03-31makestar-admin orders list --size 10makestar-admin orders list --b2b --size 10makestar-admin orders list --product-event-code <event_code> --size 10makestar-admin orders list --recipient-name <name> --size 10makestar-admin orders list --shipping-status 0 --size 10makestar-admin orders detail <order_no>makestar-admin purchase-orders list --size 10makestar-admin purchase-orders list --purchase-order-code <po_code> --size 10makestar-admin purchase-orders list --vendor-id <vendor_id> --size 10makestar-admin purchase-orders detail <purchase_order_code>makestar-admin purchase-requests list --size 10makestar-admin purchase-requests list --status REQUESTED --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 search --below-safety-quantity-only Y --size 10makestar-admin skus search --vendor-id <vendor_id> --size 10makestar-admin skus stock-detail <sku_code>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>/user-group/{id} is not a single API. Treat it as a composite page.references/routes.mdreferences/response-templates.mdUse references/routes.md as the operator cheat sheet: it now includes Korean question examples next to the verified command routes.
Use references/response-templates.md when you want the answer itself to follow a stable operator-style shape.
Creates, 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