AgentStack
SKILL verified Apache-2.0 Self-run

Api Docs Portal

skill-hasna-skills-api-docs-portal · by hasna

Generate premium API documentation portals from OpenAPI specs, route lists, or examples.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-hasna-skills-api-docs-portal

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Api Docs Portal? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.html
  • site/styles.css
  • site/endpoints.json
  • openapi.json
  • endpoint-reference.md
  • auth-guide.md
  • examples.md
  • README.md
  • manifest.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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.