スキル一覧に戻る
erikdrouhard

random-hash

by erikdrouhard

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


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

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です