The Corbits Skill is the fastest way to use Corbits from an AI agent. Install it once, and your agent can search for APIs, browse endpoints, check pricing, and make paid calls — all through simple slash commands, with payment handled automatically.Documentation Index
Fetch the complete documentation index at: https://docs.corbits.dev/llms.txt
Use this file to discover all available pages before exploring further.
Install
- Claude Code
- OpenCode
Add the marketplace and install:
Setup
Run the init command to configure your wallet keys and install dependencies:- Prompt for your Solana keypair and/or EVM private key (both optional — configure at least one)
- Install Bun if not already present
- Scaffold a local project for handling API calls and payment
- Store credentials securely (macOS Keychain, or
~/.config/corbits/credentials/on Linux)
You can skip either wallet during setup. The skill works with whichever chains you configure.
Commands
| Command | Description |
|---|---|
/corbits init | Set up wallet keys and install dependencies |
/corbits search <query> | Search for API proxies matching a query |
/corbits search | List all available proxies |
/corbits status | Show the currently selected proxy |
/corbits list | Show all endpoints for the current proxy |
/corbits call | Pick an endpoint and call it |
/corbits call <filter> | Filter endpoints by name (e.g. /corbits call models) |
Typical workflow
1. Find an API
2. Browse endpoints
3. Make a call
Credential storage
| Platform | Storage |
|---|---|
| macOS | Keychain (security CLI) |
| Linux | ~/.config/corbits/credentials/ (mode 600) |
| OpenClaw | Environment variables via openclaw.json |