🛍️ 淘宝/京东/拼多多比价技能
商品价格全网对比技能,获取商品在淘宝(Taobao)、天猫(TMall)、京东(JD.com)、拼多多(PinDuoDuo)、抖音(Douyin)、快手(KaiShou)的最优价格、优惠券,当用户想购物或者获取优惠信息时使用。Get the best price, coupons for goods on Chi...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 8 · 2.3k · 29 current installs · 31 all-time installs
byAlone@al-one
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name/description match the code: the script queries maishou88.com endpoints for search and detail data for Chinese e‑commerce platforms. Requiring a CLI runner 'uv' to invoke the Python script is coherent.
Instruction Scope
SKILL.md states the script "will not read/write local files" and only request data from maishou88.com; the code does not perform file I/O but it does read an environment variable MAISHOU_INVITE_CODE (used as an affiliate/invite code) which is not documented in requires.env. The instructions claim no env vars are needed, so the code accessing an env var is an undocumented side-effect.
Install Mechanism
Install metadata includes brew formula 'uv' and pip fallbacks for 'uv', aiohttp, argparse, PyYAML. Requiring 'uv' to run the script is reasonable, but the pip 'argparse' entry is unnecessary (argparse is in the Python stdlib) and the pip 'uv' package/name is ambiguous; verify these packages/formulae before installing. No downloads from arbitrary URLs or extract steps are present.
Credentials
The skill declares no required env vars but the code reads MAISHOU_INVITE_CODE and falls back to a hardcoded invite code. This is a minor inconsistency: the env var could be used for affiliate tracking and is not a secret credential, but the agent will access that environment variable if present. No other credentials or secrets are requested.
Persistence & Privilege
Skill is not always-enabled, does not request persistent system privileges, and does not modify other skills or system-wide settings.
What to consider before installing
This skill is largely coherent with its description: it queries maishou88.com for price and coupon info and prints results. Before installing, consider: (1) the script reads MAISHOU_INVITE_CODE (not documented) — if you have a sensitive value in that env var, it could be used in requests; leave it unset if you don't want affiliate tracking. (2) Verify the 'uv' install sources (brew formula and any pip package named 'uv') to ensure you're installing the intended runner. (3) The skill makes network requests only to maishou88 API hosts — confirm you trust that service and its privacy practices. (4) Prefer running the script in an isolated environment (container/VM) if you're unsure. If you want stronger assurance, ask the publisher for: explicit documentation of MAISHOU_INVITE_CODE, clarification of the 'uv' package/formula names, and verification that no other endpoints are contacted.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.3
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🛍️ Clawdis
Binsuv
Install
Install uv (brew)
Bins: uv
brew install uvSKILL.md
买手技能
全网比价,获取中国在线购物平台商品价格、优惠券
# 参数解释
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}
关于脚本
本技能提供的脚本不会读写本地文件,可放心使用。 脚本仅作为客户端请求三方网站maishou88.com的商品和价格数据。
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
