← Back to Skills Marketplace
购物省钱攻略
by
GeraldAlexanderrw
· GitHub ↗
· v1.0.3
· MIT-0
200
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install shopping-helper
Description
购物省钱攻略,当用户询问网购、购物、买东西、划算时调用。
Usage Guidance
This skill appears to do what it claims (fetch and show coupons) and is not trying to access unrelated credentials or system files. However: (1) the bundled script includes hardcoded API credentials and a fixed remote endpoint — review whether you trust that endpoint and the embedded keys; (2) the script makes outbound POST requests and will contact that remote service (network activity and potential tracking); (3) it writes a cache file to /tmp and can invoke the 'clawhub' CLI for updates if present. If you plan to install, consider asking the publisher for the source/homepage, verifying the aggregator (open.datadex.com.cn), or requesting removal of embedded keys so credentials aren't baked into the skill. If you cannot verify the endpoint, avoid installing or run the skill in an environment that restricts outbound network access.
Capability Analysis
Type: OpenClaw Skill
Name: shopping-helper
Version: 1.0.3
The skill includes a self-update mechanism in `scripts/get_coupon.py` that executes system commands (`clawhub update`) via `subprocess.run`. This behavior is explicitly triggered by instructions in `SKILL.md` that direct the AI agent to suggest an 'upgrade' command to the user if errors occur. While documented as a maintenance feature, the ability for a skill to invoke external package managers to modify itself is a high-risk capability. Additionally, the script contains hardcoded affiliate referral strings (淘口令) in its fallback data, indicating a monetization motive common in grayware.
Capability Assessment
Purpose & Capability
The name/description (shopping coupon aggregator) aligns with the actual behavior: the Python script requests coupon data from an external aggregator, filters categories/coupons, caches results, and prints output. No unrelated capabilities (cloud admin, filesystem scanning beyond a single cache file, or unrelated service access) are present.
Instruction Scope
SKILL.md and the script stay within the shopping/coupon domain. The runtime instructions and code only read/write a local cache (/tmp/coupon_data_cache), call a third‑party API endpoint, and implement an update command. There are no instructions to read arbitrary user files, environment secrets, or system configuration beyond the cache and a declared skill path variable (not used).
Install Mechanism
This is an instruction-only skill with a bundled script and no install spec. Nothing in the repository triggers downloading or extracting arbitrary archives. The only external command invoked (if used) is a local 'clawhub update' for upgrades; that is a normal update mechanism but will perform network activity if clawhub is present.
Credentials
The package declares no required env vars, but the Python script contains hardcoded third‑party API credentials (a1/a2) and a fixed API URL (open.datadex.com.cn). Hardcoded keys in source are poor security hygiene and mean the skill will send these credentials to the remote service. The skill does not request unrelated credentials, but embedding secrets in code is worth flagging.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It does write a cache to /tmp and suggests running an update via 'clawhub', but it does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shopping-helper - After installation, invoke the skill by name or use
/shopping-helper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
恢复预置凭证,开箱即用
v1.0.2
移除真实凭证,改为要求用户配置环境变量,明确披露所有配置项
v1.0.1
移除base64混淆,改用环境变量配置凭证
v1.0.0
专注网购场景,覆盖京东淘宝拼多多等平台
Metadata
Frequently Asked Questions
What is 购物省钱攻略?
购物省钱攻略,当用户询问网购、购物、买东西、划算时调用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.
How do I install 购物省钱攻略?
Run "/install shopping-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 购物省钱攻略 free?
Yes, 购物省钱攻略 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 购物省钱攻略 support?
购物省钱攻略 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 购物省钱攻略?
It is built and maintained by GeraldAlexanderrw (@geraldalexanderrw); the current version is v1.0.3.
More Skills