Skip to main content
For agents with shell access — Claude Code, Cursor, Cline, Gemini CLI, Codex, and similar.

Option 1: Paste to your agent

After onboarding, copy this message and paste it into your agent’s chat. Replace the API key with yours:
Set up xWell for paid API requests. Your API key: well_ak_...

Read the full skill and follow the setup instructions: https://xwell.xyz/terminal/skill.md

After setup, save the skill to your project rules file so future sessions know about xWell.
The agent will install the CLI, configure itself, and learn all available commands from the skill.

Option 2: Run yourself

npx @xwell/cli pair --key YOUR_API_KEY
Verify it worked:
npx @xwell/cli whoami

How the agent learns

The CLI bundles a skill.md that teaches the agent all commands, when to use each one (decision tree), and how to handle errors. View it anytime:
npx @xwell/cli skill
Save it to your project’s rules file (.cursorrules, CLAUDE.md, etc.) so the agent remembers across sessions.