← 返回 Skills 市场
486
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cooking-recipe
功能描述
Make a recipe by giving some ingredients.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cooking-recipe - 安装完成后,直接呼叫该 Skill 的名称或使用
/cooking-recipe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Cooking Recipe 是什么?
Make a recipe by giving some ingredients. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 486 次。
如何安装 Cooking Recipe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cooking-recipe」即可一键安装,无需额外配置。
Cooking Recipe 是免费的吗?
是的,Cooking Recipe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cooking Recipe 支持哪些平台?
Cooking Recipe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cooking Recipe?
由 demonkit(@demonkit)开发并维护,当前版本 v1.0.0。
推荐 Skills