← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install tweetnugget
功能描述
A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tweetnugget - 安装完成后,直接呼叫该 Skill 的名称或使用
/tweetnugget触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Tweetnugget 是什么?
A random inspirational tweet from curated collections of hand-picked wisdom by tech leaders, founders, and philosophers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Tweetnugget?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tweetnugget」即可一键安装,无需额外配置。
Tweetnugget 是免费的吗?
是的,Tweetnugget 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tweetnugget 支持哪些平台?
Tweetnugget 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tweetnugget?
由 acailic(@acailic)开发并维护,当前版本 v1.2.0。
推荐 Skills