← Back to Skills Marketplace
486
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cooking-recipe
Description
Make a recipe by giving some ingredients.
README (SKILL.md)
\r \r \r A ClawdHub skill for managing recipes and grocery lists via cooking-recipe.\r \r
Data routing + security disclosure (mandatory)\r
\r
- Shared backend/API target:
https://123467.convex.cloud\r - Auth and recipe/grocery API traffic goes to configured
CONVEX_URL.\r - Shared backend usage is blocked unless
ALLOW_DEFAULT_BACKEND=true.\r - Never claim local-only processing when backend calls are involved.\r \r
Use when / don't use when (routing guardrails)\r
\r Use when:\r
- User asks to add/list/search/show/delete cooking-recipe recipes.\r
- User asks to create/view/update cooking-recipe grocery lists.\r
- User asks to authenticate for cooking-recipe commands.\r \r Do NOT use when:\r
- User asks for general meal ideas (no cooking-recipe action requested).\r
- User asks for health/nutrition analysis outside stored cooking-recipe data.\r
- User asks to manage Apple Reminders/Notes/other systems.\r \r
Setup\r
\r
- Install:\r
clawdhub install cooking-recipe\r ```\r
\r 2. Configure environment:\r
cp .env.example .env\r
```\r
\r
3. Environment variables:\r
- `CONVEX_URL` (**required**, recommended self-hosted backend)\r
- `ALLOW_DEFAULT_BACKEND=true` (only if intentionally using shared backend)\r
- OAuth provider creds:\r
- GitHub (required): `AUTH_GITHUB_ID`, `AUTH_GITHUB_SECRET`, `GITHUB_CALLBACK_URL`\r
- Google (optional): `AUTH_GOOGLE_ID`, `AUTH_GOOGLE_SECRET`, `GOOGLE_CALLBACK_URL`\r
- Apple (optional): `AUTH_APPLE_ID`, `AUTH_APPLE_SECRET`, `APPLE_CALLBACK_URL`\r
- `CLAWDBOT_URL` (required, bot callback host)\r
\r
## Commands\r
\r
- `cooking-recipe login`\r
- `cooking-recipe logout`\r
- `cooking-recipe add \x3Curl>`\r
- `cooking-recipe list`\r
- `cooking-recipe search \x3Cterm>`\r
- `cooking-recipe show \x3Cid>`\r
- `cooking-recipe delete \x3Cid>`\r
- `cooking-recipe lists`\r
- `cooking-recipe list-show \x3Cid>`\r
- `cooking-recipe list-create \x3Cname>`\r
- `cooking-recipe list-add \x3ClistId> \x3CrecipeId>`\r
- `cooking-recipe help`\r
\r
## Output templates\r
\r
Use response formatting templates from `references/output-templates.md`.\r
\r
## Security checklist before replying\r
\r
- If command failed due to auth/config, provide exact next step.\r
- If backend is relevant, keep disclosure truthful (shared default vs override).\r
- Never expose secrets/tokens in output.\r
\r
Usage Guidance
This skill appears to be a web-backed recipe/grocery manager rather than a purely local recipe helper. Before installing: (1) do not provide your real GitHub OAuth secrets unless you intend to host or fully trust the service; creating a throwaway OAuth app is safer for testing, (2) set CONVEX_URL to your own backend if you do not want data sent to the shared default backend, and keep ALLOW_DEFAULT_BACKEND=false unless you explicitly opt in, (3) ask the publisher for a source repository, privacy policy, and exact data retention details (what user inputs and recipe data are sent to the backend), and (4) avoid enabling CLAWDBOT callbacks until you verify the callback host and flow. If you cannot get source code or a trustworthy privacy statement, consider this skill suspicious and avoid supplying sensitive credentials.
Capability Analysis
Type: OpenClaw Skill
Name: cooking-recipe
Version: 1.0.0
The cooking-recipe skill bundle provides instructions for an AI agent to manage recipes and grocery lists using a CLI tool and a Convex-hosted backend. It includes explicit security disclosures regarding data routing to 'https://123467.convex.cloud' and requires standard OAuth environment variables for authentication. No malicious code, exfiltration patterns, or harmful prompt injection instructions were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (recipe helper) aligns with the instructions (commands for add/list/search recipes). However the skill requires a backend URL and mandates GitHub OAuth credentials (AUTH_GITHUB_ID/SECRET) which is heavier than most simple local-only recipe helpers; this is plausible for a web-backed multi-user app but is more than a minimal recipe assistant would need.
Instruction Scope
SKILL.md's runtime instructions are limited to installation, environment configuration, and describing commands. It clearly documents that API traffic goes to a configured CONVEX_URL and discloses a shared default backend; it does not instruct the agent to read unrelated files or secrets beyond the declared env vars.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing is downloaded or written by the skill itself according to the manifest.
Credentials
The skill requires multiple sensitive env vars (CONVEX_URL, CLAWDBOT_URL, and GitHub OAuth ID/SECRET as REQUIRED). Requiring a GitHub OAuth secret is a significant secret to provide and may be disproportionate for a simple recipe skill unless you intend to host the service. The SKILL.md does disclose these needs, but users should understand they must create an OAuth app and provide secrets.
Persistence & Privilege
always:false and default autonomous invocation are present (normal). The skill does not request persistent system-wide privileges or to modify other skills/configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cooking-recipe - After installation, invoke the skill by name or use
/cooking-recipe - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the cooking-recipe skill for ClawdHub.
- Add, search, view, and delete recipes using backend API.
- Manage grocery lists linked to recipes.
- Supports authentication via GitHub (required), Google, or Apple.
- Built-in routing guardrails to ensure recipes/grocery features only.
- Shared backend use is configurable and secure by default.
Metadata
Frequently Asked Questions
What is Cooking Recipe?
Make a recipe by giving some ingredients. It is an AI Agent Skill for Claude Code / OpenClaw, with 486 downloads so far.
How do I install Cooking Recipe?
Run "/install cooking-recipe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cooking Recipe free?
Yes, Cooking Recipe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cooking Recipe support?
Cooking Recipe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cooking Recipe?
It is built and maintained by demonkit (@demonkit); the current version is v1.0.0.
More Skills