From aahl-skills
Compares product prices and coupons across Chinese e-commerce platforms like Taobao, TMall, JD.com, Pinduoduo, Douyin, Kuaishou. Use via CLI for search and details when needing shopping discounts.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-2 --plugin aahl-skillsThis skill uses the workspace's default tool permissions.
全网比价,获取中国在线购物平台商品价格、优惠券
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
全网比价,获取中国在线购物平台商品价格、优惠券
# 参数解释
source:
0: 全部
1: 淘宝/天猫
2: 京东
3: 拼多多
4: 苏宁
5: 唯品会
6: 考拉
7: 抖音
8: 快手
10: 1688
uv run scripts/main.py search --source=0 --keyword='{keyword}'
uv run scripts/main.py search --source=0 --keyword='{keyword}' --page=2
uv run scripts/main.py detail --source={source} --id={goodsId}