← 返回 Skills 市场
canonxu

my_soul_upgrade_skill

作者 canonxu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
146
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install my-soul-upgrade-skill
功能描述
Manage and synchronize global and agent-specific Soul definitions using a two-layer template system with automated rebuild scripts.
安全使用建议
Do not run the recommended build_all_souls.py until you inspect its contents and confirm its provenance. The SKILL.md tells the agent to run a Python script located in ~/.openclaw/scripts that is not included in the skill bundle — that script could perform arbitrary operations across all agent workspaces. Before installing or invoking the skill: (1) ask the publisher to provide the build_all_souls.py source or a trusted release link; (2) review the script for network calls, filesystem modifications, and privilege escalation; (3) prefer running it manually in a sandbox or as a non-admin user and back up SOUL files; (4) verify whether /home/admin is the correct path for your deployment or whether the instructions should use the agent's workspace variables; (5) if you cannot inspect the script or confirm the source, avoid granting the agent permission to run it autonomously.
功能分析
Type: OpenClaw Skill Name: my-soul-upgrade-skill Version: 1.0.1 The skill bundle instructs the agent to modify system-level configuration files and execute an external Python script (~/.openclaw/scripts/build_all_souls.py) that is not included in the package. While the stated purpose of synchronizing 'Soul' templates across agent workspaces is plausible, the reliance on unverified external code execution and broad file system access across the /home/admin/.openclaw/ directory represents a significant security risk without explicit evidence of malicious intent.
能力评估
Purpose & Capability
The described capability (synchronizing a global SOUL and per-agent templates) aligns with the files and paths the SKILL.md references. However, it hardcodes /home/admin paths and relies on an unspecified build script in the user's home; this is plausible for the stated purpose but the absolute admin path and missing script are noteworthy.
Instruction Scope
SKILL.md directs editing of files under /home/admin/.openclaw and running python3 ~/.openclaw/scripts/build_all_souls.py. The build_all_souls.py script is not included in the skill bundle, so the instructions require execution of an external, unknown script that could read/modify any agent workspace — broader than what the skill package provides and potentially dangerous.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code to execute, which minimizes installation risk. The risk arises from the runtime instruction to execute a script that is not part of the package.
Credentials
No environment variables or credentials are requested (appropriate). However, the SKILL.md assumes filesystem access to /home/admin/.openclaw and agent workspaces without declaring or justifying privileged access to an admin home directory.
Persistence & Privilege
The skill does not request permanent/always-present privileges and does not modify other skills. Still, its instructions allow invoking a script that rebuilds SOUL files for all agents, which is a high-impact operation if executed by the agent autonomously.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-soul-upgrade-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-soul-upgrade-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
批量同步最新版本
v1.1.0
Update to per-agent workspace layout: SOUL and templates now live in workspaces/workspace-{agent}, compatible with OpenClaw multi-agent workspace architecture. 4 agents tested and working.
v1.0.0
Initial release: synchronized soul management with two-layer architecture
元数据
Slug my-soul-upgrade-skill
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

my_soul_upgrade_skill 是什么?

Manage and synchronize global and agent-specific Soul definitions using a two-layer template system with automated rebuild scripts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。

如何安装 my_soul_upgrade_skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-soul-upgrade-skill」即可一键安装,无需额外配置。

my_soul_upgrade_skill 是免费的吗?

是的,my_soul_upgrade_skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

my_soul_upgrade_skill 支持哪些平台?

my_soul_upgrade_skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 my_soul_upgrade_skill?

由 canonxu(@canonxu)开发并维护,当前版本 v1.0.1。

💬 留言讨论