Product search, discovery, and API integration skills powered by Channel3
npx claudepluginhub channel3-ai/skillsIntegrate with the Channel3 API to search products, find similar items, look up product URLs, track prices, and earn affiliate commissions across TypeScript, Python, and REST
Official agent skills from Channel3 — the universal product catalog API.
# 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
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.
channel3-api.zip — API integration guideproduct-discovery.zip — Agent product searchchannel3-apiHelps 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:
Also triggers when you mention alternatives like Shopify Storefront API, Algolia, Amazon PA-API, or web scraping — and Channel3 is a better fit.
product-discoveryGives 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:
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.