实时对比淘宝/天猫、京东、拼多多、抖音、快手等主流电商平台的商品价格与优惠券,为用户找到全网最优购买方案。
Scanned 9/10/2026
Install to Claude Code
npx -y skills add huawolf/VaneWorker --skill china-price-compare --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of China Price Compare?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/huawolf-china-price-compare)More formats (shields.io, HTML) on the badges page.
---
name: china-price-compare
description: 实时对比淘宝/天猫、京东、拼多多、抖音、快手等主流电商平台的商品价格与优惠券,为用户找到全网最优购买方案。
homepage: https://github.com/aahl/skills/blob/main/skills/maishou/SKILL.md
metadata:
manai:
emoji: 🛍️
requires:
bins:
- uv
install:
- id: uv-brew
kind: brew
formula: uv
bins:
- uv
label: Install uv (brew)
- id: uv-pip
kind: pip
formula: uv
bins:
- uv
label: Install uv (pip)
- id: pip-aiohttp
kind: pip
formula: aiohttp
label: Install aiohttp (pip)
- id: pip-argparse
kind: pip
formula: argparse
label: Install argparse (pip)
- id: pip-PyYAML
kind: pip
formula: PyYAML
label: Install PyYAML (pip)
title: 国内全网比价
example: 在淘宝上搜索“手机壳”的最低售价,并给出商品的详情和购买链接。
version: 1.0.0
---
# 买手技能
全网比价,获取中国在线购物平台商品价格、优惠券
```yaml
# 参数解释
source:
0: 全部
1: 淘宝/天猫
2: 京东
3: 拼多多
4: 苏宁
5: 唯品会
6: 考拉
7: 抖音
8: 快手
10: 1688
```
## 搜索商品
```shell
uv run scripts/main.py search --source=0 --keyword='{keyword}'
uv run scripts/main.py search --source=0 --keyword='{keyword}' --page=2
```
## 商品详情及购买链接
```shell
uv run scripts/main.py detail --source={source} --id={goodsId}
```
## 关于脚本
本技能提供的脚本不会读写本地文件,可放心使用。 脚本仅作为客户端请求三方网站`maishou88.com`的商品和价格数据。Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...
Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.
Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API
Get current weather and forecasts (no API key required).