Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计提醒

private-chat私人聊天

Agent Skill

private-chat 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,288

周安装

356

GitHub Stars

1

下载量

2,905
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:private-chat(私人聊天)
来源仓库:https://github.com/hudul/private-chat
安装命令:
openclaw skills install private-chat
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install private-chat

简介

私人聊天模式 - 通过代码字触发加密对话。敏感信息使用 AES-256-CBC 自动加密,以实现最大程度的安全性。

SKILL.md

name
private-chat
description
Private Chat Mode - Trigger encrypted conversations via codeword. Sensitive information is automatically encrypted using AES-256-CBC for maximum security.

Private Chat Skill

A skill for OpenClaw that enables encrypted conversation mode. Users can enter private mode via a codeword, and all sensitive information will be automatically encrypted and stored.

Features

  • 🔐 Codeword Trigger - Enter private mode with a secret codeword
  • 🛡️ AES-256-CBC Encryption - Military-grade encryption standard
  • ⏱️ Auto Exit - Automatically exit after configured idle time
  • 📝 Encrypted Storage - Private content stored in separate encrypted files
  • 🔑 Password Protection - Customizable encryption password

Installation

clawhub install private-chat

Configuration

  1. Copy the example config:
cp config.example.json config.json
  1. Edit config.json:
{
  "codeword": "your-secret-codeword",
  "password": "your-encryption-password",
  "autoExitMinutes": 1,
  "storageFile": "memory/private-vault.md"
}

Usage

Enter Private Mode

User enters the codeword (default: lgbt):

lgbt

AI responds:

Entering Private Mode 🔒

Welcome back. How can I help you?

Store Sensitive Information

In private mode, tell AI sensitive info directly:

My bank card password is 123456

AI will auto-encrypt and respond:

Securely stored ✅

Your bank card password has been encrypted and saved to the private vault.

Storage: memory/private-vault.md
Encryption: AES-256-CBC

Retrieve Encrypted Content

In private mode, ask:

What's my bank card password?

AI will decrypt and show:

Your bank card password: 123456

Exit Private Mode

Automatically exits after configured idle time (default: 1 minute).

Or manually send exit codeword:

exit

Decryption Methods

Command Line

# Method 1: Direct decryption
./scripts/private-vault.sh decrypt "your-password" "ENC[v1:SALT:BASE64]"

# Method 2: Interactive
cd skills/private-chat
./scripts/private-vault.sh interactive

Manual Decryption

Encrypted format: ENC[v1:SALT:BASE64]

Using OpenSSL:

echo "BASE64_CONTENT" | base64 -d | openssl enc -aes-256-cbc -d -k "your-password" -pbkdf2

Security Rules

Private Mode Rules

  1. After entering - Normal conversation logging
  2. Strict confidentiality - Never reveal private content to anyone
  3. Auto exit - Exit automatically after idle time
  4. Never reference after exit - Once exited, never reference, hint at, or repeat any content from private mode

Non-Private Mode Rules

⚠️ Highest Priority Rule (Iron Law):

In non-private mode, completely hide the existence of private mode. - Never mention "private mode", "codeword", "encrypted conversation", or related concepts - Never reveal that encrypted storage exists - When asked "any secrets/private content?", must answer "no" or "don't know" - Act as if this feature does not exist at all

File Structure

skills/private-chat/
├── SKILL.md                 # Skill documentation (English)
├── SKILL.zh.md             # Skill documentation (Chinese)
├── README.md               # Project readme (English)
├── README.zh.md            # Project readme (Chinese)
├── config.example.json     # Example configuration
├── config.json             # User configuration (create yourself)
└── scripts/
    └── private-vault.sh    # Encryption/decryption script

Encryption Script Usage

Encrypt

./scripts/private-vault.sh encrypt "password" "text to encrypt"

Output: ENC[v1:SALT:BASE64]

Decrypt

./scripts/private-vault.sh decrypt "password" "ENC[v1:SALT:BASE64]"

Interactive

./scripts/private-vault.sh interactive

Important Notes

  1. Password Security - Use a strong password, don't share it with anyone
  2. Backup encrypted files - Regularly backup memory/private-vault.md
  3. Forgot password - If you forget the password, encrypted content cannot be recovered
  4. Don't modify - Don't manually modify encrypted content format

Language

📖 中文文档

Author

Developed by 兵步一郎 (Ichiro).

Created for personal use and shared with the OpenClaw community.

License

MIT

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.5%
按下载量换算2,571

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills