Build CLI from API specs

skill-creatorskillsetup L30
sandiiarov/skill-creator
What it does

Turn any MCP server, OpenAPI spec, or

Best for

Best for instantly converting OpenAPI specs, GraphQL schemas, or MCP servers into reusable agent skills.

Inputs
  • · API spec URL (OpenAPI/GraphQL)
  • · URL or endpoint
  • · CLI arguments (name, config)
  • · Auth token/API key
Outputs
  • · Markdown documentation/skill file
  • · JSON output/config
  • · CLI commands/scripts
  • · Generated files/artifacts
  • · AI prompt/instruction
  • · Agent skill
Requires
  • · MCP servers
  • · OpenAPI specs
  • · GraphQL schemas
  • · GitHub API
  • · Node.js runtime
Preconditions
  • · Package installed (npm/pip)
  • · Authentication credentials set
  • · Runtime installed
  • · MCP client running
Failure modes
  • · Missing or invalid credentials → command fails to authenticate
  • · Missing file/directory → file not found error
  • · Malformed JSON/response → parsing error
Trust signals
  • · Open source repository available
  • · Easy one-command install via npm
  • · Tested and CI-verified