# Send Quotes 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": "quotes",
    "name": "Quotes",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/quotes",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/quotes",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/quotes",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quotes",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "quotes",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:05:25.561Z",
      "expiresAt": "2026-05-07T12:05:25.561Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quotes",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quotes",
        "contentDisposition": "attachment; filename=\"quotes-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "quotes"
      },
      "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/quotes"
    },
    "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/quotes",
    "downloadUrl": "https://openagent3.xyz/downloads/quotes",
    "agentUrl": "https://openagent3.xyz/skills/quotes/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quotes/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quotes/agent.md"
  }
}
```
## Documentation

### Core Behavior

User shares quote → save with context and tags
User needs inspiration → surface relevant quote
Automatically send quotes based on schedule/criteria
Create ~/quotes/ as workspace

### File Structure

~/quotes/
├── collection/
│   ├── by-author/
│   ├── by-topic/
│   └── by-source/
├── favorites.md
├── delivery.md
└── discover.md

### Quote Entry

# collection/by-author/marcus-aurelius.md
## On Control
"You have power over your mind — not outside events. Realize this, and you will find strength."
- Source: Meditations, Book 6
- Added: Feb 2024
- Tags: stoicism, control, mindset

## On Time
"It is not that we have a short time to live, but that we waste a lot of it."
- Source: Meditations
- Tags: time, mortality, urgency

### By Topic

# collection/by-topic/creativity.md
"Creativity is just connecting things."
— Steve Jobs

"The chief enemy of creativity is good sense."
— Pablo Picasso

"You can't use up creativity. The more you use, the more you have."
— Maya Angelou

### By Source

# collection/by-source/books.md
## Meditations — Marcus Aurelius
[quotes...]

## Man's Search for Meaning — Viktor Frankl
"Those who have a 'why' to live, can bear with almost any 'how'."

# collection/by-source/conversations.md
## Dad
"The best time to plant a tree was 20 years ago. The second best time is now."
- Said when I was hesitating on career change

### Favorites

# favorites.md
Top quotes that resonate most:

"We suffer more in imagination than in reality."
— Seneca

"The obstacle is the way."
— Marcus Aurelius

"What would you do if you weren't afraid?"
— Sheryl Sandberg

### Automated Delivery

# delivery.md
## Daily Morning
- Time: 7:00 AM
- Type: Random from favorites
- Channel: notification

## Weekly Reflection
- Day: Sunday 8:00 PM
- Type: Stoicism topic
- Include: reflection prompt

## Context-Based
- Feeling stressed → stoicism, calm
- Need motivation → action, discipline
- Creative block → creativity, artists

## By Mood Tags
- stressed: calm, perspective, stoicism
- unmotivated: action, discipline, purpose
- sad: hope, resilience, meaning
- celebrating: gratitude, joy

### Discovery

# discover.md
## Authors to Explore
- Naval Ravikant — modern wisdom
- Rumi — poetry, spiritual
- Brené Brown — vulnerability

## Topics to Expand
- Japanese philosophy (wabi-sabi, ikigai)
- Entrepreneurship quotes
- Science and curiosity

## Sources
- Books being read
- Podcasts (note quotes live)
- Conversations worth remembering

### What To Surface

"Morning quote: [random favorite]"
"You saved 5 quotes from Meditations"
"Related quote for what you're going through"
"New quote from book you're reading?"

### Capture Quickly

When user shares quote:

Save exact text
Ask/infer author
Ask/infer source
Suggest topic tags
Note why it resonated (optional)

### What To Track

Quote text (exact)
Author
Source (book, speech, conversation)
Topic tags
When added
Why it matters (optional)

### Progressive Enhancement

Start: add 10 favorite quotes
Tag by topic and author
Set up daily delivery
Capture from books/podcasts ongoing

### What NOT To Do

Misattribute quotes (verify when possible)
Save without context (loses meaning later)
Forget personal quotes (family, mentors)
Only collect, never revisit
## 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-30T12:05:25.561Z
- Expires at: 2026-05-07T12:05:25.561Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/quotes)
- [Send to Agent page](https://openagent3.xyz/skills/quotes/agent)
- [JSON manifest](https://openagent3.xyz/skills/quotes/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/quotes/agent.md)
- [Download page](https://openagent3.xyz/downloads/quotes)