@channel3/skills
v1.0.0
Published
Agent skills for product search, discovery, and API integration powered by Channel3
Downloads
127
Keywords
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-discoveryTanStack 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)
- Download the ZIP for the skill you want:
channel3-api.zip— API integration guideproduct-discovery.zip— Agent product search
- Go to Customize > Skills in Claude.
- Click the + button, then Upload a skill.
- 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.
