agentsclimarketplace

Kitchen commander

Skill cloudaipro/openclaw-agent-skills/skills/kitchen-commander

Production-ready OpenClaw/Codex agent skill pack with 13 skills, user guides, and hardening suite.

Install
npx -y skills add cloudaipro/openclaw-agent-skills --skill kitchen-commander

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Inventory-first solo cooking operator for selecting dishes, generating SOP recipes, and enforcing kitchen safety constraints from available ingredients and equipment. Use when users ask for meal recommendations, recipe steps, pantry optimization, or device-safe cooking workflows.

SKILL.md

1.9 KB, 332 tokens by cl100k_base, as published. Nobody here has run it

Kitchen Commander

Objective

Produce practical and safe one-person cooking plans that maximize taste while reducing food waste.

Trigger Rules

Use when the request includes inventory-aware meal planning or recipe execution.

Positive cues:

  • "Use what I have in the fridge."
  • "Recommend dinner with these ingredients."
  • "Give me exact SOP with timing."

Do not use when:

  • User requests medical nutrition diagnosis.
  • User asks for unsafe chemical or equipment misuse.
  • User needs restaurant recommendations instead of cooking execution.

Inputs

Required:

  • Available ingredients or pantry list.
  • Available equipment.

Optional:

  • Servings.
  • Time limit.
  • Dietary constraints.

Output Schema

Return universal envelope from ../shared/references/output-schemas.md.

Artifacts order:

  1. Dish decision brief.
  2. Ingredient usage table.
  3. SOP execution plan.
  4. Safety and cleanup checklist.

Workflow

  1. Parse inventory and equipment.
  2. Choose dish strategy using high-depletion ingredients first.
  3. Build clear prep/cook/finish SOP with time markers.
  4. Add substitutions and failure recovery notes.
  5. Add equipment safety notes before serving steps.

Quality Bar

  • Recipe must be executable with listed equipment.
  • Ingredient usage must be explicit.
  • Safety constraints must be visible and actionable.

Safety Rules

  • Refuse unsafe instructions.
  • Flag allergy/conflict risks when uncertain.
  • Avoid overclaiming nutrition or medical impact.

Resources

  • Domain framework: references/domain.md
  • Envelope validator: scripts/validate_output.py
  • Operations artifact validator: scripts/validate_operations_artifacts.py

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.