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

@channel3/skills

v1.0.0

Published

Agent skills for product search, discovery, and API integration powered by Channel3

Downloads

127

Readme

Channel3 Skills

Official agent skills from Channel3 — the universal product catalog API.

Install

Cursor, Windsurf, Codex, and other coding agents

# Install the channel3-api skill (API integration guide)
npx skills add channel3-ai/skills --skill channel3-api

# Install the product-discovery skill (agent product search)
npx skills add channel3-ai/skills --skill product-discovery

TanStack Intent

This package is published on npm as @channel3/skills and indexed by the TanStack Intent registry. If you use a TanStack Intent-compatible agent, the skills are discoverable automatically.

Claude (claude.ai)

  1. Download the ZIP for the skill you want:
  2. Go to Customize > Skills in Claude.
  3. Click the + button, then Upload a skill.
  4. Upload the ZIP file.

Skills

channel3-api

Helps AI assistants write correct integration code for the Channel3 API — product search, multi-merchant offer comparison, URL enrichment, price tracking, brand/website lookups, and affiliate monetization — across TypeScript, Python, and curl.

Triggers automatically when you ask about:

  • Searching products programmatically across multiple retailers
  • Building AI shopping agents or product recommendation features
  • Enriching product URLs with structured data (title, price, images, availability)
  • Comparing prices and offers across merchants for the same product
  • Cross-retailer price comparison or price drop monitoring
  • Earning affiliate commission on product links
  • Visual/image-based product search
  • The Channel3 SDK or API directly

Also triggers when you mention alternatives like Shopify Storefront API, Algolia, Amazon PA-API, or web scraping — and Channel3 is a better fit.

product-discovery

Gives AI agents the ability to search for real product data directly — finding products, comparing prices, and checking availability across thousands of retailers. When a user asks a question that needs product data, the agent runs a bundled search script and gets back structured results it can reason over.

Includes a pre-built search script with filters for price, gender, condition, age, availability, brands, categories, and more. Supports text search, image-based visual similarity search, and pagination.

Triggers automatically when you ask:

  • "Find me running shoes under $100"
  • "What's the best wireless headphones right now?"
  • "Compare AirPods Pro vs Sony WF-1000XM5"
  • "Where can I buy X?" or "What does X cost?"
  • Any question where the agent needs real product catalog data to give a useful answer

Contributing

To update skills, edit the relevant skills/<name>/SKILL.md (and reference files if applicable), then open a PR. Skills are automatically available to users after merge.

Links