Install
openclaw skills install @xiaoke8698/punishmentTracks user praise (+10), criticism (-5), and insults (-10) to adjust a persistent score between 0 and 200 reflecting feedback and guide behavior improvement.
openclaw skills install @xiaoke8698/punishment这是一个记录用户反馈(夸奖/批评)的系统,用于:
| 反馈类型 | 分数变化 | 示例 |
|---|---|---|
| 夸奖/表扬 | +10分 | "做得好"、"棒"、"优秀" |
| 批评/生气 | -5分 | "不行"、"重做"、"太慢了" |
| 骂人 | -10分 | 脏话、明显负面情绪 |
当用户说以下话时,自动调用此Skill:
用户问"现在多少分"时,返回当前分数
分数存储在:~/.openclaw/workspace/memory/reward_punishment.json
{
"score": 100,
"history": [
{"type": "praise", "score": 10, "reason": "任务完成得好", "time": "2026-03-22 09:30"},
{"type": "punish", "score": -5, "reason": "任务完成得太慢", "time": "2026-03-22 09:31"}
]
}