Eition_Emo
PassAudited by ClawScan on Feb 24, 2026.
Overview
The skill's actions (reading/writing a local memory/emotions folder, periodically scanning conversation text, and recording logs/reports) align with its stated purpose, but note it will autonomously scan and persist local conversation-derived data and the manifest omits the expected config path.
What to consider before installing: - This skill will read and write local data under memory/emotions/ (creates log.md, wins.md, weekly_review.md, config.md) and will routinely scan recent conversation history (heartbeats every 30 minutes, daily and weekly tasks). If you store sensitive data in conversations, expect it to be processed and summarized locally. - The skill claims 'all data stored locally' — that appears consistent with the instructions (no external endpoints), but there is no code here to audit; trust is placed on the platform/agent runtime to keep data local. If you need stronger guarantees, inspect where your agent stores memories and back up or restrict access to that folder. - The registry metadata did not list the memory/emotions path as a required config; this is a small mismatch but important: confirm the agent runtime allows the skill to access/create that folder before installing. - The SKILL.md suggests installing via `npx clawhub@latest install Eition_Emo`. That uses an external installer (clawhub); if you plan to run that command, verify the clawhub package you invoke is the official one you trust. - Because the skill will act autonomously (periodic heartbeats and auto-summaries), consider whether you want automatic background behavior. If your platform permits, prefer to disable autonomous invocation or reduce heartbeat frequency until you’ve validated outputs. - If you experience severe or persistent low mood, follow the skill’s own advice and seek professional help; this tool is not a substitute for clinical care. If you want higher assurance, request the actual runtime implementation (code that will be executed by the agent) or confirm in-platform what permissions the skill will have to read/write memories and run scheduled heartbeats.
