firefox-claudemonkey

skill
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 13 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

AI-authored Firefox userscripts: describe a change to the current site and a local Claude Code instance writes/edits the userscript. Fork of Violentmonkey.

README.md

ClaudeMonkey

ClaudeMonkey is a fork of Violentmonkey
(MIT, by Gerald). It keeps the full userscript manager but makes the default action a
textbox: you describe how you want the current site changed, and a locally-running
Claude Code instance writes or edits the userscript for that site (using your Claude
subscription via a native-messaging bridge — see bridge/). Setup and usage
instructions are in SETUP.md. All credit for the underlying userscript engine
goes to the Violentmonkey authors; the original README follows.


Violentmonkey

Chrome Web Store
Firefox Add-ons
Microsoft Edge Add-on

Violentmonkey provides userscripts support for browsers.
It works on browsers with WebExtensions support.

More details can be found here.

Join our Discord server:

Discord

Workflows

Development

Install Node.js and PNPM.
The version of Node.js should match "node" key in package.json.

# Install dependencies
$ pnpm i

# Watch and compile
$ pnpm dev

Then load the extension from 'dist/'.

Test + lint

$ pnpm run ci

Build

# Build for normal releases
$ pnpm build

# Build for self-hosted release that has an update_url
$ pnpm build:selfHosted

Related Projects

Reviews (0)

No results found