Meet Cletus - Claude's half-removed cousin. Not the brightest, but he gets things done.
While Claude went to fancy AI school, Cletus learned programming from Stack Overflow answers marked as "this worked for me." He may not understand why something works, but if you need a Chrome extension that bypasses safety features with the confidence of someone who definitely didn't read the documentation, Cletus is your guy.
Features:
- ✅ Skips permissions (who needs those anyway?)
- ✅ Works on my machine™
- ✅ Commits directly to your code without asking questions or clarifying your requirements
"I don't always write secure code, but when I do, I don't." - Cletus
THIS EXTENSION USES CLAUDE CODE HEADLESS MODE WITH DANGEROUSLY SKIPPED PERMISSIONS
By using this extension, you acknowledge that:
- Agentic prompts have extensive access to your machine and files
- Claude Code Hooks, Commands, and Subagents can execute with dangerous permissions
- This poses significant security risks to your system and data
USE AT YOUR OWN RISK. This tool should only be used in isolated/sandboxed environments.
-
Clone and install dependencies:
git@github.com:webdevcody/cletus.git cd cletus && bun install bun run build:extension
-
Link the Cletus package:
cd packages/api && bun link cletus
-
Navigate to your project root and run the api:
cletus
-
Install the extension in chrome:
- Open
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select
cletus/packages/extension/dist
- Open
To develop the Chrome extension:
- Run the api in dev mode:
bun run dev:api
To develop the Chrome extension:
-
Build and install the extension:
bun run dev:extension
-
Load the extension in Chrome:
- Open
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select
cletus/packages/extension/dist
- Open
-
As you change, vite will refresh and your extension will refresh automatically. Just collapse and reopen extension to view changes.