← Back to Skills Marketplace
theshadowrose

SkillTree Learning Progress Tracker

by Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
346
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install skill-tree
Description
Track learning across topics like an RPG skill tree. Prerequisites, milestones, suggested next steps. Gamified learning path.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-tree
  3. After installation, invoke the skill by name or use /skill-tree
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Slug skill-tree
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is SkillTree Learning Progress Tracker?

Track learning across topics like an RPG skill tree. Prerequisites, milestones, suggested next steps. Gamified learning path. It is an AI Agent Skill for Claude Code / OpenClaw, with 346 downloads so far.

How do I install SkillTree Learning Progress Tracker?

Run "/install skill-tree" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SkillTree Learning Progress Tracker free?

Yes, SkillTree Learning Progress Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SkillTree Learning Progress Tracker support?

SkillTree Learning Progress Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SkillTree Learning Progress Tracker?

It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.

💬 Comments