← Back to Skills Marketplace
nihao
by
yequanzheng
· GitHub ↗
· v1.0.0
· MIT-0
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-improving-agen1
Description
生成今日菜单推荐。根据用户手头的食材、口味偏好、人数和烹饪时间, 从内置食材库和菜谱库中智能匹配,输出完整的菜单方案和分步烹饪指南。 当用户提到"今天吃什么""做什么菜""菜单""菜谱推荐""晚饭吃啥"等意图时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-improving-agen1 - After installation, invoke the skill by name or use
/self-improving-agen1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布“今日菜单生成器”技能,支持基于用户手头食材、口味偏好、人数和时间,智能生成菜单推荐及详细烹饪指南。
- 对话式收集用户核心需求,自动应用合理默认值,友好互动体验。
- 按照匹配规则从内置菜谱库精准推荐菜品,确保荤素搭配与营养均衡。
- 输出完整菜单,包括做菜步骤、备菜清单和烹饪时间线。
- 提供多种口味风格(家常、清淡、快手、川湘),并支持个性化调整和后续互动建议。
Metadata
Frequently Asked Questions
What is nihao?
生成今日菜单推荐。根据用户手头的食材、口味偏好、人数和烹饪时间, 从内置食材库和菜谱库中智能匹配,输出完整的菜单方案和分步烹饪指南。 当用户提到"今天吃什么""做什么菜""菜单""菜谱推荐""晚饭吃啥"等意图时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install nihao?
Run "/install self-improving-agen1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is nihao free?
Yes, nihao is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does nihao support?
nihao is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created nihao?
It is built and maintained by yequanzheng (@yequanzheng); the current version is v1.0.0.
More Skills