| name | Quotes |
| description | Build a personal quotes system for saving, discovering, and automatically surfacing meaningful words. |
| metadata | {"clawdbot":{"emoji":"💬","os":["linux","darwin","win32"]}} |
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