Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add lunw/shopline-ai-toolkit-dsh --skill shopline-admin-restgit clone --depth 1 https://github.com/lunw/shopline-ai-toolkit-dshWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lunw/shopline-ai-toolkit-dsh/shopline-admin-rest)<a href="https://agentmods.dev/skills/lunw/shopline-ai-toolkit-dsh/shopline-admin-rest"><img src="https://agentmods.dev/badge/skills/lunw/shopline-ai-toolkit-dsh/shopline-admin-rest/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lunw/shopline-ai-toolkit-dsh/shopline-admin-rest"><img src="https://agentmods.dev/badge/skills/lunw/shopline-ai-toolkit-dsh/shopline-admin-rest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00053 | $0.00895 |
| Opus 5 | $0.00026 | $0.00447 |
| Sonnet 5 | $0.00011 | $0.00179 |
| Haiku 4.5 | $0.00005 | $0.00089 |
Grade A, and why
shopline-admin-rest scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl --location 'https://open001.myshopline.com/admin/openapi/v20260601/products/products.json' \ How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SHOPLINE Admin REST API
The Admin REST API is the standard data interface for apps to read and manage store data. Always check the current endpoint definition with the official MCP tool mcp__shopline__search_admin_rest_endpoints / mcp__shopline__get_admin_rest_endpoint_detail (see shopline-dev-mcp) — the docs are the source of truth for parameters and examples.
URL format
https://{handle}.myshopline.com/admin/openapi/{version}/{endpoint}.json
handle: store handle, e.g.open001fromopen001.myshopline.com— never hardcode a full domain in reusable code.version:vYYYYMMDD(e.g.v20260601). 8 versions live concurrently; stable versions last ~12 months.endpoint: resource path, e.g.products/products.json,orders/orders.json.
Example — list products:
curl --location 'https://open001.myshopline.com/admin/openapi/v20260601/products/products.json' \
--header 'Authorization: Bearer {accessToken}'
Auth
Authorization: Bearer {accessToken} — token from OAuth (10 h validity, see shopline-oauth) or a private-app token from the Admin (3 years).
Common endpoint patterns
| Resource | Examples |
|---|---|
| Products | products/products.json (list/get/update/delete), variants under products/{product_id}/variants.json |
| Orders | orders/orders.json, orders/{order_id}.json |
| Customers | customers/customers.json |
| Inventory | inventory/...json (inventory items, levels) |
| Bundles/combos, articles, collections, prices, gift cards | resource-specific paths under /admin/openapi/{version}/ |
Use mcp__shopline__search_admin_rest_endpoints to find the exact path and mcp__shopline__get_admin_rest_endpoint_detail for full parameter/response definitions and examples.
Pagination
SHOPLINE REST list endpoints paginate with page-based params (page, page_size or limit — check the endpoint detail) or cursor-based ones, depending on the resource. Always read the endpoint definition; responses include the requested window plus often total/page_count metadata. Do not assume infinite scrolling works — some endpoints cap results per page.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 68 lines · 53 tokens per session scan A f76fa44f8876
shopline-admin-rest is a skill published in the GitHub repository lunw/shopline-ai-toolkit-dsh (5 stars, last pushed 15d ago), licensed MIT. It adds 53 tokens to every session and 895 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
stripe-billing-subscriptions
Analyze Stripe customers, subscriptions, prices, invoices, payment status, and lifecycle transitions with explicit environment and object scope.
customer-billing-ops
Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage revenue-impacting billing operations.
inventory-demand-planning
Codified expertise for demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation at multi-location retailers. Informed by demand planners with 15+ years experience managing hundreds of SKUs. Includes forecasting method selection, ABC/XYZ analysis, seasonal transition…
customs-trade-compliance
Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Informed by trade compliance specialists with 15+ years experience. Includes HS classification logic, Incoterms application, FTA utilization, and…
style
Luxe fashion-commerce editorial design with a deep-indigo canvas, oversized numerals, large image-led storytelling, rounded capsules/cards, and restrained monochrome accents.
manage-taskboard
Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…