From dataspoke
Reads from the DataSpoke Metadata Generation API via its OpenAPI spec. Stub — only supports basic reads and questions about the API surface.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dataspoke:dataspoke-metagen [question][question]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Metadata Generation has no dedicated end-user workflow yet. This skill answers questions about the
Metadata Generation has no dedicated end-user workflow yet. This skill answers questions about the
feature's public surface and makes read calls; it does not run generation or review candidates. If
dataspoke-api reports no access, send the user to /dataspoke:dataspoke-access.
/api/v1/spoke/metagen/… (global conf, method/run, event, items/
candidates) and /api/v1/spoke/common/data/{urn}/attr/metagen/… (per-dataset boundary, items,
candidate review).redoc_url from
~/.dataspoke/config.json, or dataspoke-api GET /openapi.json.dataspoke-api GET /spoke/metagen/item.Do not invent behavior beyond what the API exposes. Promotion to a full skill awaits a concrete end-user scenario.
npx claudepluginhub selhorys/dataspoke-baseline --plugin dataspokeAnswers questions about DataSpoke Governance public API metrics and makes read calls against the deployed instance's OpenAPI contract.
Guides SAP API documentation per SAP API Style Guide standards for REST, OData, Java, JavaScript, .NET, C/C++ APIs, covering naming, OpenAPI specs, comments, checklists, deprecation.
Generates API docs from code or OpenAPI specs with examples, schemas, interactive Swagger UI/Redoc, and exports to Markdown, PDF, Postman, SDKs.