mood-tracker

Log daily mood scores with optional comments stored locally on the device.

24.4k|2.6k|Updated Mar 31, 2025
One-click install
npx skills add https://github.com/google-ai-edge/gallery --skill mood-tracker-google-ai-edge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mood-tracker
Source: https://github.com/google-ai-edge/gallery/tree/main/Android/src/app/src/main/assets/skills/mood-tracker
Command: npx skills add https://github.com/google-ai-edge/gallery --skill mood-tracker-google-ai-edge

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The mood-tracker stores daily mood scores and optional comments locally on the device, enabling private, offline mood journaling.

Core Features & Use Cases

  • Log daily mood scores (1-10) with optional notes to build a personal mood history.
  • Retrieve mood for a specific date and view recent entries to observe trends.
  • See a quick dashboard and lightweight visualizations to understand mood trajectories.

Quick Start

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

Frequently Asked Questions about mood-tracker

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

FAQPage Schema
How do I log my daily mood and track my feelings over time?

You can log daily mood scores from 1 to 10 with optional notes. The mood tracker stores this data locally on your device, enabling private offline mood journaling and quick dashboards showing recent history.

What is local mood tracking and how does it protect my journaling data?

Local mood tracking stores daily mood scores and comments directly on your device. This offline approach ensures your personal mood history remains private without requiring external server uploads.

Can I export my mood history data for external data visualization?

Yes, you can export your mood history data. The mood tracker includes an export_data action allowing you to extract locally stored daily mood logs for external data visualization and analysis.

Does the mood tracker work offline without internet connectivity?

Yes, the mood tracker works offline without internet connectivity. It uses local storage on the device to save daily mood scores and comments, ensuring private mood journaling anywhere.

How do I retrieve or delete a specific mood entry from my history?

You can retrieve or delete specific mood entries using the get_mood and delete_mood actions with date resolution. This allows you to validate and manage individual daily mood logs within your history.

What are the limitations of using local storage for mood data visualization?

Local storage limits mood data visualization to lightweight charts on a single device. Since data is stored locally, you cannot sync mood history across multiple devices or access it remotely.