explore-api
Installation
SKILL.md
Explore External API
Mission
Systematically research external APIs to prevent integration bugs and validate assumptions before implementation.
When to Use
- Integrating with unfamiliar external APIs or SDKs
- Using new features of existing APIs
- Switching between API versions or providers
- Any time API documentation needs verification
Research Workflow
Phase 1: Documentation Discovery
- Official Documentation
- Primary API reference: [URL]
- SDK documentation: [URL]
- Authentication guide: [URL]
- Rate limits and quotas: [URL]