← 返回 Skills 市场
SkillTree Learning Progress Tracker
作者
Shadow Rose
· GitHub ↗
· v1.0.0
· MIT-0
346
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-tree
功能描述
Track learning across topics like an RPG skill tree. Prerequisites, milestones, suggested next steps. Gamified learning path.
安全使用建议
This skill appears to do what it says: it stores progress locally in a JSON file (./skill-tree.json by default) and offers suggestions. Before installing or using it: 1) Review or run the src/skill-tree.js code in a sandbox to confirm behavior; 2) Back up any existing ./skill-tree.json (the default filename could overwrite an existing file); 3) Consider running the skill from a dedicated directory or change options.dataFile to a safe path; 4) Note that save errors are silently ignored in the code (catch blocks are empty), so test saving/loading to ensure your data is persisted; 5) No network or credentials are requested, so there is low exfiltration risk—but if you modify the skill, re-review any added network or credential access. Overall, the package is coherent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: skill-tree
Version: 1.0.0
The skill bundle is a legitimate utility for tracking learning progress using a local JSON file. The implementation in `src/skill-tree.js` is straightforward, containing only basic file I/O and logic for managing skill dependencies, with no evidence of network activity, data exfiltration, or malicious execution. The documentation in `SKILL.md` and `README.md` is descriptive and lacks any prompt-injection attempts or suspicious instructions.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and src/skill-tree.js all align: the skill is a local skill-tree tracker that stores progress in a JSON file and provides suggestions/metrics. It does not request unrelated credentials or binaries.
Instruction Scope
SKILL.md instructs local usage and the code reads/writes a local JSON data file (default ./skill-tree.json). There are no instructions to read arbitrary system files, access network endpoints, or exfiltrate data. The disclaimer in SKILL.md matches the implementation claiming local storage only.
Install Mechanism
No install spec; the skill is instruction + a small Node.js module. No downloads, package installs, or archive extraction are present in the bundle.
Credentials
The skill declares no environment variables, credentials, or config paths, and the code only uses the Node fs module to read/write a local path. Requested permissions are proportionate to a local progress tracker.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configs. It persists only to a user-accessible JSON file (default ./skill-tree.json).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-tree - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-tree触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
常见问题
SkillTree Learning Progress Tracker 是什么?
Track learning across topics like an RPG skill tree. Prerequisites, milestones, suggested next steps. Gamified learning path. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。
如何安装 SkillTree Learning Progress Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-tree」即可一键安装,无需额外配置。
SkillTree Learning Progress Tracker 是免费的吗?
是的,SkillTree Learning Progress Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SkillTree Learning Progress Tracker 支持哪些平台?
SkillTree Learning Progress Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SkillTree Learning Progress Tracker?
由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。
推荐 Skills