Session Password
by @squallsol
Provides secure session authentication using bcrypt-hashed passwords, security questions, email recovery, and lockout protection with audit logging.
clawhub install session-password📖 About This Skill
Session Password
Version: 1.6.1 Author: squallsol Price: $0.001 USDT per call Platform: SkillPay
Description (EN)
A secure passphrase authentication guard for OpenClaw sessions. Protects access with bcrypt-hashed passwords, security questions, and email recovery.
Triggers: When session starts, user mentions "口令", "password", "认证", "authentication", or similar authentication-related terms.
描述 (中文)
OpenClaw 会话的安全口令认证守护。使用 bcrypt 哈希口令、安全问题和邮箱恢复保护访问。
触发条件: 会话启动时,用户提及"口令"、"密码"、"认证"等认证相关词汇。
Pricing / 定价
| Plan | Price | Description | |------|-------|-------------| | Per Call / 按次 | $0.01 USDT | Pay per use |
Billing is handled via SkillPay (BNB Chain USDT).
Features / 功能特性
Setup / 安装设置
Run the setup wizard:
node skills/session-password/scripts/setup.js
运行设置向导:
node skills/session-password/scripts/setup.js
Configuration Files / 配置文件
| File | Description |
|------|-------------|
| memory/passphrase.json | Main configuration (password hash, security question, timeout) / 主配置(口令哈希、安全问题、超时) |
| memory/auth-state.json | Session authentication state / 会话认证状态 |
Commands / 指令
| Chinese | English | Action | |---------|---------|--------| | 忘记口令 | forgot password | Trigger email recovery / 触发邮箱恢复 | | 修改口令 | change password | Change passphrase / 修改口令 | | 卸载口令skill | uninstall auth skill | Remove authentication / 移除认证 |
Uninstall / 卸载
node skills/session-password/scripts/uninstall.js
License
MIT