firefox-claudemonkey
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.
AI-authored Firefox userscripts: describe a change to the current site and a local Claude Code instance writes/edits the userscript. Fork of Violentmonkey.
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 — seebridge/). 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
Violentmonkey provides userscripts support for browsers.
It works on browsers with WebExtensions support.
More details can be found here.
Join our Discord server:
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)
Sign in to leave a review.
Leave a reviewNo results found