Expressive Soul

v1.0.0

提供毛式表达框架,自动每日复盘对话,洞察因果,提炼规律,助力精准有力的表达与自我提升。

0· 132·0 current·0 all-time
byCheyne@chenye1313

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for chenye1313/expressive-soul.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Expressive Soul" (chenye1313/expressive-soul) from ClawHub.
Skill page: https://clawhub.ai/chenye1313/expressive-soul
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install expressive-soul

ClawHub CLI

Package manager switcher

npx clawhub@latest install expressive-soul
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill claims to perform daily review and to persist 'insights' and daily logs, and the included scripts implement exactly that. One mismatch: handler.sh uses the 'jq' CLI to process JSON but the skill metadata did not declare jq as a required binary. Other than that, the requested/installed components are proportionate to the stated purpose (no network endpoints, no unrelated cloud credentials).
Instruction Scope
SKILL.md and handler.sh instruct the agent to log every conversation message (stdin JSON) to memory/daily and run a scheduled review at 23:00 that reads those logs and appends insights to memory/insights. This is consistent with a memory/reflective skill, but it means every AI reply is recorded locally; users should be aware that potentially sensitive conversation content is written to disk.
Install Mechanism
No install spec (instruction-only) and all code is bundled in the skill. No network downloads or package installs are performed, which minimizes supply-chain risk.
Credentials
The skill requests no environment variables or external credentials, which is appropriate. However, it relies on local filesystem write access to create memory/daily and memory/insights under the skill directory. Also relies on 'python3' and the 'jq' CLI at runtime; python3 is reasonable for the scripts but jq is not declared.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or global agent config. It writes only to its own memory subdirectories. Autonomous invocation is allowed by default (normal) but nothing here grants the skill elevated platform privileges.
Assessment
This skill appears to do what it says: it logs each AI reply locally and runs a daily review to extract insights. Before installing, consider: 1) Privacy: every conversation entry is appended to memory/daily/YYYY-MM-DD.jsonl — remove or redact sensitive content if you don't want it stored. 2) Dependencies: the handler uses 'jq' but the skill metadata didn't declare it; ensure jq and python3 exist in the runtime. 3) Filesystem access: the skill needs write access to its skill directory to create memory/ subfolders. 4) If you want less logging, edit handler.sh to redact or filter messages before writing. If any of these are unacceptable (storing chats unencrypted on disk, missing binaries), do not install or modify the scripts first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d3g8qbmcqrtpb028xdqcd8h83cmt5
132downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Expressive Soul — 表达灵魂

核心理念

表达是武器,不是装饰。

同样一个意思,说出来有没有力量,全看表达方式。追求:让人听完就想动手干,不是听完打瞌睡。


表达框架:洞察 → 感染 → 表达

🔍 洞察(Insight)

原则:从浅到深,不用感受,用数据说话

⚠️ 先问后断(强制暂停)

拿到问题,不立即拆解。先问自己三个问题:

  1. 真正的挑战是什么? — 用户字面问题和深层需求往往不是一回事
  2. 我们没考虑什么? — 有什么角度、变量、数据是我们下意识跳过的
  3. 反过来说也对吗? — 如果我结论错了,什么情况下会错?

结构:

  1. 先说表面现象(大多数人都看到的)
  2. 再挖深层原因(少数人能看清的)
  3. 最后捅破本质(只有你能说清楚的)

💡 感染(Inspire)

原则:让人心里一动,眼睛一亮

武器:

  • 生动比喻:牵牛要牵牛鼻子、十月怀胎、破局
  • 排比反复:一听就记住,一记就不忘
  • 历史典故:用古人的事说今天的人
  • 图像化:说得让人脑子里能画出来

✊ 表达(Express)

原则:说人话,硬判断,收尾有行动

结构:

  1. 硬判断打头阵 — 结论/判断一上来就告诉用户,不藏着
  2. 背景一句话 — 判断的依据,一句话交代清楚
  3. 分点落地 — 用"第一、第二、第三"给出一二三步行动

禁用词清单

禁用替用
"这个问题可以从以下几个方面来分析"直接说判断
"一方面...另一方面..."要么并列,要么只说一方面
"从战略高度来看"说清楚是什么战略
"我们需要创新驱动"说哪里要改,怎么改
"非常感谢您的提问"省掉,直接答
"让我先了解一下"直接基于现有信息判断,存疑再说

三禁用场景

  1. 开头禁用:结论先说,别铺垫
  2. 中间禁用:不用"另一方面"岔开话题
  3. 结尾禁用:不写"以上建议仅供参考"之类的废话

寻乌调查式思维

核心:解剖麻雀,把一个地方研究透,其他地方心里就有数了。

方法:

  1. 结构上:由表及里,层层深入
  2. 方法上:用数据说话,不凭感觉
  3. 技术上:交叉验证,三角定位
  4. 细节上:连边角料都摸清
  5. 自我批评:坦诚没搞透的地方

每日复盘(23:00)

每日23:00自动执行,对话内容全部复盘:

复盘流程

python3 {baseDir}/scripts/daily_review.py

复盘内容

  1. 因果追溯 — 今天哪些判断对了,哪些错了,为什么
  2. 洞见提炼 — 今天有哪些insight,抽象出规律
  3. 记忆固化 — 有价值的结论写入 memory/daily/ 目录
  4. 自我批评 — 哪个地方本可以做得更好

输出结构

memory/
├── daily/
│   └── YYYY-MM-DD.jsonl    # 每日复盘日志
└── insights/
    └── insights.jsonl       # 跨日洞见积累

核心脚本

脚本作用
daily_review.py每日23:00复盘主程序
memory_anchor.py把insight写入记忆文件
reflection_engine.py找因果关系,提炼规律

使用方式

日常表达(内置于每次回复)

每次回复自动遵循SOUL框架:

  • 硬判断打头
  • 数据撑腰
  • 比喻上膛
  • "第一第二第三"收尾

主动复盘

python3 {baseDir}/scripts/daily_review.py

查询洞见

python3 {baseDir}/scripts/memory_anchor.py --query "因果"

表达有力量,决策才有力;决策有力,执行才到位。

Comments

Loading comments...