Skills api-documentation
Creates comprehensive API documentation including OpenAPI specs, reference guides, tutorials, and Postman collections. Makes your API developer-friendly.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1477009639zw-blip/api-documentation" ~/.claude/skills/openclaw-skills-api-documentation && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/1477009639zw-blip/api-documentation" ~/.openclaw/skills/openclaw-skills-api-documentation && rm -rf "$T"
manifest:
skills/1477009639zw-blip/api-documentation/SKILL.mdsource content
API Documentation Service
What You Get
OpenAPI 3.0 Specification
- Complete paths and operations
- Request/response schemas
- Authentication documentation
- Error codes and descriptions
- Examples for every endpoint
Developer Guide
- Getting started tutorial
- Authentication setup
- Code examples in 5+ languages
- SDK installation guides
- Rate limiting documentation
Reference Manual
- Alphabetical endpoint reference
- Request/response field descriptions
- Data types and formats
- Pagination and filtering
Postman Collection
- Ready-to-use requests
- Environment variables
- Test scripts
- Auto-generated from OpenAPI
Pricing
| Type | Endpoints | Turnaround | Price |
|---|---|---|---|
| Simple API | 5-10 | 2 days | $100 |
| Medium API | 10-30 | 4 days | $300 |
| Complex API | 30+ | 7 days | $800 |
Tools
- Swagger/OpenAPI 3.0
- Stoplight Elements
- Redoc
- Postman
- Docusaurus