← Back to Skills Marketplace
1228
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install recipe
Description
Build a personal recipe collection with ingredients, scaling, and meal planning.
Usage Guidance
This skill appears to do what it says (local recipe collection, scaling, meal planning) but is vague about runtime behavior: before installing, confirm how the agent will fetch URLs and process images/audio — will OCR or speech-to-text run locally, or will data be uploaded to external services? Also verify that the agent/platform will ask for permission before creating/writing files under ~/recipes and consider whether you want to allow autonomous invocation. If you care about privacy of scanned handwritten recipes or voice notes, ask the skill author to explicitly document processing endpoints, retention, and whether uploads are encrypted or kept local.
Capability Analysis
Type: OpenClaw Skill
Name: recipe
Version: 1.0.0
The skill defines a recipe management system, requiring file system access to create a `~/recipes/` directory and store markdown files, and network access to fetch recipe content from URLs. These capabilities are directly aligned with the stated purpose. There are no instructions for data exfiltration, unauthorized execution, persistence, or prompt injection designed to subvert the agent's core function in a harmful way. The potential for SSRF/RCE exists if the agent's underlying implementation of 'fetch and extract' is vulnerable to user-provided URLs, but the skill itself does not instruct the agent to perform malicious actions, making it a vulnerability of the agent rather than malice in the skill.
Capability Assessment
Purpose & Capability
The name/description (recipe collection, scaling, meal planning) aligns with the SKILL.md behavior (storing markdown recipes, indexing, meal plans). However the instructions assume capabilities (fetch URL content, OCR photos, transcribe voice, create ~/recipes/) without declaring needed tools, services, or constraints — a mild mismatch between claimed capability and declared requirements.
Instruction Scope
SKILL.md instructs the agent to 'fetch and extract' from arbitrary URLs and to 'extract text' from photos/voice/handwritten recipes but does not specify whether processing happens locally or via third‑party services, nor which endpoints are allowed. It also directs creating and writing files under ~/recipes. These open-ended instructions grant broad discretion about network access and where sensitive recipe images/audio might be sent, which could lead to unintended data transmission.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest install risk. Nothing will be written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for its stated purpose; there are no unrelated secret requests.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide settings. It does expect to create and write to ~/recipes (normal for this purpose) but does not request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe - After installation, invoke the skill by name or use
/recipe - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Recipes?
Build a personal recipe collection with ingredients, scaling, and meal planning. It is an AI Agent Skill for Claude Code / OpenClaw, with 1228 downloads so far.
How do I install Recipes?
Run "/install recipe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipes free?
Yes, Recipes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Recipes support?
Recipes is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Recipes?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills