name: random-hash description: Generate salted hash URLs with QR codes displayed in terminal. Use when user wants to create a unique URL with a random salt appended to an identifier, or needs a QR code linking to a user profile page. Triggers on /random-hash commands.
Random Hash QR Generator
Generate unique salted URLs and display them as QR codes in the terminal.
Usage
/random-hash <identifier>
Example: /random-hash erik-1246 generates a URL like https://example.com/user/erik-1246-@92s_1!
Execution
Run the script with uv:
uv run --with qrcode scripts/generate_qr.py <identifier> [--domain DOMAIN] [--salt-length N]
Arguments:
-
identifier(required): Base identifier for the URL (e.g.,erik-1246) -
--domain: Target domain (default:example.com) -
--salt-length: Length of random salt suffix (default: 7)
Output
The script displays:
- The full salted URL
- ASCII QR code in terminal
- The salted identifier for reference
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools security
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!