Install
$ agentstack add skill-hasna-skills-api-docs-portal ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
API Docs Portal
Generate a polished API documentation portal from OpenAPI specs, route files, or endpoint examples.
Requirements
- Authenticate with
skills auth login. - This premium skill runs through the hosted Skills runtime; local installs expose only metadata and instructions.
Usage
skills run api-docs-portal --spec "GET /v1/projects, POST /v1/projects" --title "Acme API"
skills run api-docs-portal --spec-file ./openapi.json --base-url "https://api.example.com" --auth bearer
Options
| Option | Description | Default | |--------|-------------|---------| | --spec | OpenAPI JSON, route list, or endpoint examples. Positional text also works. | required | | --spec-file | Read the API spec or route list from a file. | none | | --title | Portal and API title. | API Documentation | | --base-url | Base URL used in examples. | https://api.example.com | | --auth | Auth mode: bearer, api-key, oauth, session, or none. | bearer | | --theme | Portal theme: light or slate. | light | | --output | Output directory for direct local execution. Hosted runs use the run export directory. | run export dir |
Outputs
site/index.htmlsite/styles.csssite/endpoints.jsonopenapi.jsonendpoint-reference.mdauth-guide.mdexamples.mdREADME.mdmanifest.json
After submitting a hosted run, poll with skills runs status and download outputs with skills exports download .
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hasna
- Source: hasna/skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.