Emotion Weather Station
v1.0.0情绪天气站 - 你的情绪追踪与分析助手。 帮助用户记录情绪、分析模式、推荐调节策略、预警压力。
⭐ 0· 93·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
medium confidencePurpose & Capability
Name/description (emotion tracking, analysis, regulation recommendations) match the included code and SKILL.md. The handler implements parsing, local analysis, and a library of regulation strategies — nothing requests unrelated cloud credentials, system access, or unexpected binaries.
Instruction Scope
SKILL.md stays on-topic: it defines input/output schemas, interaction patterns, emotion categories, and strategy types. It does not instruct the agent to read arbitrary system files, access environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only / code-in-repo). The package.json only references running the Python handler for tests. There are no download URLs or extract/install steps that would pull external code at install time.
Credentials
The skill declares no required environment variables or credentials. The visible code imports only standard Python libraries (json, random, datetime, re, typing) and does not reference secrets, cloud keys, or unrelated service tokens.
Persistence & Privilege
The skill is not forced-always, and it does not declare elevated persistence or modify other skills. It appears to run as a normal user-level handler invoked when requested.
Assessment
This skill appears internally consistent and implements local emotion-tracking and recommendation logic. Before installing, consider: (1) Privacy: the skill will process sensitive personal-emotional data — review handler.py for any network/telemetry calls or file writes (check for requests, socket, open(...,'w'), or posting to remote URLs). (2) Storage: confirm where records are kept (in-memory vs disk) and whether any logs leak data. (3) Clinical safety: the recommendations are informational and not a substitute for professional care; ensure the skill includes appropriate disclaimers. (4) Run the included tests in an isolated environment (scripts/test.py) to verify behavior. If you need higher assurance, provide the full handler.py contents for a line-by-line review or run it in a sandbox to monitor network/file activity.Like a lobster shell, security has layers — review code before you run it.
latestvk97872n653c855ka6z27wa5enn84bbh4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
