A streamlined tool that converts OpenAPI/Swagger specifications into functional CLI commands without needing an MCP server.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ocli-api
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 ocli-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ocli-api is a powerful utility designed to transform standard REST API descriptions into actionable command-line tools. By utilizing this within the Openclaw Skills framework, developers can interact with internal, cloud, or SaaS APIs directly from their terminal without the heavy lifting of code generation or managing complex JSON schemas in context. It provides a minimal token overhead solution, making it ideal for AI-driven automation where efficiency is paramount.
This skill enables a seamless bridge between API documentation and execution. Whether you are dealing with a local file or a remote URL spec, ocli-api allows for rapid discovery and invocation of endpoints, ensuring that your Openclaw Skills remain lightweight and highly performant across various development environments.
To get started with ocli-api, ensure you have the binary installed and your profiles configured:
npm install -g openapi-to-cli
ocli profiles add <name> \
--api-base-url <BASE_URL> \
--openapi-spec <SPEC_URL_OR_PATH> \
--api-bearer-token "$TOKEN"
ocli use <name>
The ocli-api skill organizes data through a profile-based system and an indexed command registry:
| Data Component | Description |
|---|---|
| Profiles | Stores API base URLs, authentication tokens, and specification references. |
| Command Cache | A local index of endpoints derived from the OpenAPI/Swagger spec for fast searching. |
| Parameters | Mapping of CLI flags to API request body, query, and path parameters. |
| Output | Standard JSON format returned from the API for interoperability with other tools. |
Loading
A comprehensive localization ecosystem providing Turkish personality templates, real-time news, BIST100 financial tracking, and automated daily briefs.

A layered experience mechanism that provides AI agents with per-skill memory to prevent mistakes before they happen and evolve through error-driven learning.

A professional-grade skill for programmatically managing Excel spreadsheets with a focus on dynamic formulas, financial modeling standards, and automated recalculation.

Automate the integration of Umeng U-APP statistics SDK into Android projects, covering dependencies, permissions, and privacy-compliant initialization.

A local MCP integration that connects AI agents directly to Figma Desktop for seamless design generation and code export without OAuth.

A command-line management tool for Nansen smart alerts to track real-time token flows, smart money movements, and contract calls.








































