بنقرة واحدة
api-docs-portal
Generate premium API documentation portals from OpenAPI specs, route lists, or examples.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate premium API documentation portals from OpenAPI specs, route lists, or examples.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
Run hosted browser automation and page extraction through the Skills runtime.
Run hosted deep research with parallel search, synthesis, citations, source notes, and downloadable report artifacts.
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
Create and manage grouped tmux sessions where each session focuses on its own window and its own folder. Knows workspace layout, naming conventions, and both multi-project and multi-agent patterns.
Transcribe audio, video, YouTube, Vimeo, and generic media URLs with iapp-transcriber or the hosted Skills runtime. Supports OpenAI GPT-4o transcription, OpenAI diarization, ElevenLabs Scribe v2, DeepGram, chunking, source metadata, subtitles, and JSON outputs.
| name | api-docs-portal |
| description | Generate premium API documentation portals from OpenAPI specs, route lists, or examples. |
Generate a polished API documentation portal from OpenAPI specs, route files, or endpoint examples.
skills auth login.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
| Option | Description | Default |
|---|---|---|
--spec <text> | OpenAPI JSON, route list, or endpoint examples. Positional text also works. | required |
--spec-file <path> | Read the API spec or route list from a file. | none |
--title <text> | Portal and API title. | API Documentation |
--base-url <url> | Base URL used in examples. | https://api.example.com |
--auth <mode> | Auth mode: bearer, api-key, oauth, session, or none. | bearer |
--theme <name> | Portal theme: light or slate. | light |
--output <dir> | Output directory for direct local execution. Hosted runs use the run export directory. | run export dir |
site/index.htmlsite/styles.csssite/endpoints.jsonopenapi.jsonendpoint-reference.mdauth-guide.mdexamples.mdREADME.mdmanifest.jsonAfter submitting a hosted run, poll with skills runs status <run-id> and download outputs with skills exports download <run-id>.