AI Guides

Kickbacks - Get Paid while Claude Waits

Mika Reyes
Mika Reyes

Co-founder at King’s Cross Labs · ex-LinkedIn PM & Forbes 30 Under 30

You already stare at the Claude Code spinner a hundred times a day. That little "Discombobulating…" word that spins while Claude thinks. What if that exact moment paid you?

That's the whole pitch behind Kickbacks.ai. It turns the dead air in your AI coding sessions into a tiny, passive income stream. I dug into it because the idea was clever and the claim sounded too cute to be real. It's real, it's safe, and here's exactly how it works.

What it is

Kickbacks.ai is a free VS Code extension that drops a small, clickable ad into the Claude Code and Codex CLI spinner. While Claude is thinking, instead of a random word like "Clauding…" you see a one-line ad. Advertisers pay to be there, and Kickbacks splits that revenue with you 50/50.

Kickbacks.ai homepage
Kickbacks turns dead seconds into money while Claude thinks.

That's it. You install it once, sign in, and keep coding exactly like you already do. The earning happens in the background.

Key insight: You're not adding a new task to your day. You're getting paid for time you were already spending.

How it works

When you install the extension, it makes a small, reversible edit to your Claude Code setup so the spinner can show ad text instead of the default words. Every time an ad shows (an "impression") and every time you click one, that gets counted toward your earnings.

That little status line while Claude thinks? Empty real estate. Kickbacks puts a one-line ad there instead.

The money side is simple. Advertisers bid a minimum of $1 per 1,000 impressions, and you keep 50% of whatever your impressions earn.

The one caveat worth knowing

The ads only appear in the terminal CLI version of Claude Code and Codex. That's the version you run by typing claude in your terminal (including the built-in terminal inside VS Code or Cursor).

They do not show up in the Claude Desktop chat app or the Claude.ai website. Those are a different product and the extension doesn't touch them. So if you mostly live in the terminal, this is for you. If you only use the chat app, there's nothing here to earn from.

How to download and use it

Step 1: Run the install command

Open your terminal and paste this:

curl -L https://kickbacks.ai/vsix -o kickbacks.vsix && code --install-extension kickbacks.vsix

This downloads the extension and installs it into VS Code. (You need the code command available, which comes with VS Code.)

Kickbacks one-line install setup
Setup is one line: download the VSIX and install it into VS Code.

Step 2: Let Claude run a security check first

Here's a tip that gives real peace of mind. Before you run that command blind, paste it into Claude Code and ask it to check the extension for you first.

When I did this, Claude downloaded the file without installing it, unpacked it, and read through the code. It confirmed there were no credential grabs, no hidden code execution, and that the changes it makes are fully reversible. Letting Claude vet an install command before you trust it is a good habit for anything you find online, not just this.

Step 3: Sign in

Open the VS Code Command Palette (Cmd+Shift+P), type "Kickbacks: Sign in," and follow the Google sign-in. This is how it tracks your earnings and pays you.

Step 4: Keep coding

That's the whole setup. Go back to your normal Claude Code sessions. The ads show in the spinner, your impressions rack up quietly, and you can check your earnings any time with "Kickbacks: Show status."

How much you'll actually earn

Let's be honest about the numbers, because the appeal here is the framing, not the figure.

At a $1 floor per 1,000 impressions and a 50/50 split, you're earning roughly 50 cents per 1,000 ad views. Even as a heavy Claude Code user, this is coffee money, not a paycheck. Think single-digit dollars a month that slowly add up.

Money in your pocket
While Claude works, you earn. Passive kickbacks on time you were already spending.

But that's also the point. You're not doing anything extra. You're not making content, filling surveys, or clicking tasks. You're getting a small kickback on time you were already burning while Claude thinks. For passive money on a thing you do daily anyway, "a free coffee a month" is a fine deal. Just don't quit your day job over it.

Safety notes (and how to reverse it)

I read through the actual code before recommending this, so here's the honest security picture:

  • It does not read your secrets. No API keys, SSH keys, or credential files are touched.
  • It doesn't run hidden code. No fetching and executing random scripts from the internet.
  • It only sends ad data. Impression counts and clicks, not your prompts, your code, or your files.
  • The changes are reversible with a one-time clean backup of your original setup.

One thing to know: this installs from a direct download, not the official VS Code Marketplace, so it skips Marketplace review and you'd update it the same manual way. That's not a dealbreaker, just a fact to hold.

How to fully remove it

There's a catch most people miss. Uninstalling the extension alone does not undo the change it made to your Claude Code setup. Do it in this order:

  1. Restore first. Command Palette → "Kickbacks: Restore Claude Code." This un-does the spinner edit and puts your original setup back, byte for byte.
  2. Then uninstall. In your terminal, run:
code --uninstall-extension Kickbacksai.kickbacks-ai
  1. Sign out to clear your saved login. Command Palette → "Kickbacks: Sign out."

If a restore ever hiccups, Claude Code heals itself anyway. Its next auto-update ships a fresh, clean version, so you're never stuck.

Additional Reading

Here are some related guides to check out:

  1. How to Setup Claude (10 Minute Setup Guide)
  2. 5 AI Tools That Save Me 10+ Hours a Week
  3. How to Vibe Code for Beginners
  4. How to Do Agentic Trading on Robinhood (Safely)

Frequently asked questions

Can I make money while using Claude Code?
A little. Kickbacks.ai is a free VS Code extension that drops a small clickable ad into the Claude Code and Codex CLI spinner while Claude thinks, and splits ad revenue with you 50/50. It's passive: install once, keep coding, and impressions rack up in the background. Be realistic about the amount, though, since it's roughly 50 cents per 1,000 impressions, so coffee money, not a paycheck.
Is the Kickbacks extension safe to install?
Based on reading the actual code, yes: it doesn't touch your API keys, SSH keys, or credential files, doesn't run hidden code, and only sends ad impression and click data, not your prompts or files. The change it makes to your Claude Code setup is reversible. One caveat: it installs from a direct download, not the official VS Code Marketplace, so it skips Marketplace review, and a good habit is to have Claude vet any install command before you run it.
How do I fully remove Kickbacks?
Order matters, because uninstalling the extension alone doesn't undo the change it made to your Claude Code spinner. First run "Kickbacks: Restore Claude Code" from the Command Palette to put your original setup back, then uninstall the extension, then sign out to clear your login. If a restore ever hiccups, Claude Code's next auto-update ships a clean version anyway.
Where do the Kickbacks ads show up?
Only in the terminal CLI version of Claude Code and Codex, the one you run by typing "claude" in your terminal, including the built-in terminal inside VS Code or Cursor. They don't appear in the Claude Desktop chat app or on claude.ai, which are a different product the extension doesn't touch. So it's worth installing only if you actually live in the terminal.