← 返回 Skills 市场
yequanzheng

nihao

作者 yequanzheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improving-agen1
功能描述
生成今日菜单推荐。根据用户手头的食材、口味偏好、人数和烹饪时间, 从内置食材库和菜谱库中智能匹配,输出完整的菜单方案和分步烹饪指南。 当用户提到"今天吃什么""做什么菜""菜单""菜谱推荐""晚饭吃啥"等意图时触发。
安全使用建议
This skill appears to do what it says: generate menus from bundled recipes and ingredient lists and does not ask for secrets or network access. However: (1) the skill source/homepage is missing — if you will execute the included Python script, review the full file to confirm there are no hidden network calls or arbitrary shell executions (the displayed portion looks purely local and data-driven). (2) Metadata mismatches (skill name vs SKILL.md vs registry slug) are minor but worth noting as a signal the package may have been renamed or repurposed. If you plan to enable the agent to run this skill, run it in a sandboxed environment first and avoid giving any sensitive tokens or credentials. If you need higher assurance, request the full unobfuscated source or provenance information from the publisher before installing.
功能分析
Type: OpenClaw Skill Name: self-improving-agen1 Version: 1.0.0 The skill bundle is a legitimate daily menu generator that matches user-provided ingredients against a local recipe database. The Python script (scripts/generate_menu.py) contains hardcoded data and standard logic for ingredient normalization and recipe matching without any network access, shell execution, or sensitive data retrieval. The instructions in SKILL.md are strictly focused on the stated purpose of culinary recommendation and do not contain any prompt-injection attacks or malicious directives.
能力评估
Purpose & Capability
Name/description describe a daily menu generator and the code + reference files implement that purpose (recipes, ingredients, matching). Minor inconsistencies: the package name reported as "nihao" while SKILL.md uses name "daily-menu"; registry slug/owner metadata (self-improving-agen1) looks unrelated to a cooking skill. SKILL.md says the agent should read references/*.md; the Python script embeds RECIPES and ALIASES inline rather than reading those files — functional but slightly inconsistent. None of the required env vars, binaries, or config paths are excessive for a recipe generator.
Instruction Scope
Runtime instructions are narrowly scoped to collecting user food/context and producing menus, reading the bundled reference files, matching recipes, and formatting output. The SKILL.md explicitly limits actions to local data and conversational prompts; it does not instruct reading system configs, secrets, or contacting external endpoints.
Install Mechanism
No install spec is provided (instruction-only), and code files are bundled with the skill. There is no download-from-URL, package installation, or external installer to review.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code and docs operate on bundled data files; no secret access is requested or needed.
Persistence & Privilege
The skill is not marked always:true and does not request elevated presence. There are no instructions to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-improving-agen1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-improving-agen1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布“今日菜单生成器”技能,支持基于用户手头食材、口味偏好、人数和时间,智能生成菜单推荐及详细烹饪指南。 - 对话式收集用户核心需求,自动应用合理默认值,友好互动体验。 - 按照匹配规则从内置菜谱库精准推荐菜品,确保荤素搭配与营养均衡。 - 输出完整菜单,包括做菜步骤、备菜清单和烹饪时间线。 - 提供多种口味风格(家常、清淡、快手、川湘),并支持个性化调整和后续互动建议。
元数据
Slug self-improving-agen1
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

nihao 是什么?

生成今日菜单推荐。根据用户手头的食材、口味偏好、人数和烹饪时间, 从内置食材库和菜谱库中智能匹配,输出完整的菜单方案和分步烹饪指南。 当用户提到"今天吃什么""做什么菜""菜单""菜谱推荐""晚饭吃啥"等意图时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 nihao?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agen1」即可一键安装,无需额外配置。

nihao 是免费的吗?

是的,nihao 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

nihao 支持哪些平台?

nihao 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 nihao?

由 yequanzheng(@yequanzheng)开发并维护,当前版本 v1.0.0。

💬 留言讨论