local-password
name: local-password
by alone86136 · published 2026-04-01
$ claw add gh:alone86136/alone86136-local-password---
name: local-password
description: Generate secure random passwords and check password strength. Supports custom length and character types (uppercase, lowercase, numbers, symbols). Pure local operation, no external dependencies. Use when users need to generate new secure passwords or check password strength.
---
# local-password
Overview
A simple local tool for generating secure random passwords and checking password strength. Fully configurable: choose password length, enable/disable different character types. Estimates password entropy and crack time. All operations run locally, no data leaves your machine.
Features
Usage
Generate password
# Default: 16 characters, all character types
python3 scripts/generate.py
# Custom length with no symbols
python3 scripts/generate.py --length 20 --no-symbols
# Exclude ambiguous characters
python3 scripts/generate.py --length 12 --no-ambiguousCheck password strength
python3 scripts/check.py "your-password-here"Resources
scripts/
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...