npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

wisechef-recipes

v1.0.1

Published

Meta-skill for AI agents — install once, your agent gains marketplace awareness across Hermes, Claude Code, Codex, OpenClaw.

Readme

Recipes Meta-Skill

License: Apache 2.0

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

  1. Sign up at recipes.wisechef.ai/signin
  2. Choose a plan: Cook ($24.99/mo), Operator ($79/mo), or Studio ($249/mo)
  3. Copy your API key from the dashboard
  4. Set RECIPES_API_KEY in 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