acailic/tweetnugget/SKILL.md
A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers.
npx skillsauth add openclaw/skills tweetnuggetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When the user asks for a quote, inspiration, or says something like "hit me with a quote" or "give me some wisdom":
scripts/get_quote.py to pick a quote from references/ directoryThe references/ folder contains JSON files with this structure:
{
"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 quotesstoic-quotes.json - 6 Stoic philosophy quotespython3 scripts/get_quote.py
Return the output directly to the user. Do not add commentary.
For variety across collections:
python3 scripts/get_quote.py --surprise
If the user specifies a topic (e.g., "quote about AI", "something about leadership", "coding quote"):
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.
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
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.
Users can add their own collections by placing new JSON files in the references/ directory following the same format.
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。