Weekly Reflectron
v1.0.0Guide a weekly reflection across Work, Health, Relationships, and Growth, then turn the review into one clear pattern plus Stop, Start, Continue, and one exp...
⭐ 0· 34·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the implementation. The handler implements a four-dimension weekly review, pattern detection, and Stop/Start/Continue/experiment outputs as described. It does not request unrelated platform access (no env vars, no binaries, no config paths).
Instruction Scope
SKILL.md instructs a purely descriptive reflection and explicitly says it does not sync calendars/devices. The code follows that scope: it only reads the SKILL.md file locally and processes the provided input text. There is a minor wording choice in DEFAULT_EVIDENCE/README lines that say 'pull one concrete example from memory' — implementation returns placeholder prompts for missing inputs rather than attempting any external retrieval, which is consistent with the non-networked design.
Install Mechanism
This is an instruction-only / small local Python skill with no install spec. No packages are fetched or executed from external URLs. No archive extraction or unusual installation behavior is present.
Credentials
The skill requires no environment variables, credentials, or config paths. It does not access system credentials or other skills' configuration.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide settings. It runs deterministically on the supplied input and returns text; it does not persist state or store credentials.
Assessment
This skill appears coherent and self-contained: it only processes text you provide and reads its own SKILL.md. Before installing, consider: (1) Review the handler.py locally (you already have it) and run the included tests to verify behavior. (2) Avoid pasting extremely sensitive personal data into the skill because whatever you submit will be echoed/transformed in the output. (3) Remember it's rule-based and may misclassify nuance — treat its suggestions as prompts, not clinical advice. If you want networked integrations (calendar, fitness, task apps), those are explicitly not implemented and would require additional, separate permissions.Like a lobster shell, security has layers — review code before you run it.
latestvk973m69snas7cpcghyhwsayy8n84x68e
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
