mood-tracker

Log mood scores locally by date with optional comments.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/happyaaa/CampusAI --skill mood-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mood-tracker
Source: https://github.com/happyaaa/CampusAI/tree/main/Android/src/app/src/main/assets/skills/mood-tracker
Command: npx skills add https://github.com/happyaaa/CampusAI --skill mood-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

The Mood Tracker helps you log your daily mood scores and optional comments, enabling private reflection and trend insight without leaving the device.

Core Features & Use Cases

  • Log Mood: log a daily mood score (1-10) with an optional comment for a given date.
  • Get Mood: retrieve your mood for a specific date or summarize recent days.
  • History & Dashboard: view mood history for the last N days and open a dashboard chart to visualize trends.
  • Privacy & Local Storage: all data is stored locally on your device with no cloud storage unless the app design changes.

Quick Start

Log my mood today as a 7 with a short comment.

Frequently Asked Questions about mood-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track my daily mood locally without cloud storage?

To track your daily mood locally without cloud storage, you log a daily mood score from 1 to 10 with an optional comment by date. All data is stored entirely on your device using localStorage, ensuring completely private mood tracking without any external servers.

What is the best way to view mood history and visualize trends for recent days?

The best way to view mood history and visualize trends is by retrieving your mood data for the last N days. You can open a dashboard chart that visualizes your mood trends on demand, allowing you to see recent patterns based on your locally logged scores.

Can I retrieve a specific mood log by date using this local storage approach?

Yes, you can retrieve a specific mood log by date. The mood tracking system supports querying your historical mood entries by specific dates, allowing you to access exact scores and comments previously saved in your device's local storage.

Does this mood tracker require any external dependencies or accounts to log feelings?

No, this mood tracker requires no external dependencies or accounts to log feelings. It operates as a self-contained system using local scripts and on-device storage, meaning you can log moods and track feelings immediately without setup barriers.

Are there limitations to using on-device local storage for private mood tracking?

A limitation of using on-device local storage for private mood tracking is that data is tied to the specific device and browser. If you clear browser data or switch devices, your locally stored mood history and dashboard visualizations will be lost unless explicitly exported.