← Back to Skills Marketplace
Seth Receitas Ptbr
by
runawaydevil
· GitHub ↗
· v1.0.0
254
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seth-receitas-ptbr
Description
Busca receitas em português do Brasil (pt-BR) via Wikilivros + TheMealDB. Gera receitas originais quando necessário.
Usage Guidance
This skill appears to do what it claims (search Wikilivros/TheMealDB, extract/format recipes, and generate originals). Before installing or enabling autonomous invocation: 1) Inspect SKILL.md for invisible unicode control characters flagged by the scanner and remove them if present. 2) Review translate.py and any truncated files to confirm translations are done locally or to expected public endpoints (so no hidden third‑party API keys or unexpected network targets). 3) Be aware the skill writes state/cache.json to the skill directory; if you care about sensitive data or PII, clear or relocate the cache. 4) If you plan to let agents invoke skills autonomously, consider whether you trust automatic network calls to the listed public APIs; revoke or audit if you later see unexpected behavior. If you want, I can open and inspect the full translate.py and remaining truncated files for additional checks.
Capability Analysis
Type: OpenClaw Skill
Name: seth-receitas-ptbr
Version: 1.0.0
The seth-receitas-ptbr skill bundle is a legitimate tool for searching and generating cooking recipes in Portuguese. It interacts with public APIs (Wikibooks, TheMealDB, and OpenFoodFacts) using the Python standard library (urllib) and implements a local file-based cache in the state/ directory. Analysis of the source code (cli.py, wikibooks_client.py, etc.) reveals no evidence of data exfiltration, unauthorized command execution, or malicious prompt injection; the logic is strictly aligned with the stated purpose of recipe retrieval and formatting.
Capability Assessment
Purpose & Capability
Name/description match the actual code: clients for TheMealDB, Wikibooks (MediaWiki), optional OpenFoodFacts, HTML extraction, normalization, and a generator. No unrelated credentials or system-level access are requested.
Instruction Scope
SKILL.md instructs using the included CLI (src/cli.py) and only references the skill workspace; it does not request unrelated files or secrets. However the pre-scan flagged unicode-control-chars inside SKILL.md (invisible characters that can be used for prompt injection or to confuse parsers) — inspect SKILL.md for hidden characters before trusting automated invocation. Also verify the translator implementation (translate.py) since its behavior (local vs. network translation) isn't fully visible in the truncated display.
Install Mechanism
No install spec or external downloads; code is bundled with the skill and requirements.txt states only stdlib usage. No brew/npm/extract-from-URL installs observed.
Credentials
The skill declares no required env vars or credentials and none of the visible code requires API keys. Network calls are limited to public endpoints (TheMealDB, Wikibooks/MediaWiki, OpenFoodFacts), which matches the stated purpose.
Persistence & Privilege
The skill writes a local cache at state/cache.json (present in the bundle). always:false (default) — it does not demand force-enabled presence. Be aware cached responses and generated recipes are persisted in the skill state directory and could contain user-supplied or scraped content.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seth-receitas-ptbr - After installation, invoke the skill by name or use
/seth-receitas-ptbr - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Primeira versão da skill lançada
- Busca receitas em português do Brasil usando Wikilivros e TheMealDB
- Gera receita original caso não encontre resultados adequados nas fontes
- Permite pesquisar, obter específicas, sugerir por ingredientes e receber receita aleatória via linha de comando
- Inclui informações nutricionais opcionais
- Retorna resultados sempre em pt-BR e com atribuição às fontes
Metadata
Frequently Asked Questions
What is Seth Receitas Ptbr?
Busca receitas em português do Brasil (pt-BR) via Wikilivros + TheMealDB. Gera receitas originais quando necessário. It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.
How do I install Seth Receitas Ptbr?
Run "/install seth-receitas-ptbr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seth Receitas Ptbr free?
Yes, Seth Receitas Ptbr is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Seth Receitas Ptbr support?
Seth Receitas Ptbr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seth Receitas Ptbr?
It is built and maintained by runawaydevil (@runawaydevil); the current version is v1.0.0.
More Skills