Meta-skill for AI agents — install once, your agent gains marketplace awareness across Hermes, Claude Code, Codex, OpenClaw.
Project description
Recipes Meta-Skill
Install once. Give your AI agent marketplace awareness.
SKILL.md is the entire client — a single file that teaches your agent the full
Recipes skill marketplace API. Once installed, your
agent can search, download, and execute any skill in the library without further
configuration.
What Is Recipes?
Recipes (by WiseChef) is a vertical skill marketplace for AI agents. It ships curated, human-reviewed skills for marketing agencies — client reporting, SEO audits, content calendars, ad campaign management — with horizontal categories (dev tools, code review, simulation, robotics) following in subsequent releases.
One subscription → unlimited access to every skill in the library.
How to Install
Option 1 — Fetch directly into your agent's skills directory
curl -fsSL https://raw.githubusercontent.com/wisechef-ai/recipes-skill/main/SKILL.md \
-o skills/recipes/SKILL.md
Then tell your agent: "Read skills/recipes/SKILL.md and follow it."
Option 2 — Reference the hosted URL
Point your agent at:
https://recipes.wisechef.ai/skill
This URL always serves the latest released version of the meta-skill.
Option 3 — Manual install via SKILL.md URL
If your agent supports direct skill URLs:
https://raw.githubusercontent.com/wisechef-ai/recipes-skill/main/SKILL.md
Getting an API Key
- Sign up at recipes.wisechef.ai/signin
- Choose a plan: Cook ($24.99/mo), Operator ($79/mo), or Studio ($249/mo)
- Copy your API key from the dashboard
- Set
RECIPES_API_KEYin your agent's environment
Free skills work without authentication — no key needed to browse or install them.
API Contract
| Property | Value |
|---|---|
| Base URL | https://recipes.wisechef.ai |
| Auth header | x-api-key (NOT Authorization: Bearer) |
| Rate limit | 60 requests / minute |
| API contract version | v1 |
Core endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /api/skills/search |
None | Search the catalog |
| GET | /api/skills/install |
Optional | Download skill files |
| GET | /api/skills/access |
Required | Check subscription access |
| GET | /api/skills/trending |
None | Top skills this week/month |
| GET | /api/carousel/today |
None | 7 daily curated picks |
| POST | /api/telemetry |
Required | Report usage events |
| GET | /api/recipes/{slug} |
Required | Full recipe detail |
| GET | /api/api-library/{slug} |
None | API documentation pack |
Full reference: see SKILL.md or recipes.wisechef.ai.
License
Apache 2.0 — see LICENSE.
This repo is intentionally public. The meta-skill is the open, composable layer; the marketplace content and API are the product.
Links
- 🛒 Marketplace: recipes.wisechef.ai
- 🏢 WiseChef: wisechef.ai
- 📖 Publish a skill: recipes.wisechef.ai/publish
- 🐛 Issues: github.com/wisechef-ai/recipes-skill/issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wisechef_recipes-1.0.0.tar.gz.
File metadata
- Download URL: wisechef_recipes-1.0.0.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2beaffec17dea6f9cc102c24ae393a997acaa34a948bebfdf27562f172ed5dbd
|
|
| MD5 |
044e1d0d38edeace6e1cded060577dc8
|
|
| BLAKE2b-256 |
e5ed741cef91e55f3383f271c2e0533c785be54db670ad90ec53659ba418547f
|
File details
Details for the file wisechef_recipes-1.0.0-py3-none-any.whl.
File metadata
- Download URL: wisechef_recipes-1.0.0-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be88205edec6462b765cc9deae8efc0dce6002b4d76886173b0dec38596617b2
|
|
| MD5 |
99d91aaf7ddb6a8c5bfd739c90d05026
|
|
| BLAKE2b-256 |
6c479ca9fad8551babf367873e654eeee5864c69bae8a34ffc656ec38463765c
|