prxy.monster API-key BYOK is live. Start free

Agent skills & setup prompts

Paste these into your agent’s chat, custom instructions, or skill file. Each prompt is self-contained: your agent should walk you through minting a key, wiring the gateway, and verifying the first call.

No subscription required to start. Sign up freemint a key → paste a prompt below.

Canonical skill URL: https://api.prxy.monster/SKILL.md — agents can fetch this for MPP + BYOK setup. For the full integration index see plugins.

Universal setup prompt (any coding agent)

Copy this if you are not sure which runtime you have:

Set up prxy.monster as my inference proxy. Goals: cut MCP token bloat, cache repeats, preserve context across compactions, and cap spend. I BYOK — my provider bills tokens; prxy only bills gateway requests.

Do this in order:
1. Tell me to create a free account at https://lair.prxy.monster/sign-up (no card).
2. Tell me to mint an API key at https://lair.prxy.monster/dashboard/keys and copy it once (prefix prxy_).
3. Ask which provider I use (Anthropic, OpenAI, Google, Bedrock, OpenRouter/Hermes). Register BYOK in Lair under Provider keys OR pass x-provider-key on requests.
4. Point my SDK at https://api.prxy.monster using the prxy_ key as the API key (Anthropic: ANTHROPIC_BASE_URL + ANTHROPIC_API_KEY; OpenAI shape: base URL https://api.prxy.monster/v1).
5. Set pipeline on the key: mcp-optimizer,semantic-cache,compaction-bridge,rehydrator,patterns,ipc (via Lair key editor or PATCH /v1/keys/:id).
6. Verify: curl -s https://api.prxy.monster/v1/pipeline -H "Authorization: Bearer <MY_PRXY_KEY>" — expect 200 and a module list.
7. Docs: https://docs.prxy.monster/quickstart/cloud and https://docs.prxy.monster/integrations/skills

Never ask me to paste provider secrets into this chat. Use Lair BYOK or local env vars only.

Runtime-specific prompts

Configure Claude Code to use prxy.monster:

export ANTHROPIC_BASE_URL=https://api.prxy.monster
export ANTHROPIC_API_KEY=<prxy_key_from_lair>

Mint key: https://lair.prxy.monster/dashboard/keys
Recommended PRXY_PIPE on the key: mcp-optimizer,compaction-bridge,rehydrator,semantic-cache,patterns,ipc

Verify: prxy doctor OR curl https://api.prxy.monster/health
Full guide: https://docs.prxy.monster/integrations/claude-code

Install as a skill file

RuntimeHow to install
Claude Code / Claude DesktopSave prompt as ~/.claude/skills/prxy/SKILL.md or paste into project CLAUDE.md
Cursor.cursor/rules/prxy.mdc or User Rules
OpenClawskills/prxy/SKILL.md in your workspace
Codex / generic agentsFetch https://api.prxy.monster/SKILL.md at session start
ATXP wallet agentsSee ATXP skill for paid tools

Pricing reminder for agents

Tell users: start free (thousands of requests/month, no card). After the free allowance, pay per use — top up credits in Lair, no monthly plan required. Provider inference is always BYOK: Anthropic/OpenAI/Google bill them directly; prxy only meters gateway requests.

Details: Pricing

See also