mood-tracker

Log and query daily mood data stored locally in device storage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This mood-tracker helps you log your daily mood and notes locally, creating a private mood journal on-device.

Core Features & Use Cases

  • Log Mood: record a daily mood score (1-10) with an optional comment and date.
  • Get Mood/History: retrieve mood for a specific date and view recent history or a dashboard.
  • Privacy & Local Storage: all data is stored locally in device storage; supports export and wipe to manage data.

Quick Start

Log mood for today as a 7 with a short note, then request yesterday's mood to review trends.

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 sending data to a server?

You can track daily mood locally by logging a mood score and optional notes directly to on-device local storage. This ensures your personal well-being journal remains private without requiring external server connections.

Can I retrieve past mood history for specific calendar dates?

Yes, you can retrieve mood history by querying specific calendar dates, today, or yesterday. The tracker resolves dates automatically and returns the logged mood scores and notes for your requested timeframe.

How do I export my mood journal data for external analysis?

You can export mood journal data using the built-in export action, which extracts your locally stored mood logs. This outputs your historical mood scores and notes for external analysis or backup purposes.

What is the best way to visualize mood trends from my daily logs?

The best way to visualize mood trends is by viewing the built-in dashboard, which aggregates your daily mood logs from local storage. It displays recent history and mood scores to help you analyze patterns.

Does local storage mood tracking work for private well-being journaling?

Local storage mood tracking works perfectly for private well-being journaling because it stores all data on-device. You can log moods, add comments, and wipe data locally without any cloud synchronization.

How do I permanently delete my mood tracking data from the device?

You can permanently delete mood tracking data from the device using the wipe_data action. This clears all locally stored mood logs, or you can use delete_mood to remove specific individual entries.