egoist

Ccapi — Development skill for Claude Code

Development community

Use Claude Code with a Claude API compatible endpoint.

How to install Ccapi

This entry records only its repository, not the path inside it, so there is no exact command to give. Open egoist/ccapi and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Ccapi does

Use Claude Code with a Claude API compatible endpoint.

Alternatives in Development

  • Browser Tools MCP — Monitor browser logs directly from Cursor and other MCP compatible IDEs 7.2k ★
  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★
  • Pi Skills — Skills for pi coding agent (compatible with Claude Code and Codex CLI) 1.3k ★

README

ccapi

Use Claude Code with a Claude API compatible endpoint.

Install

npm install -g @egoist/ccapi

Why?

I want the `claude` command to always use the Claude subscription, but I also want to use the Claude API for other purposes. This tool allows you to run the `claude` command with a specified API endpoint without changing the default behavior of the `claude` command.

Configuration

In `~/.config/ccapi/config.json`, you can specify the API endpoint and other settings:

{
  "base_url": "https://your-api.com",
  "api_key": "sk-xxx"
}

Then run `ccapi` to run Claude Code with the specified API.

License

MIT