Скилл Ozon
Use this skill for targeted Ozon Seller API lookups and integration help. Treat swagger.json as the only API documentation source of truth.
Do not rely on static protocol notes in this skill body. Use Swagger-derived helper output instead:
Run helper commands from this skill directory, or use an absolute path to scripts/lookup-operation.js. In Claude Code, ${CLAUDE_SKILL_DIR} points at this skill directory.
1. For a bird's-eye view, start with the Swagger-backed map. It uses x-tagGroups and tag metadata from swagger.json:
node scripts/lookup-operation.js --map
2. For targeted search, query the read-only helper:
node scripts/lookup-operation.js --query "product list" --limit 5
3. For a known endpoint, path, or operation ID:
node scripts/lookup-operation.js --operation-id ProductAPI_GetProductList --details
node scripts/lookup-operation.js --path /v3/product/list --details
4. For lower-level navigation, list raw tags or operations in one tag:
node scripts/lookup-operation.js --tags
node scripts/lookup-operation.js --tag ProductAPI --limit 20
5. For compact non-operation docs such as auth, OAuth, errors, push notifications, or news:
node scripts/lookup-operation.js --doc-tags
node scripts/lookup-operation.js --doc-tag Auth --grep token --limit 20
6. Add --schemas only when request or response fields are needed:
node scripts/lookup-operation.js --operation-id ProductAPI_GetProductList --details --schemas
7. Run validation after changing swagger.json or the helper:
node scripts/lookup-operation.js --validate
8. Do not open the full swagger.json unless the user explicitly asks for broad source material. Use the lookup script for compact output.
| Путь | Размер | SHA256 |
|---|---|---|
| .gitignore | 27 | 15775b3ccf1e4f37... |
| README.md | 3452 | 4e74479aa43b71b3... |
| SKILL.md | 3362 | e177f9d718a4b84f... |
| scripts/lookup-operation.js | 21735 | 1288c4e1efee5fc8... |
| swagger.json | 2705616 | 333e5cec33559cde... |
Войдите, чтобы оставить комментарий.
Комментариев пока нет.