情感记忆助手

v1.0.0

自动追踪用户情绪变化,在合适的时机关心用户。检测对话情绪、记忆历史、主动关心、周报生成。

0· 109·0 current·0 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 (emotion tracking, care messages, weekly reports) align with the included Python implementation and SKILL.md. Required binary (python3) is appropriate and no unrelated resources or credentials are requested.
Instruction Scope
SKILL.md examples and runtime instructions are limited to detecting emotion, recalling history, sending care messages, and generating reports. The code only reads/writes the declared local storage path and does not instruct reading unrelated files or environment variables.
Install Mechanism
No install specification; the skill is instruction-only plus a Python file. Nothing is downloaded or installed by the skill itself.
Credentials
No environment variables or external credentials are required. The only persistent artifact is a local JSON file under the user's home directory (~/.memory/emotions/history.json), which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It persists only its own history file in the user's home directory, which is expected for this functionality.
Assessment
This skill appears coherent and runs locally. Before installing, consider: (1) it stores message snippets and timestamps in ~/.memory/emotions/history.json — that can contain sensitive/PII; inspect or remove that folder if you don't want local records; (2) set filesystem permissions or encrypt the file if privacy is important; (3) the skill does not transmit data externally or require credentials, but review the code if you want to confirm behavior; (4) if you prefer no automatic care messages, call detect_emotion without acting on returned care_message or modify the code to disable auto-care logic. Note: small logic issues (e.g., keyword duplication) affect detection accuracy but are not security issues.

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

latestvk979yeqpr15k5rs0692z8xt5rn836sq8

License

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

Runtime requirements

💕 Clawdis
OSLinux · macOS · Windows
Binspython3

Comments