Skip to content

Documentation · Install guide

Install on any AI coding agent.

The Recipes meta-skill is a plain Markdown file. Any agent that can read files and follow instructions can use it.

Claude Code

mkdir -p ~/.claude/skills/recipes
curl -sL https://recipes.wisechef.ai/skill -o ~/.claude/skills/recipes/SKILL.md

Then in any session: "read ~/.claude/skills/recipes/SKILL.md and follow it". Or paste it into your CLAUDE.md.

OpenClaw

mkdir -p ~/.openclaw/skills/recipes
curl -sL https://recipes.wisechef.ai/skill -o ~/.openclaw/skills/recipes/SKILL.md

Or just ask your agent: "install the recipes skill".

Hermes Agent

mkdir -p ~/.hermes/skills/recipes
curl -sL https://recipes.wisechef.ai/skill -o ~/.hermes/skills/recipes/SKILL.md

Codex CLI

mkdir -p ~/.codex/skills/recipes
curl -sL https://recipes.wisechef.ai/skill -o ~/.codex/skills/recipes/SKILL.md

Cursor / Cline / Continue.dev / Zed

These speak MCP. See /docs/mcp for per-client config snippets pointing at recipes-mcp.

Set your API key

export RECIPES_API_KEY=rec_xx...

Required for every install — including free skills (free signup gives you a free key). Get it from your dashboard.

Verify the install

curl https://recipes.wisechef.ai/api/healthz

Should return {"status":"ok"}.