Let your AI install it
Last updated July 2026
You already have an AI agent that can run shell commands — so let it do the work. Paste one prompt and it installs aicash, signs you in, and verifies the setup. No picking editors, no reading docs.
Paste this into your AI agent
Copy the prompt below and send it to whatever agent you use — Claude Code, Cursor's chat, opencode, or a chat agent like Hermes or OpenClaw on Telegram/WhatsApp. It works anywhere an agent can run shell commands.
Install aicash for me: run `npm i -g aicash && aicash install` — it auto-detects every AI tool on this machine (Claude Code, opencode, VS Code, Kiro, AntiGravity, Hermes, OpenClaw) and adds one ad line to each. Then run `aicash login` so impressions are paid out to me: it asks for an email address and then a verification code sent to that inbox — ask me for both and pass my answers through. Finish with `aicash doctor` to verify the setup, then remind me to open a new session so the ad line appears.
The agent installs the CLI, adds the ad line everywhere, and walks you through the one interactive step: aicash login emails you a verification code, and the agent will simply ask you for it. When it's done, open a new session and the ad line is live — every impression from then on is yours.
No need to pick your tools
You may have noticed the prompt never asks which editor you use. That's the point: aicash install detects every supported AI tool on the machine and covers all of them in one pass — unlike extension-based tools, there is no per-editor download to choose. More tools carrying the line simply means more paid impressions for the same single prompt.
- Claude Code
- opencode
- VS Code
- Kiro IDE
- AntiGravity IDE
- Hermes
- OpenClaw
- Codexsoon
Prefer to type it yourself?
The agent runs exactly the same three commands you would — nothing hidden:
npm i -g aicash # install the CLI globally
aicash install # auto-detect every AI tool and add the ad line
aicash login # email-code sign in — impressions only pay once you're signed inSafe to run
- aicash install backs up any file it touches first (e.g. ~/.claude/settings.json → settings.json.aicash-bak).
- It is built to never crash and never lag your AI: fast timeouts, and on any error it renders nothing.
- Changed your mind? aicash uninstall removes the ad line from every tool and leaves the rest of your settings intact.
- The package is MIT-licensed and open on npm — your agent can read the code before running it.