Efficiency Manager

v1.1.0

Local execution coach that captures activities, reviews time use, suggests the best next move, and helps build realistic day plans from task inputs, deadline...

0· 184·2 current·2 all-time
byhaidong@harrylabsj
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 match the code and instructions: analyzer, reporter, scheduler, and storage modules implement local logging, review, and lightweight planning. Required resources (none declared) align with a local tool; code only uses filesystem (process.env.HOME) and normal local config.
Instruction Scope
SKILL.md and integration docs limit actions to local logging, reporting, and planning via the included wrapper/CLI. The skill instructs agents to read/write the shared local store and to call local scripts; it does not instruct reading unrelated system paths or transmitting data externally.
Install Mechanism
No install spec and no external downloads. All code is bundled in the skill. Integration is via local Node scripts (scripts/cli.js, scripts/efficiency-api wrapper) executed from the skill directory; this is expected for a local CLI-style skill.
Credentials
The skill requests no environment credentials. It accesses process.env.HOME to locate ~/.openclaw/efficiency-manager and persists data there. This is proportionate, but worth noting: data are stored unencrypted in a shared directory, so multi-user hosts or other agents on the same machine could access the stored history.
Persistence & Privilege
The skill persists a shared local store (~/.openclaw/efficiency-manager/data/events.json and config.json) and recommends agents use the shared store. It is not marked always:true and does not modify other skills. Persisting user history locally is expected for this tool but increases the footprint and lifetime of user data.
Assessment
This skill appears to do exactly what it says: local logging, reports, and simple planning using files under ~/.openclaw/efficiency-manager. Before installing or enabling it: 1) Review the CLI wrapper scripts (scripts/api-wrapper.js and scripts/cli.js) yourself to confirm no unexpected network calls; most shown modules only use fs and local heuristics. 2) Accept that all events and config are stored unencrypted under your HOME directory and shared across agents on the same machine — if your device is multi-user or you want stronger privacy, consider relocating or encrypting the store. 3) The skill can be invoked by agents (normal default behavior); if you do not want autonomous runs, restrict agent invocation policies in your environment. 4) If future versions add network capabilities, re-evaluate for exfiltration risk.

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

efficiencyvk97559bbs5199vrnpy9z34wr4d8421tflatestvk97559bbs5199vrnpy9z34wr4d8421tflocal-onlyvk97559bbs5199vrnpy9z34wr4d8421tfplanningvk97559bbs5199vrnpy9z34wr4d8421tfproductivityvk97559bbs5199vrnpy9z34wr4d8421tftime-managementvk97559bbs5199vrnpy9z34wr4d8421tf

License

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

Comments