api2cliGenerate or discover a CLI + AgentSkill for any REST API. Use when: user says 'create a CLI for X', 'wrap this API', 'search if a CLI exists', 'install an ex...
Install via ClawdBot CLI:
clawdbot install melvynx/api2cliGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api2cli.dev/api/publish-cliPotentially destructive shell commands in tool definitions
curl -fsSL https://bun.sh/install | bashCalls external URL not in known-safe list
https://bun.sh/installAI Analysis
The skill's external calls (api2cli.dev, bun.sh) are consistent with its stated purpose of CLI generation and tool installation. The POST to api2cli.dev for publishing is a documented feature, not hidden credential harvesting. The primary risk is the potential for arbitrary code execution via the bun installer, but this is a standard installation method for a known tool.
Generated Mar 20, 2026
A developer wants to create a CLI tool for their company's internal REST API that manages customer subscriptions. They need to enable support teams to quickly check subscription status and billing details without accessing the web dashboard. The api2cli tool can scaffold the CLI with authentication and implement subscription resource commands.
A DevOps engineer needs to automate infrastructure management by creating a CLI for their cloud provider's REST API. They want to wrap API endpoints for managing virtual machines, storage, and networking into simple terminal commands. api2cli helps discover the API, generate the scaffold, and implement resource actions for deployment automation.
An open source maintainer has built a data processing API and wants to make it accessible via CLI for wider adoption. They need to publish the CLI to npm and GitHub so users can install it globally. api2cli handles the complete workflow from skill generation to publishing across multiple registries.
A large organization has multiple internal REST APIs across departments that need consistent CLI interfaces for automation scripts. The team uses api2cli to create standardized CLIs with uniform help systems and JSON output, then publishes them to their private registry for internal distribution.
A developer wants to find existing CLI tools for popular APIs like Stripe or GitHub before building their own. They use api2cli's registry search functionality to discover and install pre-built CLIs, saving development time and ensuring they use community-vetted implementations.
Offer basic CLI generation and registry search for free, while charging for advanced features like custom templates, private registry hosting, team collaboration tools, and priority support. Revenue comes from monthly subscriptions for teams and enterprises needing scalable API tooling solutions.
Sell site licenses to large organizations that need to standardize CLI creation across multiple teams and APIs. Include features like on-premises registry hosting, custom branding, compliance reporting, and dedicated support. Target companies with extensive internal API ecosystems.
Operate a registry marketplace where developers can publish and discover CLI tools. Generate revenue through commission fees on paid CLI downloads or premium listings. Offer verified publisher programs and featured placements to drive marketplace activity and transactions.
💬 Integration Tip
Always run the registry search first to avoid rebuilding existing CLIs, and complete the mandatory skill finalization step with real command introspection before publishing to ensure quality documentation.
Scored Apr 19, 2026
Audited Apr 17, 2026 · audit v1.0
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.