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 agentmods add skills/j-dturner/etsy-api-skill/etsy-apinpx skills add J-DTurner/etsy-api-skill --skill etsy-apigit clone --depth 1 https://github.com/J-DTurner/etsy-api-skillWrote 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/j-dturner/etsy-api-skill/etsy-api)<a href="https://agentmods.dev/skills/j-dturner/etsy-api-skill/etsy-api"><img src="https://agentmods.dev/badge/skills/j-dturner/etsy-api-skill/etsy-api.svg" alt="Measured on agentmods" 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 | $0.00048 | $0.00859 |
| Opus 5 | $0.00024 | $0.00430 |
| Sonnet 5 | $0.00010 | $0.00172 |
| Haiku 4.5 | $0.00005 | $0.00086 |
Grade A, and why
etsy-api scanned grade A with 0 findings 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 5d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Etsy Open API v3 Skill
Use this skill when you need to read or modify Etsy shop resources using Etsy Open API v3, including:
- Listings: create drafts, update listing metadata, upload images/files, manage videos, update inventory/offerings
- Shop: retrieve/update shop settings, shop sections, shipping profiles, processing profiles, return policies
- Receipts/orders: retrieve receipts and transactions, post-purchase workflows
- Taxonomy: seller/buyer taxonomy nodes and properties
- Webhooks: create/rotate endpoints, subscribe to events, verify signatures
This skill package includes reference docs and scripts to make correct, rate-limit-aware requests.
Authentication model (critical)
Etsy uses:
- API key header on all requests
- OAuth 2.0 user tokens (Authorization Code + PKCE) for scoped/private endpoints
Required headers
All requests must include:
x-api-key: <ETSY_KEYSTRING>:<ETSY_SHARED_SECRET>
Scoped endpoints additionally require:
Authorization: Bearer <ETSY_OAUTH_USER_ID>.<ETSY_OAUTH_ACCESS_TOKEN>
Note: Etsy’s Bearer token format includes the numeric user id, a dot (
.), and then the access token.
See:
references/02_authentication.mdreferences/03_request_standards.md
Rate limits (must follow)
Etsy enforces per-application rate limits:
- QPS (queries per second)
- QPD (queries per day) using a rolling 24-hour sliding window
When you receive HTTP 429, honor the retry-after header and use exponential backoff.
See:
references/04_rate_limits.md
Scripts you can run (code_execution)
All scripts are under skills/etsy-api/scripts/.
1) Make requests safely
Use the CLI to perform an arbitrary request with proper headers:
python skills/etsy-api/scripts/etsy_cli.py request GET /v3/application/listings?state=active
You can pass a body for POST/PUT with --data (JSON) or --form (x-www-form-urlencoded).
2) OAuth helpers (PKCE + token exchange)
Generate a PKCE verifier/challenge and an authorization URL:
What ships with it
21 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.
- examples/list_active_listings.py 658 B runs code
- README.md 292 B
- references/00_overview.md 611 B
- references/01_skill_standard.md 1.1 KB
- references/02_authentication.md 1.3 KB
- references/03_request_standards.md 1016 B
- references/04_rate_limits.md 999 B
- references/05_webhooks.md 1.1 KB
- references/06_definitions.md 1013 B
- references/07_openapi_spec.md 612 B
- references/08_common_workflows.md 1.8 KB
- references/09_error_handling.md 573 B
- references/10_scopes.md 513 B
- references/11_terms_and_policies.md 1.1 KB
- references/openapi/README.md 308 B
- scripts/etsy_cli.py 5.5 KB runs code
- scripts/etsy_http.py 9.9 KB runs code
- scripts/fetch_openapi_spec.py 1.9 KB runs code
- scripts/oauth_pkce.py 8.7 KB runs code
- scripts/openapi_search.py 2.0 KB runs code
- scripts/webhook_verify.py 3.1 KB runs code
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.
- 5d ago First seen · 113 lines · 48 tokens per session scan A fe601779de73
etsy-api is a skill published in the GitHub repository J-DTurner/etsy-api-skill (5 stars, last pushed 7mo ago), licensed MIT. It adds 48 tokens to every session and 859 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
nemoclaw-contributor-implement-issue
Implement an accepted NemoClaw GitHub issue in the current checkout. Use when a user asks to pick up an issue for implementation, implement or fix a named issue, or add the issue's tests. Confirm accepted scope, deliver the smallest independently valuable capability slice, and record validation and remaining gates…
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
shopify-functions
Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location…
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.