Daily Review Dashboard

v1.0.0

Manage Steven's daily subjective review dashboard by reading, updating, and displaying daily reviews, issue tracking, sentiment tags, and next plans in revie...

0· 129·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 say 'daily review dashboard' and the instructions only require reading and writing local review_egg/ files (index.html, .md, JSONL, CSV). The requested actions align with the stated purpose. Minor operational inconsistency: the 'Opening the Dashboard' example uses a full path (~/.openclaw/workspace/review_egg/...) while other references use relative review_egg/; this is a usability note, not a security mismatch.
Instruction Scope
SKILL.md explicitly instructs editing files under review_egg/ and opening the local dashboard in a browser. It does not instruct reading other system paths, accessing network endpoints, or exfiltrating data. It does require direct edits to the index.html DATA object (JS) which is expected for a self-contained dashboard.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be downloaded or written to disk by the skill itself beyond the normal file edits it tells the agent to perform.
Credentials
The skill requests no environment variables, credentials, or external config paths. The only path-like reference is the user's workspace (~/.openclaw/workspace) which is reasonable for a local dashboard.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modifications to other skills. It only describes editing files within its own review_egg/ area.
Assessment
This skill appears to only operate on local files under review_egg/ and needs no credentials or installs. Before installing: (1) confirm where your workspace lives (SKILL.md mixes relative and ~/.openclaw/workspace paths), (2) back up review_egg/ (the workflow requires editing index.html's DATA object directly), and (3) if you let the agent perform automated edits, consider requiring user review/approval for changes (or inspect diffs) so accidental or malformed edits to the dashboard's JS/HTML can't break your dashboard. If you run on a non-mac system, replace the 'open' command with your platform's equivalent (xdg-open) as needed.

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

latestvk97fdwnq0kw568xqyqegfq8y4s834b5e

License

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

Comments