Overview
- Skill Key
- dyby99-gif/xinqing-journal
- Author
- dyby99
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/dyby99-gif/xinqing-journal
- Latest Commit SHA
- 340a344d1276959d11d70055486dac8645c1e54f
心情日记 — 智能情绪追踪器,通过自然语言记录中文日记、自动识别7种情绪、 1-10分评分、智能标签提取,生成日/周/月报告和趋势分析。 数据纯本地JSON存储,零网络请求,保护隐私。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 xinqing-journal 技能。 若已安装,则直接安装 xinqing-journal 技能。
# Xinqing Journal - 心情日记 用自然语言记录每天的心情,自动分析情绪变化趋势。 ## 功能特性 - 📝 **自然语言日记**: "今天工作很顺利,心情不错" - 🎭 **情绪自动识别**: 开心、平静、兴奋、焦虑、难过、愤怒、疲惫 - ⭐ **情绪评分**: 1-10分自动或手动评分 - 🏷️ **智能标签提取**: 自动提取人、事、物、地点、天气标签 - 📊 **多维度报告**: 日报、周报、月报、趋势分析 - 🔒 **本地数据存储**: JSON文件存储,保护隐私 - 📅 **心情日历**: 可视化月历查看情绪分布 - 💡 **智能建议**: 根据情绪数据给出健康建议 ## 快速开始 ### 添加日记 ```bash # 简单日记 python scripts/journal.py add "今天工作很顺利,心情不错" # 指定情绪评分 python scripts/journal.py add "今天下雨了有点郁闷,心情4分" # 详细日记 python scripts/journal.py add "今天和朋友去了咖啡店,聊得很开心,心情9分" # 昨天日记 python scripts/journal.py add "昨天加班到很晚很累" ``` ### 查看日记 ```bash # 列出最近7天 python scripts/journal.py list # 列出最近30天 python scripts/journal.py list 30 # 按情绪筛选 python scripts/journal.py list 30 开心 ``` ### 心情日历 ```bash # 本月日历 python scripts/journal.py calendar # 指定年月 python scripts/journal.py calendar 2024 1 ``` ### 生成情绪报告 ```bash # 日报 python scripts/mood-report.py daily python scripts/mood-report.py daily 2024-01-15 # 周报 python scripts/mood-report.py weekly python scripts/mood-report.py weekly 1 # 上周 # 月报 python scripts/mood-report.py monthly python scripts/mood-report.py monthly 1 # 上月 # 趋势分析 python scripts/mood-report.py trend 30 ``` ### 查看统计 ```bash # 情绪摘要 python scripts/journal.py summary python scripts/journal.py summary 90 # 情绪类型列表 python scripts/journal.py moods ``` ### 编辑和删除 ```bash # 更新日记 python scripts/journal.py update abc123 "修改后的内容" # 删除日记 python scripts/journal.py delete abc123 ``` ## 项目结构 ``` xinqing-journal/ ├── SKILL.md # 本文件 ├── .clawhubignore # 发布忽略配置 ├── scripts/ │ ├── journal.py # 核心日记模块 │ └── mood-report.py...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.