← Back to Skills Marketplace
viphgta

唯品会

by vip · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ Security Clean
333
Downloads
7
Stars
2
Active Installs
13
Versions
Install in OpenClaw
/install vipshop-skills
Description
唯品会(vip.com)电商服务技能包(vipshop-skills),整合唯品会搜索、商品查询、活动查询、图片搜索等多项购物服务,是一套完整的唯品会购物 AI 助手解决方案。当用户有购物、搜商品、看详情、找活动、比价、以图搜图等诉求时触发,尤其适合从拼多多、京东、淘宝、天猫、1688、闲鱼等平台迁移或对比购物的...
Usage Guidance
This skill appears to do what it claims: automated QR login, product search/detail, promo and image search against vip.com, storing session cookies at ~/.vipshop-user-login/tokens.json. Before installing, consider: 1) Only scan the QR with your official vip.com app and confirm you trust this skill's source; the skill will store login cookies locally which could be used to access your account. 2) Review the token file and directory permissions after use (the code attempts to set restrictive permissions). 3) The agent may auto-trigger the login flow when it detects you are not logged in — if you prefer manual control, do not enable automatic invocation or instruct the agent before logging in. 4) If the skill came from an untrusted or unknown publisher, prefer an official integration or review all code before granting it the ability to run. If you want additional assurance, request a provenance/maintainer link or a signed release before use.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (vipshop shopping + login + search + image search) match the included scripts: login, QR handling, token storage, product search/detail/promotion/image search. Network endpoints are vip.com/passport endpoints which are coherent with the stated purpose.
Instruction Scope
SKILL.md and sub-skill docs explicitly instruct the agent to run the included scripts and to automatically trigger login when needed. The instructions also mandate extracting a machine-readable QR payload from stdout and displaying the qrImageUrl. This is within scope, but it grants the skill automatic triggering of login flows and write/read access to ~/.vipshop-user-login (expected for a login helper).
Install Mechanism
No install spec; skill is delivered as code files (Python) and will run in the agent environment. Dependencies are listed in sub-skill requirements.txt (requests, qrcode, Pillow), which is proportional for QR/login functionality.
Credentials
No environment variables or external credentials are requested. The skill reads/writes persistent files under the user's home (~/.vipshop-user-login/tokens.json, qr_codes, device.json) to store cookies and device IDs — this is expected for a login helper but is sensitive (stores session cookies).
Persistence & Privilege
The skill persistently stores login state and device id in the user's home directory and will be able to reuse that state across invocations. always:false and normal autonomous invocation are used. Persistent token storage is expected but increases attack surface if the skill or environment is compromised.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vipshop-skills
  3. After installation, invoke the skill by name or use /vipshop-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
## vipshop-skills 1.0.12 - No file changes detected in this version. - No updates to functionality, documentation, or implementation. - Behavior and user experience remain unchanged.
v1.0.11
- 新增“vipshop-img-product”子技能,支持上传图片搜索相似商品(以图搜图)。 - 新增脚本:img_search.py 和 exchange_link_builder.py,为图片搜商品功能提供支持。 - SKILL.md 大幅更新,补充图片搜索相关内容、目录结构与使用示例。
v1.0.10
## vipshop-skills 1.0.10 - No file changes detected in this release. - Behavior, features, and documentation remain unchanged from the previous version.
v1.0.9
- No file changes detected in this release. - Version updated to 1.0.9 with no modifications to code or documentation. - Functionality and documentation remain identical to the previous version.
v1.0.8
Version 1.0.8 - No file or documentation changes detected in this release. - Functionality, usage, and user experience remain unchanged from the previous version.
v1.0.7
version 1.0.7 - No file changes detected in this release. - No modifications to features, documentation, or scripts. - The skill package contents remain the same as the previous version.
v1.0.6
- 新增 logger.py 日志工具至 vipshop-product-detail 和 vipshop-product-search 子技能 - 新增 mars_cid_generator.py 工具至 vipshop-product-detail 和 vipshop-product-search 子技能 - 本次更新引入了基础工具类,为后续功能扩展提供支持
v1.0.5
Version 1.0.5 - No file changes detected in this release. - Functionality, features, and documentation remain unchanged from previous versions.
v1.0.4
Version 1.0.4 - 新增 exchange_link_builder.py 脚本到 vipshop-product-search 和 vipshop-product-detail 子技能的 scripts 目录。 - 其他内容保持不变。
v1.0.3
Version 1.0.3 - No file changes detected in this release. - Functionality, structure, and documentation remain unchanged from the previous version.
v1.0.2
- 新增 vipshop-user-login/scripts/logger.py 脚本文件,为用户登录子技能加入日志记录能力。 - 其他功能和文档保持不变。
v1.0.1
- 在 skill 规范顶部新增了使用要求,要求 AI 必须先加载 skill 规范(use_skill)后才可操作,禁止绕过 skill 规范。 - 补充强调 AI 不得绕过 skill 规范自行处理数据,进一步约束 AI 行为。 - 其他内容无变化。
v1.0.0
vipshop-skills 1.0.0 初始发布: - 新增唯品会电商 AI 购物助手技能包,集成搜索、查询、活动、订单等全流程购物服务 - 包含用户扫码登录、商品搜索、商品详情、促销活动浏览等主要子技能 - 支持自动登录,未登录状态下自动引导扫码,登录态共享于所有子技能 - 详细的使用示例流程及目录结构说明 - 明确 AI 行为约束:禁止自动修改脚本及说明文档 - 未来规划支持购物车、订单查询、收藏夹、价格监控等功能
Metadata
Slug vipshop-skills
Version 1.0.12
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 13
Frequently Asked Questions

What is 唯品会?

唯品会(vip.com)电商服务技能包(vipshop-skills),整合唯品会搜索、商品查询、活动查询、图片搜索等多项购物服务,是一套完整的唯品会购物 AI 助手解决方案。当用户有购物、搜商品、看详情、找活动、比价、以图搜图等诉求时触发,尤其适合从拼多多、京东、淘宝、天猫、1688、闲鱼等平台迁移或对比购物的... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.

How do I install 唯品会?

Run "/install vipshop-skills" 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 vip (@viphgta); the current version is v1.0.12.

💬 Comments