random-hash | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / random-hash

random-hash

maintained by erikdrouhard

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

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:

  1. The full salted URL
  2. ASCII QR code in terminal
  3. The salted identifier for reference

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools security

Related Skills

waf-bypass-hunter
chevron_right
auth
chevron_right
permissions
chevron_right
safety-check
chevron_right
security-antipatterns-python
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.