← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install tweetnugget
Description
A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers.
Usage Guidance
This skill appears safe and does what it claims: pick quotes from bundled JSON files. Before installing, you may want to: (1) review the included references/*.json to ensure attributions and links meet your standards and avoid copyrighted or sensitive content you don't want exposed; (2) note that the agent will run a local Python script (python3) to read those files—no network access or secrets are required; (3) if you or others add new collections, validate their JSON and content (the code ignores symlinks and limits file size to 1MB). If you require stricter control, consider running the skill in an environment where you vet any added JSON files first.
Capability Analysis
Type: OpenClaw Skill
Name: tweetnugget
Version: 1.2.0
The 'tweetnugget' skill is a straightforward quote-fetching tool that retrieves inspirational content from local JSON files. The core logic in `scripts/get_quote.py` is well-implemented using standard Python libraries, featuring safety measures such as file size limits and symlink checks to prevent resource exhaustion or path traversal. The instructions in `SKILL.md` are clearly aligned with the stated purpose, and the use of the `bash` tool is restricted to executing the local Python script. No indicators of data exfiltration, malicious command execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (random inspirational tweets) match the actual files and code: references/*.json contains quoted items and scripts/get_quote.py reads those local files to return quotes. There are no unrelated required binaries, env vars, or external services.
Instruction Scope
SKILL.md instructs the agent to run the local Python script to read JSON files in references/. The script only reads local files (ignores symlinks), enforces a 1MB per-file size limit, filters by tag or collection, and prints formatted quotes. Instructions do not ask for system-level reads, network calls, or data exfiltration.
Install Mechanism
No install spec (instruction-only) and included code is small and local. Nothing is downloaded or extracted from external URLs during install.
Credentials
No environment variables, credentials, or config paths are required. All data is read from local JSON reference files supplied with the skill.
Persistence & Privilege
Skill does not request permanent presence (always:false). It does not modify other skills or system configuration and contains no autonomous setup steps beyond the normal agent invocation behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tweetnugget - After installation, invoke the skill by name or use
/tweetnugget - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
- 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.
v1.1.1
- Updated version metadata to 1.1.1 in configuration files.
- Improved documentation in README.md.
- No functional changes to core logic or usage.
v1.1.0
- Added CONTRIBUTING.md to guide community contributions.
- Expanded the swlw-tweets collection from 37 to 49 quotes (Dec–Jul 2025).
- Updated collection details in documentation to reflect the new quote count.
- Minor documentation improvements for clarity in usage and quote sourcing.
v1.0.0
Initial release of tweetnugget – delivers random inspirational tweets as chat-ready nuggets of wisdom.
- Returns a random tweet quote from curated JSON collections.
- Supports filtering quotes by tag/topic (e.g., "leadership", "AI").
- Picks from multiple included collections: SWLW, Twitter quotes, and Stoic quotes.
- Simple response format: "The quote text" — @handle.
- Easy extensibility: users can add their own quote collections.
Metadata
Frequently Asked Questions
What is Tweetnugget?
A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Tweetnugget?
Run "/install tweetnugget" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tweetnugget free?
Yes, Tweetnugget is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tweetnugget support?
Tweetnugget is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tweetnugget?
It is built and maintained by acailic (@acailic); the current version is v1.2.0.
More Skills