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 medusajs/medusa-agent-skills --skill building-with-medusagit clone --depth 1 https://github.com/medusajs/medusa-agent-skillsWrote 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/medusajs/medusa-agent-skills/building-with-medusa)<a href="https://agentmods.dev/skills/medusajs/medusa-agent-skills/building-with-medusa"><img src="https://agentmods.dev/badge/skills/medusajs/medusa-agent-skills/building-with-medusa/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/medusajs/medusa-agent-skills/building-with-medusa"><img src="https://agentmods.dev/badge/skills/medusajs/medusa-agent-skills/building-with-medusa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
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.00070 | $0.03823 |
| Opus 5 | $0.00035 | $0.01912 |
| Sonnet 5 | $0.00014 | $0.00765 |
| Haiku 4.5 | $0.00007 | $0.00382 |
Grade A, and why
building-with-medusa 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 -X POST http://localhost:9000/admin/reviews/123/approve \ The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- reference/api-routes.md 23 KB
- reference/authentication.md 18 KB
- reference/custom-modules.md 8.2 KB
- reference/data-models.md 2.4 KB
- reference/error-handling.md 5.5 KB
- reference/frontend-integration.md 6.8 KB
- reference/module-links.md 11 KB
- reference/querying-data.md 25 KB
- reference/scheduled-jobs.md 12 KB
- reference/subscribers-and-events.md 15 KB
- reference/troubleshooting.md 4.7 KB
- reference/workflow-hooks.md 3.1 KB
- reference/workflows.md 16 KB
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 · 386 lines · 70 tokens per session scan A 148d3f383b4e
building-with-medusa is a skill published in the GitHub repository medusajs/medusa-agent-skills (215 stars, last pushed 3d ago), with no licence file. It adds 70 tokens to every session and 3,823 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-30.
Other skills, from other repositories
acp-checkout-mcp
Implement ACP checkout as an MCP server, exposing checkout operations as MCP tools. Use when building an MCP-based commerce server for AI agents that use tool-calling to complete purchases.
acp-checkout-rest
Implement the ACP REST checkout API — create, update, retrieve, complete, and cancel checkout sessions. Use when building merchant-side checkout endpoints, handling the checkout session state machine, or integrating with AI agent checkout flows.
acp-orders-webhooks
Implement ACP order lifecycle management and webhook event delivery. Use when building order creation, status tracking, fulfillment updates, post-purchase adjustments, and HMAC-signed webhook emission.
acp-setup
Scaffold an ACP merchant server project — install dependencies, import OpenAPI specs and JSON schemas, configure environment, and create initial endpoint stubs. Use when starting a new ACP implementation from scratch.
weaverse-content-api
Use when reading or updating live Weaverse content programmatically — pulling projects/pages/theme settings, bulk-editing page content, pushing AI-generated copy, deleting pages, or uploading media to Shopify for use in Weaverse. Triggers on requests to update a Weaverse project via API, push content to a live…
medusa-development
Extend the open-source Medusa commerce platform with custom services, event subscribers, and API endpoints for unique business requirements.