返回顶部
t

tweetnugget

A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.0
安全检测
已通过
56
下载量
0
收藏
概述
安装方式
版本历史

tweetnugget

# TweetNugget When the user asks for a quote, inspiration, or says something like "hit me with a quote" or "give me some wisdom": ## How It Works 1. Run `scripts/get_quote.py` to pick a quote from `references/` directory 2. Return the output directly to the user ## Quote Collections The `references/` folder contains JSON files with this structure: ```json { "name": "Collection Name", "description": "...", "quotes": [ { "text": "The quote text", "author": "@handle", "url": "https://x.com/...", "tags": ["tag1", "tag2"] } ] } ``` Available collections: - `swlw-tweets.json` - 49 quotes from Software Lead Weekly newsletter (Dec-Jul 2025) - `twitter-quotes.json` - 12 curated Twitter quotes - `stoic-quotes.json` - 6 Stoic philosophy quotes ## Step-by-Step Instructions ### Basic: Get a random quote ```bash python3 scripts/get_quote.py ``` Return the output directly to the user. Do not add commentary. ### Surprise Me: Random collection, then random quote For variety across collections: ```bash python3 scripts/get_quote.py --surprise ``` ### Filtered: Get a quote by tag If the user specifies a topic (e.g., "quote about AI", "something about leadership", "coding quote"): ```bash python3 scripts/get_quote.py --tag ai ``` Replace `ai` with the user's topic. Uses partial matching (e.g., "lead" matches "leadership"). Falls back to a random quote if no match is found. ### Available Tags Common tags across collections: `action`, `advice`, `ai`, `building`, `career`, `coding`, `courage`, `design`, `discipline`, `engineering`, `focus`, `happiness`, `humor`, `innovation`, `knowledge`, `leadership`, `learning`, `life`, `marketing`, `mindset`, `motivation`, `persistence`, `philosophy`, `product`, `programming`, `resilience`, `simplicity`, `startups`, `stoicism`, `strategy`, `thinking`, `wisdom`, `work` ## Response Format Always return quotes in this format: > "The quote text" — @handle If the quote has a URL, you may optionally append it as a link. Keep responses minimal - let the quote speak for itself. ## Adding More Quotes Users can add their own collections by placing new JSON files in the `references/` directory following the same format.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tweetnugget-1775880251 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tweetnugget-1775880251 技能

通过命令行安装

skillhub install tweetnugget-1775880251

下载 Zip 包

⬇ 下载 tweetnugget v1.2.0

文件大小: 17.58 KB | 发布时间: 2026-4-12 11:46

v1.2.0 最新 2026-4-12 11:46
- Added scripts/get_quote.py to centralize quote selection logic.
- Updated SKILL.md and README.md to use the new Python script instead of inline code blocks.
- Introduced command-line options for "surprise" and tag filtering.
- Simplified usage instructions and improved tag documentation.
- Updated metadata and description for greater clarity.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部