Agent skill
api-name-api
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/api-name-api
SKILL.md
{{API_NAME}} API
Setup
Set your API key:
bash
export {{API_NAME_UPPER}}_API_KEY="your-key-here"
Available Operations
{{OPERATION_1}}
{{Description of operation}}
bash
bun run scripts/client.ts {{operation_1}} --param value
{{OPERATION_2}}
{{Description of operation}}
bash
bun run scripts/client.ts {{operation_2}} --param value
Common Workflows
Workflow 1: {{WORKFLOW_NAME}}
- First, {{step 1}}
- Then, {{step 2}}
- Finally, {{step 3}}
Error Handling
| Error | Meaning | Resolution |
|---|---|---|
| 401 | Invalid API key | Check {{API_NAME_UPPER}}_API_KEY is set correctly |
| 429 | Rate limited | Wait and retry, or reduce request frequency |
| 500 | Server error | Retry after a moment |
Requirements
- Bun runtime
- {{API_NAME_UPPER}}_API_KEY environment variable
Tips
- Use
--verboseflag for detailed output - Results are returned as JSON for easy parsing
- Paginated endpoints support
--limitand--offset
Didn't find tool you were looking for?