786793119/emotion-memory-assistant/SKILL.md
自动追踪用户情绪变化,在合适的时机关心用户。检测对话情绪、记忆历史、主动关心、周报生成。
npx skillsauth add openclaw/skills emotion-memory-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
自动追踪用户情绪变化,在合适的时机关心用户。
detect_emotion - 检测对话中的情绪关键词recall_emotion_history - 查询历史情绪记录send_care_message - 发送关心消息给用户generate_weekly_report - 生成每周情绪报告正向情绪: 开心、高兴、愉快、兴奋、满意、舒服、快乐、幸福
负向情绪: 难过、伤心、焦虑、担心、害怕、沮丧、低落、郁闷、烦、生气、失望
中性状态: 忙、累、困、无聊
当检测到用户负面情绪,且距离上次关心超过30分钟,自动发送关心消息。
from emotion_memory import detect_emotion, recall_emotion_history, generate_weekly_report
# 检测情绪
result = detect_emotion("今天基金亏了,心情不好...")
print(result)
# 查询历史
history = recall_emotion_history(days=7)
# 生成周报
report = generate_weekly_report()
~/.memory/emotions/history.jsonBy Miya - 2026
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。