A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers.
Security
Critical
Quality
Good · 80
Install
ready
Audit version
audit-standard-v2
Source metrics come from upstream registries/repositories. Platform metrics come from user actions on SkillTrust and are protected by dedupe/rate-limit anti-abuse rules.
A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers. --- name: tweetnugget description: A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers. version: 1.1.0 author: amplifier tools: - bash # Used only for: python3 script execution to read local JSON files --- # 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.
• Add explicit When to Use / Guidelines sections.
• Provide at least one concrete input-output example.
• Publish versioned changelog and update cadence.
• Document compatibility and breaking-change policy.
• Expand capability limits and boundary conditions.
Is this a security certification?
No. SkillTrust audit is advisory and should be combined with your own review controls.
Can I install directly from this page?
No one-click install is provided. Use command guidance and run in your controlled environment.
https://github.com/openclaw/skills/commit/1172102f4490e4b50efe348ce50790ae057d10a4
Available collections:Install method: script-backed
Quick install
Install paths
verify source provenance before installshell accessPreflight checks
Post-install signal
Installed successfully? Send an activation signal to improve ranking quality over time.
Audit score 80 / 100. Risk guidance is advisory only; review evidence before install.
• Add troubleshooting and FAQ for common failures.
• Improve discoverability through verified source channels.
• Publish usage examples to increase activation quality.
• Reduce shell/file/network scope and document least privilege.
• Expose explicit provenance, dependency pinning, and security notes.
• Provide structured install + rollback steps for each supported agent.
• Mark official/verified status and keep metadata timestamps fresh.
Actively maintained in the last 2 weeks.
Audit guidance: 80 / 100 · critical
Scores with similar values can still differ in confidence; use evidence and risk lines below for final install judgment.
Risk 80 · Δ +0 · Findings 5
Apr 3, 2026 · auto
Latest critical risk result from audit-standard-v2.