RDK Pro's enhanced tools (real upvote scores, full comment threads, deep account diagnostics) read the same pages your browser sees when you're logged into Reddit. To make that work, RDK needs a bridge to your Chrome browser. This takes about 2 minutes.
npm install -g reddit-demand-kitrdk activate <your-license-key>The extension lets RDK read pages from your Chrome browser with your login session intact. It only activates when RDK requests data — it doesn't run in the background, doesn't track browsing, and doesn't modify any pages.
Install from Chrome Web StoreAlternative: download tap-extension.zip from GitHub Releases, unzip, then load unpacked via chrome://extensions → Developer mode → Load unpacked.
The bridge connects your Chrome extension to the RDK tools running in your terminal. Open a terminal and run:
Keep this running in the background. The bridge listens on localhost:9333 (extension) and localhost:9334 (tools). No data leaves your machine.
If your terminal says tap: command not found, the npm-bundled binary isn't on your PATH. Run npx tap bridge start instead, or add the npm global bin directory to your PATH.
In a new terminal tab, run:
You should see:
If Data says RSS (content only) even though Tier is Pro, the bridge isn't running or the extension isn't installed. Go back to Step 1.
Ask your agent: "Run reddit_profile with no arguments and tell me what account is logged in."
If it returns your Reddit username and karma, the bridge is working. If it says not logged in or errors, make sure you're logged into Reddit in Chrome and the bridge is running.
From now on, every RDK Pro tool automatically uses your Chrome's Reddit session. The bridge must be running when you use Pro tools — if you restart your machine, run tap bridge start again.
What's unlocked:
The tap binary ships alongside rdk as an npm dependency. If your shell can't find it, use npx tap bridge start or find the binary path with npm bin -g and add it to your PATH.
This means the bridge connected to Chrome, but you're not logged into Reddit in that browser. Open Chrome, go to reddit.com, sign in, and retry.
Check rdk status — if Tier shows Free, your license may have expired. Run rdk activate <key> again. If Tier shows Pro but Data shows RSS, the tap binary can't be found — see "tap: command not found" above.
Yes. On macOS/Linux: tap bridge start & or use a process manager. The bridge auto-exits cleanly when no clients have connected for 30 minutes.
No. The extension reads page content from tabs that the bridge opens. It never accesses stored passwords, cookies directly, or other extensions' data. The bridge runs on localhost — no data leaves your machine.