Nuggets of wisdom from the bird app
Curated collections of inspirational tweets and wisdom from Twitter/X, designed to brighten your day with thoughtful insights from voices across the tech and philosophy worlds.
clawhub install tweetnuggetBrowse on clawhub.dev/tweetnugget
openclaw skills install tweetnuggetCopy this folder to ~/.openclaw/skills/tweetnugget/
Once installed, request quotes in any chat where OpenClaw is active:
Give me a quote
Hit me with some wisdom
I need inspiration
Quote about AI
Something about leadership
Surprise me
In a world of endless information, finding truly valuable insights can be challenging. TweetNugget solves this by:
- Curated Wisdom: Every quote is hand-picked from high-quality sources
- Diverse Perspectives: Insights from engineers, philosophers, entrepreneurs, and thought leaders
- Easily Accessible: Wisdom delivered exactly when you need it
- Topic Filtering: Find inspiration on specific topics that matter to you
- Minimalist Design: Focus on the content, not the interface
"The purpose of knowledge is action." — @RyanHoliday
"Most of coding was never about writing code. AI is just making this more obvious. You no longer need to recall syntax, function structure, boilerplate code, or even API endpoints. The hard part was never typing. It was always thinking. And it still is." — @Prathkum
"Waste no more time arguing about what a good man should be. Be one." — @dailystoic - Marcus Aurelius
TweetNugget is an OpenClaw skill that delivers random inspirational tweets from curated JSON collections. When you request a quote, the skill:
- Filters by topic (if specified) - matches your query against tagged quotes
- Selects randomly - ensures variety and serendipity
- Presents beautifully - displays the quote with attribution and source link
- Maintains quality - all quotes are hand-curated for relevance and inspiration
| Collection | Quotes | Source |
|---|---|---|
swlw-tweets.json |
49 | Software Lead Weekly newsletter (issues #681-#657) |
twitter-quotes.json |
12 | Curated Twitter wisdom |
stoic-quotes.json |
6 | Stoic philosophy quotes |
Total: 67 quotes across 3 collections
Filter quotes by topic: action, advice, ai, anxiety, authorship, building, burnout, business, career, change, coding, confidence, creation, courage, decision-making, deliberate-practice, design, discipline, distribution, dopamine, early-career, engineering, excellence, explanation, finance, focus, goals, happiness, hiring, humor, identity, innovation, knowledge, leadership, learning, life, life-decisions, luck, marketing, meaningful-work, mindset, motivation, moving-on, passion, persistence, philosophy, planning, preparation, privacy, product, productivity, progress, programming, psychology, recruiting, relationships, resilience, satisfaction, simplicity, startups, stoicism, strategy, tech, thinking, time, time-money, tools, ux, vc, wisdom, work
Add your own quote collections by placing new JSON files in the references/ directory:
{
"name": "My Collection",
"description": "A brief description",
"quotes": [
{
"text": "The quote text",
"author": "@handle",
"url": "https://x.com/...",
"tags": ["topic1", "topic2"]
}
]
}Fields:
text(required): The quote textauthor(required): Twitter handle or attributionurl(optional): Link to original tweetcategory(optional): Category label (e.g., "Software Engineering", "Philosophy")tags(optional): List of topic tags for filtering
MIT