← 返回 Skills 市场
231
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shang-tsung
功能描述
Persistent memory and identity continuity for AI agents. Combines Second Brain (PROOF_OF_LIFE, daily logs, long-term MEMORY.md) with SOULS session lineage. E...
安全使用建议
This skill appears to do what it claims: local, file-based persistence. Before installing, (1) review scripts/souls-helper.sh yourself (it's small) to confirm the target directory is correct; (2) store your workspace in a location you control — memory files may contain personal or sensitive context; (3) if other skills or your agent runtime have network access, be aware those components could read and transmit the same Markdown files — the skill itself does not exfiltrate data; (4) prefer setting SOULS_DIR explicitly if you want to avoid accidental writes outside an expected path; and (5) verify the upstream repository if provenance matters (skill.json points to a GitHub repo). If you need enforced privacy guarantees (not just guidance), consider additional runtime controls (restrict network access, limit which sessions can read MEMORY.md).
功能分析
Type: OpenClaw Skill
Name: shang-tsung
Version: 1.0.0
The 'shang-tsung' skill bundle provides a framework for AI agent persistence and identity continuity using local Markdown files and a Bash helper script (scripts/souls-helper.sh). The script performs standard file operations (mkdir, cat, printf) to manage session logs and 'soul' files within the workspace, with no evidence of network access, credential theft, or malicious execution. The instructions in SKILL.md and AGENTS-template.md are thematic but align strictly with the stated purpose of maintaining agent state across sessions.
能力评估
Purpose & Capability
Name/description (persistent memory, SOULS, Second Brain) match the contents: documentation + a single bash helper that creates/reads numbered soul files and manages workspace-local memory files. No extraneous credentials, network access, or unrelated binaries are requested.
Instruction Scope
SKILL.md instructs the agent to read/write local files (SOUL.md, PROOF_OF_LIFE.md, MEMORY.md, memory/*, souls/*) which is expected for a persistence system. The docs advise loading MEMORY.md only in private sessions (a privacy policy, not an enforced guard). Users should note these files may contain personal context and that the guidance relies on agent behavior rather than an enforcement mechanism.
Install Mechanism
Instruction-only skill with a single included script; no install spec, no downloads, no external packages. The helper is pure bash and the README/SECURITY.md accurately describe its local-only nature.
Credentials
No secrets or unusual environment variables are required. Optional variables (AGENT_NAME, SOULS_DIR, WORKSPACE) are reasonable for namespacing and path overrides and align with the documented functionality.
Persistence & Privilege
Skill is not always:true and has no elevated platform privileges. It writes only to the workspace (user-specified path) and does not modify other skills or global agent configuration. Autonomous invocation is allowed by default (platform normal) but the skill's actions remain local.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shang-tsung - 安装完成后,直接呼叫该 Skill 的名称或使用
/shang-tsung触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the shang-tsung skill.
- Provides persistent memory and identity continuity for AI agents using pure bash and markdown.
- Combines SOULS session lineage (identity continuity) with Second Brain (PROOF_OF_LIFE, daily logs, long-term MEMORY.md) for comprehensive operational context.
- Supports multi-agent workspaces via AGENT_NAME namespacing for isolated agent memory.
- No external dependencies or network access required.
元数据
常见问题
Shang Tsung 是什么?
Persistent memory and identity continuity for AI agents. Combines Second Brain (PROOF_OF_LIFE, daily logs, long-term MEMORY.md) with SOULS session lineage. E... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。
如何安装 Shang Tsung?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shang-tsung」即可一键安装,无需额外配置。
Shang Tsung 是免费的吗?
是的,Shang Tsung 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shang Tsung 支持哪些平台?
Shang Tsung 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shang Tsung?
由 Jesse(@mrjessek)开发并维护,当前版本 v1.0.0。
推荐 Skills