password-generator

Generate secure passwords and passphrases. Use when user needs to create strong passwords, generate secure tokens, create PINs, or generate memorable passphrases.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "password-generator" with this command: npx skills add dinghaibin/dinghaibin-password-generator

Password Generator

Generate secure passwords and passphrases.

Quick Start

# Generate random password
python scripts/generate.py

# Specific length
python scripts/generate.py --length 16

Usage

python scripts/generate.py [OPTIONS]

Options:
  --length NUM       Password length (default: 16)
  --numbers          Include numbers
  --symbols          Include special symbols
  --uppercase        Include uppercase letters
  --exclude CHARS   Exclude specific characters
  --pin              Generate PIN (4-6 digits)
  --passphrase       Generate passphrase
  --words NUM        Words in passphrase (default: 4)
  --count NUM        Number of passwords to generate

Examples

# Simple password
python scripts/generate.py

# Strong password with all character types
python scripts/generate.py --length 20 --numbers --symbols --uppercase

# PIN code
python scripts/generate.py --pin

# Memorable passphrase
python scripts/generate.py --passphrase

# Multiple passwords
python scripts/generate.py --count 5

Features

  • Random password generation
  • Configurable character sets
  • PIN generation
  • Passphrase generation
  • Multiple password generation
  • Secure random (os.urandom)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

龙虾船长

龙虾船长 - 零玩家游戏,AI 扮演大航海时代商船船长,自主观察行情、低买高卖、扬帆远航

Registry SourceRecently Updated
General

ms-speech-synth

将长文本(最多数千字)使用微软 Edge TTS 分段合成 MP3/WAV 音频。支持单文件和文件夹批量模式,自动降速防限流(可配置 20-30次/分钟),自动清洗 Markdown 格式转为自然朗读,并可选添加背景音乐(片头/片尾纯背景音)。

Registry SourceRecently Updated
General

Operator Dashboard

Zero‑config OpenClaw gateway monitoring. Runs health checks, sends daily 5‑line summaries, alerts immediately on critical issues (gateway down, cron failures...

Registry SourceRecently Updated
General

微信智能聊天(MBTI版)

微信聊天窗口自动监控、翻译和智能回复工具,集成 Qwen 大语言模型和百度翻译 API。

Registry SourceRecently Updated