# Send Gratitude to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gratitude",
    "name": "Gratitude",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/gratitude",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/gratitude",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gratitude",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gratitude",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gratitude",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T20:08:30.406Z",
      "expiresAt": "2026-05-06T20:08:30.406Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gratitude",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gratitude",
        "contentDisposition": "attachment; filename=\"gratitude-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gratitude"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gratitude"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gratitude",
    "downloadUrl": "https://openagent3.xyz/downloads/gratitude",
    "agentUrl": "https://openagent3.xyz/skills/gratitude/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gratitude/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gratitude/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T20:08:30.406Z
- Expires at: 2026-05-06T20:08:30.406Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gratitude)
- [Send to Agent page](https://openagent3.xyz/skills/gratitude/agent)
- [JSON manifest](https://openagent3.xyz/skills/gratitude/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gratitude/agent.md)
- [Download page](https://openagent3.xyz/downloads/gratitude)