A powerful automation utility that transforms REST APIs into fully documented Openclaw Skills using OpenAPI specifications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install neckr0ik-api-wrapper
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install neckr0ik-api-wrapper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The API Wrapper Generator is a professional-grade tool designed to accelerate the development of AI agent capabilities by bridgeing the gap between standard REST APIs and agentic workflows. By analyzing OpenAPI specifications or direct URLs, it automatically constructs the necessary scaffolding for new Openclaw Skills, including technical documentation, metadata configurations, and execution scripts. This ensures that any API-driven service can be instantly accessible to AI agents without manual boilerplate coding.
This utility is essential for developers looking to scale their agent integrations. It handles the complexities of request validation, endpoint mapping, and multi-scheme authentication, resulting in consistent and reliable Openclaw Skills that follow best practices for agentic interoperability.
To generate new Openclaw Skills from an existing API, install the wrapper utility and use the following CLI commands:
# Generate a skill from a remote OpenAPI specification
neckr0ik-api-wrapper generate --spec https://api.example.com/openapi.json --name my-api
# Generate from a local specification file
neckr0ik-api-wrapper generate --spec ./openapi.yaml --name my-api
# Validate a specification before running the generator
neckr0ik-api-wrapper validate --spec https://api.example.com/openapi.json
The generator produces a structured output designed for seamless integration with the agent environment. The following schema defines the core files created for all Openclaw Skills:
| Component | Format | Purpose |
|---|---|---|
| SKILL.md | Markdown | Comprehensive documentation for the agent, detailing methods, paths, and usage examples. |
| claw.json | JSON | Metadata including skill version, name, and configuration requirements. |
| scripts/api.py | Python | A generated client library that handles authentication headers and HTTP requests. |
Each operation from the API spec is mapped to a specific function within the generated script, maintaining technical fidelity to the original documentation.
Loading
A comprehensive utility for reading, analyzing, and manipulating a wide variety of image formats using native macOS tools and ffmpeg.

A versatile utility for extracting text, metadata, and converting various document formats including PDF, Word, and Excel.

A comprehensive audio processing toolkit for AI agents to analyze, convert, and manipulate media files using industry-standard CLI tools.

A professional-grade portrait segmentation skill for AI agents to perform automatic image matting and contour recognition.

A comprehensive library of 50+ production-ready automation templates for n8n, Make.com, and Zapier accessible via CLI.

A comprehensive code generation tool for creating project structures, database models, and API clients across multiple programming languages.








































