Install moula
Two ways, depending on how you run Claude Code — in the terminal or in your editor. Same account, same 50 % share, paid out by Stripe.
1 · Claude Code in the terminal
No VS Code needed. One command installs the sponsored line — clickable — into the CLI’s spinner and status bar.
npx moula-cli setup
The command has you authorise the device in your browser (developer account on moula.io), then pays you for every impression. Remove it whenever you like: npx moula-cli uninstall.
Or let Claude Code install it
Paste this message into a Claude Code session — the agent checks Node, runs the install, has you authorise the device, then verifies it works.
Install the moula integration for my Claude Code CLI: a sponsored line in the status bar and the spinner, which I get paid for. It is safe and reversible — it only writes documented settings into ~/.claude/settings.json (statusLine + spinnerVerbs) and a few moula-* files in ~/.claude, and never modifies Claude Code itself. Do this, explaining each step and stopping on any error: 1. Check Node >= 18: node --version 2. Run: npx moula-cli setup (it opens my browser to authorise the device — I have a developer account on https://www.moula.io). Tell me the short code it displays. 3. Verify: npx moula-cli status (it must report "installed: yes" and "api key set: yes"). 4. Tell me to start a new claude session to see the sponsored line (clickable status bar + spinner). 5. Remind me that "npx moula-cli uninstall" removes everything and restores my settings. Never print my API key.
2 · VS Code / Cursor extension
Coding in VS Code or Cursor with the Claude Code extension? Install the moula package — same ad, same share. Requires the Claude Code extension.
Then: code --install-extension moula-io.vsix
Or in VS Code: Extensions tab → “⋯” menu → “Install from VSIX…”.
Create your account now — your key is waiting the moment you install.