Focus Tree

v1.0.1

Maintain persistent focus on active work with hierarchical task tracking. Prevents the agent from forgetting mid-project context, drifting between topics, or...

0· 241·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description require a local file-based focus tracker; the package.json and scripts/focus.mjs implement exactly that. The declared required binary 'node' is appropriate and nothing else (binaries/env/config) is requested.
Instruction Scope
SKILL.md instructs the agent to read and update FOCUS.md and FOCUS-LOG.md at session boundaries and on triggers — this matches the script which reads/writes only those files in the current working directory. Note: the skill intentionally performs local filesystem reads/writes (it will create/overwrite FOCUS.md and append to FOCUS-LOG.md), so users should avoid storing secrets in those files and consider backing up any existing FOCUS.md before use.
Install Mechanism
No install spec; this is instruction-only plus a small Node script included in the bundle. There are no external downloads or package installs described, so nothing is written to disk beyond the script's normal file operations when run.
Credentials
No environment variables, credentials, or config paths are required. The script does not access unrelated services or secret-bearing env vars, so requested access is proportionate to the functionality.
Persistence & Privilege
always is false and the skill is user-invocable. The script persists data only to FOCUS.md and FOCUS-LOG.md in the current working directory; it does not modify system-wide settings or other skills' configs.
Assessment
This skill appears to do what it says: read and update two files (FOCUS.md and FOCUS-LOG.md) to maintain a single active work focus. Before installing or enabling it: (1) ensure you have Node available if you want to run the bundled script; (2) back up any existing FOCUS.md/FOCUS-LOG.md in your workspace because the tool may overwrite them; (3) do not store secrets or sensitive credentials in FOCUS.md (the skill will read/write that file); and (4) verify the repository/source if provenance matters (the package is MIT-licensed and small, but the homepage is 'unknown' in the metadata). Otherwise there are no signs of hidden network calls, extra credential requests, or escalated privileges.

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

latestvk97e2rxsw5sh44xabprwz1bb0s82tp09

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎯 Clawdis
Binsnode

Comments