moodring
by BytesAgain
Log daily moods, spot emotional patterns, and review wellbeing trends over time. Use when logging mood, spotting patterns, reviewing weekly wellbeing.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain1/moodring文档
Mood Ring
Emotional wellbeing tracker. Log your mood on a 1–5 scale, add notes about what's happening, then use built-in analytics to spot patterns, track streaks, identify triggers, and review trends over days and weeks.
Commands
All commands are invoked via moodring <command> [args].
| Command | Description |
|---|---|
log <1-5> [note] | Log a mood entry. Score: 1=😞 Terrible, 2=😕 Bad, 3=😐 Okay, 4=😊 Good, 5=🤩 Amazing. Optional note for context. |
today | Show all mood entries logged today with individual scores, times, notes, and daily average |
week | Display a 7-day mood chart with ASCII bar visualization and weekly average |
history [n] | Show mood history for the last n days (default: 14). Lists every entry with emoji, score, time, and note. |
stats | Full mood statistics — total entries, overall average, best/worst scores, and score distribution with percentage bars |
patterns | Identify mood patterns by day of week (Mon–Sun averages) and time of day (Morning/Afternoon/Evening) |
triggers [mood] | Analyze notes to find common trigger words. Optionally filter by a specific mood score (e.g. triggers 5 for what makes you happiest). |
streak | Check your current positive mood streak (consecutive days with score ≥ 4) |
journal <text> | Write a freeform journal entry, stored separately from mood scores, timestamped with date and time |
insights | AI-style mood insights — overall average, recent trend (improving/declining/stable), and percentage of good days |
info | Show version and credit info |
help | Show the built-in help message with all available commands |
Data Storage
- Mood data:
~/.moodring/moods.json— JSON array of mood entries, each with date, time, weekday, score, and note - Journal data:
~/.moodring/journal.json— JSON array of journal entries, each with date, time, and text - Privacy: All data stays local on your machine. No cloud sync, no telemetry, no external API calls.
Requirements
- Bash 4+
- Python 3 (standard library only — uses
json,datetime,collections) - No pip packages, no API keys, no network access needed
When to Use
- Daily mood tracking — Log how you're feeling throughout the day with
moodring log 4 "great meeting with team"to build a personal mood history - Weekly check-ins — Run
moodring weekevery Sunday to see your 7-day mood chart and reflect on the week's emotional trajectory - Pattern discovery — Use
moodring patternsafter a few weeks of data to discover which days of the week or times of day tend to affect your mood - Trigger identification — Run
moodring triggersto surface common words in your notes, ormoodring triggers 1to see what's consistently associated with bad days - Wellbeing journaling — Combine
moodring logwithmoodring journalfor a complete emotional record — quantitative scores plus qualitative reflections
Examples
# Log a good mood with context
moodring log 4 feeling great after morning run
# Log a rough day
moodring log 2 didn't sleep well, headache all day
# Check today's entries
moodring today
# View the weekly mood chart
moodring week
# See mood history for the last 30 days
moodring history 30
# Get full statistics
moodring stats
# Discover patterns by day and time
moodring patterns
# Find triggers for your best moods
moodring triggers 5
# Check your positive streak
moodring streak
# Write a journal entry
moodring journal "Grateful for a productive week. Need to prioritize sleep more."
# Get AI-style insights
moodring insights
Output
All command output goes to stdout. Mood charts use ASCII bar graphs (█) for visual clarity in the terminal.
# Save your stats to a file
moodring stats > mood-report.txt
# Pipe weekly chart to less for scrolling
moodring history 90 | less
Scoring Guide
| Score | Emoji | Meaning |
|---|---|---|
| 1 | 😞 | Terrible |
| 2 | 😕 | Bad |
| 3 | 😐 | Okay |
| 4 | 😊 | Good |
| 5 | 🤩 | Amazing |
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
相关 Skills
安全专家
by alirezarezvani
覆盖威胁建模、漏洞评估、安全架构设计、代码审计与渗透测试,内置 STRIDE、OWASP、加密模式和安全扫描流程,适合系统设计评审与上线前安全排查。
✎ 安全专家把威胁建模、漏洞分析到渗透测试串成一套流程,内置 STRIDE 与 OWASP 指南,做安全设计和排查更省心。
安全运营
by alirezarezvani
覆盖应用安全、漏洞管理与合规审计,支持代码/依赖扫描、CVE 评估、Secrets 检测和安全自动化,适合做安全基线落地、漏洞响应、审计检查与安全开发治理。
✎ 应用安全、漏洞管理和合规检查一套打通,还能自动化扫描与响应,帮团队更早发现并收敛风险。
安全审计
by alirezarezvani
安装前审计 Claude Code Skill 的代码执行、Prompt 注入和依赖供应链风险,支持本地目录或 Git 仓库扫描,输出 PASS/WARN/FAIL 结论及修复建议
✎ 把代码审查、漏洞扫描和合规检查串成一条线,帮团队更早发现风险,做安全治理更省心。
相关 MCP 服务
by Sentry
搜索和分析 Sentry 错误报告,辅助调试。
✎ 把零散的 Sentry 错误报告变成可检索线索,帮你在海量报错里更快定位线上故障,排障调试明显省时。
by sinewaveai
为 AI agents 提供安全层:拦截 prompt injection、识别伪造 packages,并扫描漏洞风险。
✎ 给 AI Agent 补上关键安全层,能拦截 prompt 注入、识别伪造包并扫描漏洞风险,把防护前置更省心。
by pantheon-security
强化安全性的 NotebookLM MCP,集成 post-quantum encryption,提升数据防护能力。