← Back to Skills Marketplace
runawaydevil

Piadas Reddit

by runawaydevil · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
334
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tiodopave
Description
Busca e retorna piadas reais recentes e limpas do subreddit r/tiodopave com score > 5, evitando repetições e conteúdo NSFW.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tiodopave
  3. After installation, invoke the skill by name or use /tiodopave
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug tiodopave
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Piadas Reddit?

Busca e retorna piadas reais recentes e limpas do subreddit r/tiodopave com score > 5, evitando repetições e conteúdo NSFW. It is an AI Agent Skill for Claude Code / OpenClaw, with 334 downloads so far.

How do I install Piadas Reddit?

Run "/install tiodopave" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Piadas Reddit free?

Yes, Piadas Reddit is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Piadas Reddit support?

Piadas Reddit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Piadas Reddit?

It is built and maintained by runawaydevil (@runawaydevil); the current version is v1.0.0.

💬 Comments