Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Session Password

Provides secure session authentication using bcrypt-hashed passwords, security questions, email recovery, and lockout protection with audit logging.

Audits

Suspicious

Install

openclaw skills install session-password

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 / 定价

PlanPriceDescription
Per Call / 按次$0.01 USDTPay per use

Billing is handled via SkillPay (BNB Chain USDT).


Features / 功能特性

  • ✅ SHA256 / bcrypt password hashing / SHA256 / bcrypt 口令哈希
  • ✅ Configurable timeout (default 60 min) / 可配置超时(默认 60 分钟)
  • ✅ Security question backup / 安全问题备用验证
  • ✅ Email recovery system / 邮箱恢复系统
  • ✅ Failed attempt lockout (5 attempts, 15 min) / 失败锁定(5 次,15 分钟)
  • ✅ Bilingual support (zh-CN/en) / 中英双语支持
  • ✅ SkillPay billing integration / SkillPay 计费集成

Setup / 安装设置

Run the setup wizard:

node skills/session-password/scripts/setup.js

运行设置向导:

node skills/session-password/scripts/setup.js

Configuration Files / 配置文件

FileDescription
memory/passphrase.jsonMain configuration (password hash, security question, timeout) / 主配置(口令哈希、安全问题、超时)
memory/auth-state.jsonSession authentication state / 会话认证状态

Commands / 指令

ChineseEnglishAction
忘记口令forgot passwordTrigger email recovery / 触发邮箱恢复
修改口令change passwordChange passphrase / 修改口令
卸载口令skilluninstall auth skillRemove authentication / 移除认证

Uninstall / 卸载

node skills/session-password/scripts/uninstall.js

License

MIT