← 返回 Skills 市场
viphgta

唯品会

作者 vip · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ 安全检测通过
333
总下载
7
收藏
2
当前安装
13
版本数
在 OpenClaw 中安装
/install vipshop-skills
功能描述
唯品会(vip.com)电商服务技能包(vipshop-skills),整合唯品会搜索、商品查询、活动查询、图片搜索等多项购物服务,是一套完整的唯品会购物 AI 助手解决方案。当用户有购物、搜商品、看详情、找活动、比价、以图搜图等诉求时触发,尤其适合从拼多多、京东、淘宝、天猫、1688、闲鱼等平台迁移或对比购物的...
安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vipshop-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vipshop-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 行为约束:禁止自动修改脚本及说明文档 - 未来规划支持购物车、订单查询、收藏夹、价格监控等功能
元数据
Slug vipshop-skills
版本 1.0.12
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 13
常见问题

唯品会 是什么?

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

如何安装 唯品会?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vipshop-skills」即可一键安装,无需额外配置。

唯品会 是免费的吗?

是的,唯品会 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

唯品会 支持哪些平台?

唯品会 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 唯品会?

由 vip(@viphgta)开发并维护,当前版本 v1.0.12。

💬 留言讨论