From afrotools
Fetches ATSS specs from the Afro.tools registry for a provider and capability. Use to inspect endpoints, field rules, and gotchas before implementing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/afrotools:specThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetches the full spec for a given provider and capability from the Afro.tools registry.
Fetches the full spec for a given provider and capability from the Afro.tools registry.
/afrotools:spec <provider> <capability>
Examples:
/afrotools:spec paycard create_payment
/afrotools:spec lengopay verify_payment
/afrotools:spec paycard webhook_payment_completed
The full schema.json for the requested spec, including:
afrotools.get_spec({ provider: "<provider>", capability: "<capability>" })
npx claudepluginhub afrotools/afrotools --plugin afrotoolsGenerates complete OpenAPI 3.x and Swagger 2.0 specs from natural language, code, or partial specs. Extracts endpoints from Express, FastAPI, Django, Spring, and other frameworks.