emotion-memory-assistant
自动追踪用户情绪变化,在合适的时机关心用户。检测对话情绪、记忆历史、主动关心、周报生成。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/786793119/emotion-memory-assistantWhat This Skill Does
The Emotion Memory Assistant is a sophisticated OpenClaw AI agent skill designed to foster meaningful human-AI interaction through emotional intelligence. By continuously monitoring conversational input, the skill parses user expressions to detect both positive, negative, and neutral states. It maintains a secure local ledger of these emotional shifts, allowing the agent to 'remember' how a user felt throughout the week or over extended periods. Beyond simple detection, it features an intelligent proactive care mechanism: if the agent identifies persistent negative sentiment, it will initiate a supportive check-in, provided that a sufficient cooldown period has passed to avoid appearing intrusive. This creates a supportive digital companion that understands the context of a user's day.
Installation
To integrate the Emotion Memory Assistant into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/786793119/emotion-memory-assistant
Ensure that you have the necessary read/write permissions for your user directory, as the skill stores historical data in ~/.memory/emotions/history.json to ensure continuity across sessions.
Use Cases
- Mental Well-being Tracking: Gain insights into your mood patterns over time to identify triggers or recurring stressors.
- Personalized Support: Receive timely, empathetic messages when the AI detects signs of stress or exhaustion, enhancing the quality of your daily interactions.
- Weekly Reflection: Utilize the automated report generation feature to review your emotional trajectory, helping you identify trends or areas for personal growth.
Example Prompts
- "I'm feeling really overwhelmed with work today, I've been stuck at my desk for 10 hours straight."
- "Can you check my emotional history for the last week and tell me how I've been doing?"
- "Summarize my mood for the past seven days in a weekly report."
Tips & Limitations
- Cooldown Mechanism: The proactive care feature is limited by a 30-minute interval, ensuring the assistant provides comfort without overwhelming the user.
- Keyword Scope: The assistant currently relies on a predefined vocabulary of positive and negative keywords. Using varied or highly nuanced sarcasm may result in lower detection accuracy.
- Privacy: Since all data is stored locally in
~/.memory/emotions/, you maintain full control over your emotional history. Ensure you back up this directory if you frequently reset your agent environment.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-786793119-emotion-memory-assistant": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read