← 返回 Skills 市场
Piadas Reddit
作者
runawaydevil
· GitHub ↗
· v1.0.0
334
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tiodopave
功能描述
Busca e retorna piadas reais recentes e limpas do subreddit r/tiodopave com score > 5, evitando repetições e conteúdo NSFW.
安全使用建议
This skill appears to do what it says: fetch jokes from r/tiodopave, filter them, and avoid repeats, and it requires no credentials. Before installing, verify which script will be executed by the agent (SKILL.md points to index.mjs). If you want consistent behavior, remove or update get_joke.sh (it lacks score and NSFW filters and won't update the last-joke file). Note that the Node script uses simple keyword-based NSFW filtering which can produce false positives/negatives; review or tighten the filter if that matters. Finally, although no secrets are requested and there are no external installs, the source/homepage is unknown — if you need a stronger trust signal, ask the publisher for a repo or homepage to audit history and updates.
功能分析
Type: OpenClaw Skill
Name: tiodopave
Version: 1.0.0
The skill bundle is designed to fetch and display jokes from the Reddit subreddit r/tiodopave. It includes a shell script (get_joke.sh) and a Node.js script (index.mjs) that both interact with the public Reddit API. The code includes basic filtering for NSFW content and uses a temporary file in /tmp to avoid repeating the last joke. No malicious behaviors, data exfiltration, or suspicious instructions were found.
能力评估
Purpose & Capability
Name/description (fetch clean, recent jokes from r/tiodopave) matches the included code: index.mjs fetches Reddit JSON, filters by score >=5, removes NSFW by keywords, and avoids repeating the last joke. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs running the Node script (index.mjs), which implements the described rules. However an additional script (get_joke.sh) is included but not referenced by SKILL.md; that shell script fetches Reddit JSON and uses an embedded Python parser but does not apply the score>5 or NSFW filtering and does not update the /tmp/last-joke.txt file. This difference can lead to inconsistent behavior if the alternative script is executed instead of the Node script.
Install Mechanism
No install spec; instruction-only with two lightweight code files. No downloads, package installs, or archive extraction — minimal surface for supply-chain risk.
Credentials
No environment variables or credentials are requested. The scripts perform HTTP GET requests to reddit.com only and read/write only to temporary files (/tmp/reddit_tiodopave.json, /tmp/last-joke.txt). This is proportionate to the skill's purpose.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide settings. It writes a small state file in /tmp to avoid repeats, which is reasonable for its function.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tiodopave - 安装完成后,直接呼叫该 Skill 的名称或使用
/tiodopave触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Piadas Reddit 是什么?
Busca e retorna piadas reais recentes e limpas do subreddit r/tiodopave com score > 5, evitando repetições e conteúdo NSFW. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。
如何安装 Piadas Reddit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tiodopave」即可一键安装,无需额外配置。
Piadas Reddit 是免费的吗?
是的,Piadas Reddit 完全免费(开源免费),可自由下载、安装和使用。
Piadas Reddit 支持哪些平台?
Piadas Reddit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Piadas Reddit?
由 runawaydevil(@runawaydevil)开发并维护,当前版本 v1.0.0。
推荐 Skills