secure-passgen

Generate cryptographically secure passwords, passphrases, and API keys. Supports multiple formats and entropy calculation.

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 "secure-passgen" with this command: npx skills add hostilespider/secure-passgen

Secure Password Generator

Generate cryptographically secure passwords, passphrases, and API keys. Uses secrets module (CSPRNG) — not random.

Quick Start

# Generate a 20-char password
python3 {baseDir}/scripts/passgen.py

# Generate a passphrase
python3 {baseDir}/scripts/passgen.py --type passphrase --words 5

# Generate an API key
python3 {baseDir}/scripts/passgen.py --type apikey

# Generate 10 passwords at once
python3 {baseDir}/scripts/passgen.py --count 10

Types

TypeExampleEntropy
passwordkX9#mP2$vL@nQ7!wR4~128 bits
passphrasecorrect-horse-battery-staple~77 bits (5 words)
apikeysk_a1b2c3d4e5f6...~256 bits
pin847291~20 bits (6 digits)
hexa3f7b2c1d9e8...~256 bits (32 bytes)
base64YWJjZGVmZ2hpams...~256 bits

Options

  • --type TYPE — Output type (default: password)
  • --length N — Password length (default: 20)
  • --words N — Passphrase word count (default: 5)
  • --count N — How many to generate (default: 1)
  • --no-symbols — Exclude symbols from passwords
  • --no-numbers — Exclude numbers
  • --separator CHAR — Passphrase separator (default: -)
  • --entropy — Show entropy calculation
  • --clipboard — Copy to clipboard (requires xclip/pbcopy)

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.

Web3

StonebornBot

High-speed NFT mint bot for Ethereum and EVM chains. Use when the user wants to snipe NFT mints, speed-mint collections, set up multi-wallet minting bots, configure mint sniping with pre-signed transactions, or automate NFT minting across multiple wallets. Supports ERC721A, Archetype contracts, Flashbots, war mode gas, WebSocket monitoring, mempool watching, and batch minting with 100+ wallets.

Registry SourceRecently Updated
Web3

Report

Configure custom recurring reports. User defines data sources, skill handles scheduling and formatting.

Registry SourceRecently Updated
Web3

HeyTraders Quant Skills

Trade crypto (Binance, Upbit, Hyperliquid, Lighter) and prediction markets (Polymarket). Backtest strategies with 80+ indicators using Signal DSL, get market...

Registry SourceRecently Updated
Web3

Apiosk Skill

Pay-per-request API gateway using USDC micropayments on Base blockchain with no API keys, supporting 15+ production APIs and simple wallet setup.

Registry SourceRecently Updated
1.1K0obcraft