Skip to main content
Agent Skills gives Codex and Claude ready-to-use Machines actions.

What this gives you

  • one-time setup for Codex and Claude
  • browser-based login flow
  • faster access to balances, cards, and deposits
  • quick health check if setup fails

One-time setup

1

1) Install Agent Skills

npx @machines-cash/agent-skill install --host both
2

2) Log in

npx @machines-cash/agent-skill auth login
Approve access in your browser.
3

3) Confirm connection

Open Codex or Claude settings and confirm Machines is connected.

Copy these commands

# Install both hosts
npx @machines-cash/agent-skill install --host both

# Install one host only
npx @machines-cash/agent-skill install --host codex
npx @machines-cash/agent-skill install --host claude

# Login
npx @machines-cash/agent-skill auth login

# manual login fallback
npx @machines-cash/agent-skill auth login --manual-key

# health check
npx @machines-cash/agent-skill doctor

Where it installs

~/.codex/skills/machines-agent-skills
~/.claude/skills/machines-agent-skills

Need Clawdbot setup?

Use the dedicated guide: Clawdbot.

First-run prompts

  • “show my balance”
  • “create a disposable card for subscriptions with a $50 limit”

Troubleshooting

  • login window did not open: run npx @machines-cash/agent-skill auth login --manual-key
  • still not connected: run npx @machines-cash/agent-skill doctor
  • connection still failing: remove the Machines connection and run install + login again

Safety notes

  • never paste keys into chat messages
  • never share terminal screenshots that contain secrets
  • if a key was exposed, revoke it and create a new one
Need full connection steps? See Connect Your AI (MCP).
Want optional extra context for your AI? See AI Context File.