api-dev

Scaffold, test, document, and debug HTTP APIs from the command line.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/marcoamu/openclaw-workspace --skill api-dev-marcoamu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-dev
Source: https://github.com/marcoamu/openclaw-workspace/tree/main/skills/api-dev
Command: npx skills add https://github.com/marcoamu/openclaw-workspace --skill api-dev-marcoamu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans and streamlines the API development lifecycle by enabling rapid scaffolding, testing, documentation, and debugging of HTTP APIs from the command line.

Core Features & Use Cases

  • Scaffolding REST and GraphQL endpoints to bootstrap new projects
  • Testing APIs with curl-driven scripts and automated checks
  • Generating and validating OpenAPI/Swagger specifications
  • Mocking external APIs to support development and CI workflows
  • Debugging HTTP request/response issues with structured guidance

Quick Start

Create a new REST API project with a test suite and OpenAPI spec.

Frequently Asked Questions about api-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold and test REST and GraphQL APIs from the command line?

You can scaffold and test REST and GraphQL APIs by running command line scripts that bootstrap endpoints and execute curl-driven automated checks to validate HTTP responses.

What is the best way to generate OpenAPI specifications during API development?

Generating OpenAPI specifications is handled by automated command line workflows that inspect your API endpoints and produce validated Swagger or OpenAPI documentation directly from your project.

Can I mock external APIs to support my development and CI workflows?

Yes, you can mock external APIs using integrated mock servers that simulate HTTP responses, enabling isolated development and continuous integration workflows without real external dependencies.

Does this API testing workflow support curl-based validation and error reporting?

Yes, the API testing workflow relies on curl-based scripts to perform automated HTTP checks, providing structured validation and error reporting for request and response debugging.

How do I debug HTTP request and response issues for my API endpoints?

Debugging HTTP request and response issues is achieved through structured guidance and command line tools that inspect curl outputs, validate API behavior, and report errors systematically.