your new cookbook
v1.0.0Recipe search skill. Searches a curated recipe database scraped from 101 Cookbooks (vegetarian) and Omnivore's Cookbook (Chinese how-tos & recipes). Use when...
⭐ 0· 53·0 current·0 all-time
byJay@goog
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the provided assets: a local recipes.md database and search/presentation instructions. There are no unrelated binaries, environment variables, or network credentials requested.
Instruction Scope
SKILL.md instructs the agent to read the bundled recipes.md via the read tool and to parse/present matches. That stays within the stated purpose. Minor notes: the instructions include a Windows-style file path (.openclaw\workspace\skills\cookbook\recipes.md) which is hard-coded; runtime agents typically support reading the skill-local file by a relative path, but the path format could be brittle across environments. The README also claims the data was "scraped" despite the source sites blocking scraping — this is a provenance/ethics note but not an immediate technical inconsistency with runtime behavior.
Install Mechanism
No install spec and no code files beyond static recipes.md and SKILL.md. Nothing will be downloaded or written to disk by an installer — lowest-risk pattern for a skill.
Credentials
No environment variables, credentials, or config paths are required. The skill operates entirely on its bundled recipes.md, so requested access is proportionate to its function.
Persistence & Privilege
always:false and no special persistent privileges requested. The skill does not modify other skills or system settings. Autonomous invocation remains possible (default), but that is expected and not by itself a concern here.
Assessment
This skill appears to be what it says: a local recipe search over the included recipes.md. Before installing, consider: (1) provenance and copyright — SKILL.md/recipes.md claim the data was "scraped" from sites that block scraping; confirm you are comfortable using/redistributing that content. (2) Verify the full recipes.md (it appears truncated in the preview) and check links are legitimate. (3) The SKILL.md references a hard-coded Windows-style workspace path — ensure your agent runtime can read the skill-local file. There are no network credentials or installers included, so technical risk is low, but confirm legal/ethical concerns about scraped content if that matters to you.Like a lobster shell, security has layers — review code before you run it.
latestvk978cq90mrjy82dkfg8g744gah83xt43
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
