Stats
Actions
Tags
From claude-fake-api
Start, stop, or check status of the fake Anthropic API proxy
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-fake-api:fake-api start|stop|statusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run the fake-api CLI with the given subcommand and show its output verbatim to the user. Do not add commentary unless it errors. Command to execute: If no argument is provided, default to `status`. After running `start` successfully, remind the user to set these env vars in the terminal where their app runs: (Port is printed by the start command.)
Run the fake-api CLI with the given subcommand and show its output verbatim to the user. Do not add commentary unless it errors.
Command to execute:
node "$CLAUDE_PLUGIN_ROOT/src/cli.mjs" $ARGUMENTS
If no argument is provided, default to status.
After running start successfully, remind the user to set these env vars in the terminal where their app runs:
export ANTHROPIC_BASE_URL=http://localhost:<PORT>
export ANTHROPIC_API_KEY=sk-fake-any-value
(Port is printed by the start command.)
npx claudepluginhub dishishshawn/claude-fake-api --plugin claude-fake-api