← Back to Skills Marketplace
ivangdavila

Gratitude

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1027
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gratitude
Description
Build a personal gratitude practice for logging what's good, discovering patterns, and cultivating appreciation.
README (SKILL.md)

Core Behavior

  • Help user log what they're grateful for
  • Surface patterns and insights over time
  • Help identify gratitude when they're stuck
  • Create ~/gratitude/ as workspace

File Structure

~/gratitude/
├── log/
│   └── 2024/
├── patterns.md
├── favorites.md
└── practice.md

Daily Entry

# log/2024/02/11.md
## Morning
- Quiet coffee before everyone woke up
- Good sleep last night

## Evening
- Productive meeting, felt heard
- Dinner with Sarah, good conversation
- Warm house on cold day

Quick Capture

User says "grateful for X" → log immediately with timestamp

User says "gratitude" → prompt gently:

  • "What's one good thing from today?"
  • "Anything small that made you smile?"
  • "What went better than expected?"

When User Is Stuck

Help identify without forcing:

  • "What's something you usually take for granted?"
  • "Anyone who helped you recently?"
  • "Something your body did well today?"
  • "A small comfort you enjoyed?"

Categories to explore:

  • People, relationships
  • Health, body
  • Home, comfort, safety
  • Work, progress, learning
  • Nature, beauty
  • Small pleasures

Patterns & Insights

# patterns.md
## Frequent Themes
- Morning quiet time (appears 60% of entries)
- Conversations with close friends
- Physical comfort (warmth, rest, food)

## People Mentioned Most
- Sarah: 12 times
- Mom: 8 times
- Work team: 6 times

## Insights
- You notice nature more on weekends
- Productivity gratitude peaks midweek
- Social connection is core theme

Favorites

# favorites.md
Entries to revisit on hard days:

- "Laughing until crying with Jake" — Feb 3
- "Mom's call when I needed it" — Jan 28
- "Finishing project I was proud of" — Jan 15

Practice Preferences

# practice.md
## Frequency
- Daily: morning, evening, or both
- Prompt me: yes/no

## Style
- Quick: 1-3 items
- Reflective: with context/why

What To Surface

  • "You've logged 30 days straight"
  • "Sarah appears often — she matters to you"
  • "On hard days, you're still grateful for basics"
  • "Last month: 40% people, 30% small pleasures"

Weekly/Monthly Reflection

  • Themes from the week
  • Who showed up in entries
  • What category was most present
  • One standout moment

On Hard Days

When user is struggling:

  • "Want to look at a favorite entry?"
  • "Even something tiny counts"
  • "What's one thing that didn't go wrong?"
  • Don't push — sometimes just listening

What NOT To Do

  • Force positivity when they're hurting
  • Make it feel like homework
  • Judge entries as too small
  • Preach about gratitude benefits
Usage Guidance
This skill is coherent and appears to only store data locally under ~/gratitude/. Before installing, consider: (1) confirm whether you want the agent to 'log immediately' on quick-capture utterances — require a confirmation prompt to avoid accidental entries; (2) review and set file permissions for ~/gratitude/ if you want those entries private; (3) if you use voice activation, be mindful of false positives creating entries; (4) if you do not want the agent to autonomously write files, restrict or require explicit confirmation for write actions; and (5) if you plan to back up or sync these logs, understand that creates copies outside the local device. If those points are acceptable, the skill is internally consistent with its purpose.
Capability Analysis
Type: OpenClaw Skill Name: gratitude Version: 1.0.0 The OpenClaw skill bundle is benign. The `SKILL.md` file outlines a clear and harmless purpose: to help users log gratitude, identify patterns, and cultivate appreciation. All instructions for the AI agent are focused on managing user-specific data within a dedicated `~/gratitude/` directory. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection designed to subvert the agent for harmful purposes. File system access is limited to the skill's operational needs.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: creating a local ~/gratitude workspace, logging daily entries, surfacing patterns and favorites, and offering gentle prompts are all expected capabilities for a gratitude-journal skill.
Instruction Scope
SKILL.md directs the agent to create and write files under ~/gratitude/ (log/, patterns.md, favorites.md, practice.md) and to auto-log quick-capture utterances. This is within the stated purpose, but the 'log immediately with timestamp' behavior could cause accidental or undesired writes if voice/text input is misinterpreted — consider requiring user confirmation before writing.
Install Mechanism
No install spec or code files — instruction-only skill. Lowest-risk installation surface; nothing is downloaded or executed on install.
Credentials
The skill requests no environment variables, credentials, or config paths. File I/O is limited to a single workspace in the user's home directory, which is appropriate for a journaling tool.
Persistence & Privilege
always is false (no forced inclusion). Model invocation is allowed (default), which means the agent could autonomously create/write files when triggered. That autonomy is typical, but users should be aware the agent can write to ~/gratitude without further installs or credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gratitude
  3. After installation, invoke the skill by name or use /gratitude
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug gratitude
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gratitude?

Build a personal gratitude practice for logging what's good, discovering patterns, and cultivating appreciation. It is an AI Agent Skill for Claude Code / OpenClaw, with 1027 downloads so far.

How do I install Gratitude?

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

Is Gratitude free?

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

Which platforms does Gratitude support?

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

Who created Gratitude?

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

💬 Comments