Meta-skill for AI agents — install once, your agent gains marketplace awareness across Hermes, Claude Code, Codex, OpenClaw.
Project description
Recipes Skill
Install agent skills from recipes.wisechef.ai into Claude Code, Cursor, Windsurf, OpenClaw, Hermes, or any Anthropic Skills-compatible host.
Install
Replace <slug> with the skill slug from recipes.wisechef.ai/skills.
| Agent host | Install command |
|---|---|
| Claude Code | npx @wisechef/recipes-skill install <slug> |
| Cursor | pip install recipes-cli then recipes install <slug> |
| Windsurf | pip install recipes-cli then recipes install <slug> |
| Cline | pip install recipes-cli then recipes install <slug> |
| OpenClaw | claw skill install recipes:<slug> |
| Hermes | hermes skill install recipes:<slug> |
The install command fetches the skill manifest from the Recipes API, validates the allowlist against your agent host's policy, verifies the ed25519 signature, resolves dependencies, and writes the skill to your agent's workspace. No manual steps.
Quick start with the free gateway skill:
npx @wisechef/recipes-skill install super-memory
No account required. See recipes.wisechef.ai/skills/super-memory.
Pricing
| Tier | Price | Seats | What you get |
|---|---|---|---|
| Free | $0/mo | 1 | Free skills only (currently 2, including super-memory) |
| Pro | $20/mo | 1 | All 38 Pro-tier skills + full catalog access |
| Pro+ | $100/mo | 20 endpoints | All 14 Pro+ skills + fleet sync across 20 agent endpoints |
Free skills are always free — no subscription required, no credit card, no expiry.
Pro and Pro+ are billed in USD. Full pricing details and a tier comparison at recipes.wisechef.ai/pricing.
Note for API consumers: the REST API returns tier: "cook" for Pro and tier: "operator" for Pro+. These are stable DB identifiers. The display labels (Pro / Pro+) are portal-only. See the Common Issues section below.
Earn 50% Recurring
Sign up as a creator at recipes.wisechef.ai/creators. You get a referral link. Every user who clicks your link and subscribes within 30 days generates 50% of their monthly subscription fee — paid to you, every month, for as long as they stay subscribed.
- Pro referral: $10/month per subscriber, recurring
- Pro+ referral: $50/month per subscriber, recurring
- No cap. No expiry. No cliff.
The first 100 creators who publish an approved skill get permanent featured placement in the catalog — a featured badge and priority in search results. This is not a time-limited promotion; the first 100 slots are permanent.
To publish a skill: open a PR against this repo. The 5-step quality pipeline (security scan, discipline check, quality score, allowlist validation, manifest integrity) runs automatically. Pass all five and a human reviewer approves. See CONTRIBUTING.md for the full submission process.
Common Issues
Skill won't install on macOS Apple Silicon
Symptom: install fails with a dependency resolution error mentioning cognee or pgvector.
Fix: cognee 1.0.9 (in super-memory PR #67) resolves the Apple Silicon wheel incompatibility. If you installed super-memory before PR #67 was merged, reinstall:
npx @wisechef/recipes-skill install super-memory
The installer is idempotent — reinstalling over an existing skill updates it in place.
"Architecture-aware install said no"
Symptom: install prints refused: incompatible host and exits non-zero.
This is intentional. The Recipes installer probes your agent host before writing any files. If the host does not implement the Anthropic Skills handshake (allowlist validation, signature verification), the installer refuses rather than silently installing an unverified skill. This protects you from skills that could exfiltrate data or exceed their stated network permissions.
Check that your agent host version supports the Anthropic Skills standard. See recipes.wisechef.ai/docs/install for per-host compatibility notes.
"I see Pro/Pro+ in the UI but the API still returns cook/operator"
This is by design. The rev7.3 release renamed the display labels from Cook→Pro and Operator→Pro+. The underlying DB slugs (cook, operator) were not changed — they are stable API contract identifiers.
If you are building against the API, use cook and operator as the tier identifiers. They will not change. The portal displays "Pro" and "Pro+" for user-facing clarity; the API returns the stable slugs.
"My install_count looks wrong"
install_count values are reconciled hourly by install_count_drift_probe.py (cron job on the Recipes backend). If a batch of install events arrived out-of-order (common when multiple agent hosts flush install queues simultaneously), counts can appear stale for up to 1 hour.
Events within 5 minutes of real-time are considered in-flight and excluded from the reconciliation window. If your count looks wrong for more than 1 hour after an install, open an issue.
License
This repository is MIT licensed. See LICENSE.
Each skill in the catalog has its own license declared in its SKILL.md frontmatter. The default for skills published without an explicit license is MIT. Check the skill's SKILL.md before depending on it in a commercial project.
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.5.0.tar.gz.
File metadata
- Download URL: wisechef_recipes-1.5.0.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8a3692c08926ba4a4ab3f511b5e79e4c9227b5546f9cbf397a30ae4b7ab8cb5
|
|
| MD5 |
8f6b0d28c3ab7f87faa140bff66722f2
|
|
| BLAKE2b-256 |
5bedbe351982e743f30550f50dd5253a1f322bf91b159f8e3e7965c92c17b09e
|
File details
Details for the file wisechef_recipes-1.5.0-py3-none-any.whl.
File metadata
- Download URL: wisechef_recipes-1.5.0-py3-none-any.whl
- Upload date:
- Size: 24.9 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 |
2287ca5cca520a8cb45915f55b0c8f3163579295d878e447e3e7c8f2290a131a
|
|
| MD5 |
82dc66e4268c2aacf9fc39fcd56df513
|
|
| BLAKE2b-256 |
67b374ca2e320cc5053a59c5fc044f6e2c32477705738e157e648459d82a9ba3
|