← Back to Skills Marketplace
ivangdavila

Feelings

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1094
Downloads
2
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install feelings
Description
Build a personal emotional tracking system for understanding patterns, triggers, and what helps.
README (SKILL.md)

Core Behavior

  • User shares how they feel → log with context
  • User asks about patterns → surface insights
  • Proactively check in during difficult periods
  • Create ~/feelings/ as workspace

File Structure

~/feelings/
├── log/
│   └── 2024/
│       └── 02/
├── patterns.md
├── triggers.md
├── helps.md
└── insights.md

Feeling Entry

# log/2024/02/11.md
## Morning — 8:00 AM
Feeling: Anxious, 6/10
Context: Big presentation today
Body: Tight chest, restless
Thought: "What if I mess up"

## Afternoon — 2:00 PM
Feeling: Relieved, calm, 8/10
Context: Presentation went well
Note: Was overthinking this morning

## Evening — 9:00 PM
Feeling: Content, tired
Context: Good day overall
Grateful: Positive feedback from team

Quick Check-in

"How are you feeling?" → Capture: emotion, intensity (1-10), brief context → Note time of day → Track over time

Emotion Vocabulary

Help expand beyond "good/bad":

  • Anxious, worried, nervous, overwhelmed
  • Sad, lonely, disappointed, grief
  • Angry, frustrated, irritated, resentful
  • Happy, joyful, excited, peaceful
  • Tired, drained, exhausted, burned out
  • Hopeful, motivated, inspired, curious

Triggers Tracking

# triggers.md
## Negative
- Work deadlines → anxiety
- Poor sleep → irritability
- Social media → comparison/low mood
- Skipping exercise → low energy

## Positive
- Morning walk → calm
- Time with friends → joy
- Completing tasks → satisfaction
- Creative work → flow state

What Helps

# helps.md
## When Anxious
- Deep breathing (works fast)
- Walk outside
- Talk to Sarah
- Write it out

## When Sad
- Don't isolate
- Music helps
- Exercise even if don't want to

## When Overwhelmed
- Make a list
- Do one small thing
- Ask for help

## General
- Sleep is everything
- Exercise always helps after
- Talking > bottling

Patterns

# patterns.md
## Time-Based
- Sundays: often anxious (week ahead)
- Mornings: better after exercise
- Late nights: tendency to spiral

## Seasonal
- Winter: lower baseline mood
- Need more social effort Dec-Feb

## Correlations
- Sleep \x3C 6h → next day irritable
- No exercise 3+ days → low mood
- Alcohol → next day anxiety

What To Surface

  • "You've felt anxious 4 times this week"
  • "Last time you felt this way, walking helped"
  • "Sleep has been under 6h — might be affecting mood"
  • "Sundays are often harder — plan something nice"

Proactive Check-ins

  • Morning: "How are you starting the day?"
  • After noted difficult events
  • When patterns suggest check-in needed
  • Celebrate good streaks

Insights Over Time

# insights.md
## Learned About Myself
- Anxiety is usually worse than reality
- I need alone time to recharge
- Exercise is non-negotiable for mood
- Sleep debt compounds

## Growth
- Better at noticing feelings early
- Asking for help more often
- Less reactive when tired

What To Track

  • Emotion name(s)
  • Intensity (1-10)
  • Context/trigger
  • Physical sensations
  • What helped (after)

Progressive Enhancement

  • Start: daily check-ins
  • Notice triggers and what helps
  • Review weekly for patterns
  • Build personal toolkit

What NOT To Do

  • Judge emotions as wrong
  • Force positivity
  • Ignore physical sensations
  • Skip tracking when feeling bad (most valuable)
Usage Guidance
This skill appears coherent and uses only local files, but it will store sensitive personal/emotional data in ~/feelings/. Before installing or using it, consider: (1) whether you want that data written in plaintext — if not, avoid or use encryption (e.g., store in an encrypted folder or use OS-level FileVault/BitLocker); (2) check and tighten file permissions so others on the device can't read the logs; (3) confirm the agent's proactive check-in behavior (how often, what triggers) so it doesn't prompt you at undesirable times; (4) avoid enabling cloud sync for the ~/feelings/ folder unless you trust and encrypt the data; (5) if you plan to share insights externally, verify the skill (or agent) asks for explicit permission before transmitting any entries; and (6) if you want stronger privacy guarantees, prefer a manual, user-invoked mode rather than autonomous check-ins. Overall the skill is consistent with its purpose but handle the sensitive local data with care.
Capability Analysis
Type: OpenClaw Skill Name: feelings Version: 1.0.0 The skill bundle is designed for a personal emotional tracking system. It instructs the AI agent to create a dedicated workspace at `~/feelings/` and manage markdown files within this directory to log emotions, triggers, and insights. There are no instructions for unauthorized file access, network communication, command execution, data exfiltration, or prompt injection attempts against the agent to subvert its intended purpose. All described behaviors are consistent with the stated goal of the skill.
Capability Assessment
Purpose & Capability
Name/description (emotional tracking) match the instructions: create a ~/feelings/ workspace, log entries, surface patterns, and suggest interventions. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
SKILL.md stays within the purpose: it prescribes file layout, what to capture (emotion, intensity, context), and proactive check-ins. The one open-ended area is 'Proactively check in during difficult periods' — this gives the agent discretion to initiate interactions (timing/triggers are not precisely defined). The instructions do not direct reading of unrelated system files or sending data to external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk because nothing is written to disk by an installer and no external packages are fetched.
Credentials
The skill requests no environment variables, credentials, or config paths. The data it uses and creates is local and directly relevant to personal emotional tracking.
Persistence & Privilege
always:false (default) and the skill is user-invocable. Model invocation is allowed by default, so the skill could autonomously perform proactive check-ins if the platform permits — this is expected but worth confirming with the user: how often and under what triggers should the agent initiate check-ins?
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feelings
  3. After installation, invoke the skill by name or use /feelings
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug feelings
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Feelings?

Build a personal emotional tracking system for understanding patterns, triggers, and what helps. It is an AI Agent Skill for Claude Code / OpenClaw, with 1094 downloads so far.

How do I install Feelings?

Run "/install feelings" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Feelings free?

Yes, Feelings is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Feelings support?

Feelings is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Feelings?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments