Generates browser-executable JavaScript bookmarklets with strict formatting, production-ready error handling, and instant installation support.
The Bookmarklet Creator skill enables Claude to generate robust, ready-to-use browser utilities by enforcing critical formatting standards required for bookmarklet execution. It automatically wraps code in IIFEs, ensures compatibility by replacing line comments with block comments, and prepends the required javascript: protocol for immediate use. This skill is ideal for developers needing to automate browser tasks, extract web data, or inject custom functionality into websites without the overhead of a full browser extension.
Key Features
01Strict block-comment enforcement to prevent browser execution errors
02Integrated error handling and user feedback patterns
03Support for dynamic library loading and clipboard API operations
04Standardized IIFE wrapping to isolate scope and prevent global collisions
05Automatic javascript: protocol prefixing for instant installation
06119 GitHub stars
Use Cases
01Building browser utilities for DOM manipulation and page debugging
02Creating custom web scraping tools that copy data to the clipboard
03Automating repetitive form filling or UI interactions on specific websites