📦 家庭厨师

v3.0.0

为家庭规划一周菜单、搜索菜谱、计算营养、估算预算并生成购物清单。当用户询问做饭、菜单规划、菜谱搜索、营养计算时使用此技能。

0· 289·0 当前·0 累计
villadora 头像by @villadora (Villa Gao)
下载技能包
最后更新
2026/3/12
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent with its stated purpose: an instruction-only menu/recipe assistant that uses the agent's web-search tool and stores a local JSON profile; it requests no credentials or external installs.
评估建议
This skill appears to do what it says, but watch the local profile file it creates: ~/.family-chef-profile.json stores household data in plaintext. Before installing or using it, consider (1) whether you’re comfortable storing family size, city, budget, and dietary preferences in an unencrypted file; (2) limiting what you type (avoid adding sensitive info like full address, ID numbers, or payment details); (3) securing the file (restrict permissions, e.g., chmod 600, or use an encrypted store) o...
详细分析 ▾
用途与能力
Name/description match the instructions: planning, recipe search via the agent's built-in search, nutrition calculations with local tables, price queries via search, and generating a shopping list. No unrelated binaries, cloud credentials, or install artifacts are requested.
指令范围
The SKILL.md instructs the agent to collect basic household info and persist it to a local file (~/.family-chef-profile.json) and to perform web searches using the platform's search tool (search(query=...)). Collecting and storing this profile is within the skill's scope, but the instructions store user-provided data in plaintext and will include that data in any search queries if used.
安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer and no third‑party packages or downloads are requested.
凭证需求
The skill declares no environment variables, credentials, or config paths beyond a single local profile file. Requested access is proportional to the stated functionality.
持久化与权限
always:false and user-invocable:true (normal). The skill does persist a local profile file in the user's home directory; this is expected for the use case but has privacy implications (plaintext storage, readable by other users/processes with access to that account or backups).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv3.0.02026/3/12

完全移除可执行脚本,所有功能内置于 SKILL.md,避免病毒扫描误报

无害

安装命令

点击复制
官方npx clawhub@latest install family-chef-cn
镜像加速npx clawhub@latest install family-chef-cn --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库