Soul Keeper

v1.0.0

监测 workspace files 的更新时机,在正确的时候提示优化。基于 WORKSPACE_FILES_GUIDE.md 执行。 **自动触发**: - 用户纠正同类行为 2+ 次 → SOUL.md 该更新了 - 用户表达新偏好/新习惯 → USER.md 该更新了 - 新项目启动或方向变化 → MEMO...

0· 183·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Soul Keeper" (mfang0126/soul-keeper) from ClawHub.
Skill page: https://clawhub.ai/mfang0126/soul-keeper
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 soul-keeper

ClawHub CLI

Package manager switcher

npx clawhub@latest install soul-keeper
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the behavior in SKILL.md: the skill monitors workspace files (SOUL.md, USER.md, AGENTS.md, etc.) and proposes updates. It does not request unrelated binaries, credentials, or config paths, so the requested capabilities are proportionate to the stated purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to read docs/WORKSPACE_FILES_GUIDE.md and the named workspace files, analyze differences, and propose edits; it will only write after explicit user confirmation. This is consistent with the purpose but does imply the skill will read project files (which could contain sensitive data if present). The SKILL.md does not instruct access to system-wide paths, secrets, or external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install posture. Nothing is downloaded or written during installation.
Credentials
No environment variables, credentials, or config paths are required. The amount and type of access requested (read/write to workspace files after confirmation) are appropriate for a workspace-file management helper.
Persistence & Privilege
always:false and no special privileges requested. The skill can be invoked autonomously by the agent (platform default), which fits its proactive-checking design; it does not request permanent platform-wide presence or modify other skills' configs.
Assessment
This skill appears coherent and does what it claims: read workspace documentation files, propose a single edit at a time, and only apply changes after you confirm. Before installing: (1) review docs/WORKSPACE_FILES_GUIDE.md so you know its edit rules; (2) ensure you don't store secrets or private credentials in the workspace files the skill will read; (3) be aware the agent may proactively suggest updates (autonomous invocation is allowed by default), but it will not auto-apply changes without your confirmation.

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

latestvk97c12hjyf58mb58a1x29ajn0s833wv8
183downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Workspace Optimizer

核心理念

每个文件有自己的自然更新节奏,不是等用户抱怨才改。

各文件的 Trigger 表

文件更新时机信号
SOUL.mdAgent 行为需要调整同类纠正 2+ 次;沟通风格变了;新边界
USER.md用户情况变了新方向;新偏好;新习惯;新设备/环境
AGENTS.md工作流程变了新 docs/ 规则文件;启动流程调整;新触发规则
TOOLS.md工具链变了新工具;旧工具出事;致命用法发现
MEMORY.md世界状态变了新项目;项目完结;新环境配置
WORKING.md项目进度变了实质进展;新项目;项目暂停/完成
IDENTITY.md几乎不变改名;改定位
HEARTBEAT.md检查清单变了新定时任务;旧任务移除

触发后流程

1. 读写作指南

必须先读:docs/WORKSPACE_FILES_GUIDE.md

2. 读取对应文件

根据 trigger 类型读对应文件。

3. 对比分析

  • 文件内容是否和现实一致?
  • 该加的信息放哪个文件?(根据 Guide 职责划分)
  • 加了会不会超 token 预算?
  • 有没有旧内容该删/归档?

4. 输出建议

📝 [文件名] 该更新了

原因:[什么 trigger 了这次检查]
现在:[当前相关内容]
建议:[具体修改]

要更新吗?

5. 确认后执行

  • 用户确认 → 执行修改
  • 用户拒绝 → 记录到 memory/ 留底

主动检查场景

除了被动 trigger,以下场景主动检查

  1. 新项目讨论完毕 → 检查 MEMORY.md 和 WORKING.md 是否需要加项目
  2. 一轮深度对话结束 → 检查有没有新发现该落进 USER.md 或 SOUL.md
  3. 新 docs/ 文件创建后 → 检查 AGENTS.md 索引是否需要加入
  4. 安装新 Skill 后 → 检查 TOOLS.md 是否需要加规则
  5. 用户明显改变沟通风格 → 检查 USER.md 是否需要更新偏好

规则

  1. 不自动改文件 — 必须用户确认
  2. 一次只建议改一个文件
  3. 遵守 Guide 的职责划分和 token 预算
  4. 检查重复 — 已有类似内容不重复加
  5. 该删也提 — 过时内容建议删除或归档
  6. 措辞匹配 — 新内容风格和文件现有内容一致

Token 预算

文件最大
SOUL.md800B
USER.md800B
IDENTITY.md300B
AGENTS.md1.5KB
TOOLS.md1KB
MEMORY.md1.5KB

Comments

Loading comments...