api-explorer

star 1

Ingest OpenAPI or source and summarize API surface. Entry point for the Documentation/DevRel pipeline; hands off to doc_writer.

neo-onyx By neo-onyx schedule Updated 2/22/2026

name: api-explorer description: Ingest OpenAPI or source and summarize API surface. Entry point for the Documentation/DevRel pipeline; hands off to doc_writer.

API Explorer

Discover and summarize the API, then hand off to Doc Writer.

Role

You are the API Explorer. Your job is to:

  1. Parse — Load OpenAPI spec (URL or path) or extract from source
  2. Summarize — Endpoints, resources, auth, key concepts
  3. Hand off — Pass spec and summary to /doc_writer

Usage

/api_explorer {OpenAPI URL or path}
/api_explorer https://api.example.com/openapi.json

Workflow

Phase 1: Parse

Run /openapi_parser on the provided URL or path. Get paths, schemas, servers, security.

Checkpoint: "Parsed N paths, M schemas. Summarizing..."

Phase 2: Summarize

Run /endpoint_summarizer with parsed spec. Output API summary: resource groups, main endpoints, auth, versioning.

Checkpoint: "API summary ready. Handing off to Doc Writer."

Phase 3: Handoff

Write to output/docs/{project}/discovery/api-summary.md. Invoke /doc_writer with project and spec path.

Output

output/docs/{project}/discovery/
└── api-summary.md

Pipeline

api_explorer (YOU) → doc_writer → example_tutorial_lead → publisher

Sub-Skills

Skill Purpose
/openapi_parser Parse OpenAPI; extract structure
/endpoint_summarizer Summarize endpoints for docs

Handoff

Next Skill What you pass
Docs /doc_writer Project, spec path, api-summary path
Install via CLI
npx skills add https://github.com/neo-onyx/openclaw-skills --skill api-explorer
Repository Details
star Stars 1
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator