Skip to content

acailic/tweetnugget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TweetNugget

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 License: MIT Version Quote Count

Install

ClawHub (recommended)

clawhub install tweetnugget

Browse on clawhub.dev/tweetnugget

OpenClaw CLI

openclaw skills install tweetnugget

Manual

Copy this folder to ~/.openclaw/skills/tweetnugget/

Quick Start

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

Why TweetNugget?

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

Example Output

"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

How It Works

TweetNugget is an OpenClaw skill that delivers random inspirational tweets from curated JSON collections. When you request a quote, the skill:

  1. Filters by topic (if specified) - matches your query against tagged quotes
  2. Selects randomly - ensures variety and serendipity
  3. Presents beautifully - displays the quote with attribution and source link
  4. Maintains quality - all quotes are hand-curated for relevance and inspiration

Collections

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

Available Tags

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

Contributing

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 text
  • author (required): Twitter handle or attribution
  • url (optional): Link to original tweet
  • category (optional): Category label (e.g., "Software Engineering", "Philosophy")
  • tags (optional): List of topic tags for filtering

License

MIT

About

A nugget of wisdom from the bird app. Curated inspirational tweets and quotes delivered as an OpenClaw skill. 55+ quotes across 3 collections.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages