← 返回 Skills 市场
miketobusy

weizhao-vip-search

作者 mikeToBusy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weizhao-vip-search
功能描述
在唯品会(VIP.com)搜索商品,引导用户登录并调用搜索API获取关键字商品。
安全使用建议
This skill does what it says (search VIP.com) but asks you to copy and paste a full logged-in browser Cookie — which is effectively a secret that can grant access to your account. Before installing or using it: - Do NOT paste your full session cookie into chat. Prefer running the included script locally on your own machine and passing the cookie only on your machine (and preferably by a safer method than a command-line argument, e.g., read from stdin or a temp file with restricted permissions). - Inspect the included script (scripts/search_vip.py) yourself — it currently only contacts VIP.com, but any code can be changed to exfiltrate cookies elsewhere. Only run the exact source you reviewed. - Use a throwaway/ephemeral login session if possible, or create a temporary account/session that you can revoke afterwards. After use, log out and/or invalidate the session from your account settings. - Note the example command uses a hardcoded local path — ensure you run the script from the repository path (or adjust the path) rather than copying the example verbatim. - Prefer safer alternatives: use public search pages that don't require login, or an official API/OAuth flow if VIP.com provides one. If you are not comfortable handling session cookies or cannot ensure you’ll run the reviewed script locally, do not provide your cookie to this skill.
功能分析
Type: OpenClaw Skill Name: weizhao-vip-search Version: 1.0.0 The skill explicitly instructs users to manually extract and provide their session 'Cookie' from a logged-in browser session to the agent, which is a high-risk pattern for credential handling. While the script 'scripts/search_vip.py' appears to only use the cookie to query the legitimate 'vip.com' domain, the solicitation of raw session tokens via prompt instructions is a significant security risk that could be leveraged for account takeover or lead to accidental credential exposure.
能力评估
Purpose & Capability
The skill claims to perform searches on VIP.com and includes a Python script that issues a request to a VIP domain using a Cookie header. Requiring a session cookie is plausible for accessing logged-in-only endpoints, so the capability matches the purpose — however, asking users to provide raw session cookies is a sensitive design choice and should be justified or replaced by safer alternatives (e.g., an official API key, OAuth, or a local-only execution model).
Instruction Scope
SKILL.md explicitly instructs the user to extract the full 'Cookie:' header from their browser and send it to the agent, then demonstrates invoking the script with the cookie as a command-line argument. This expands the agent's scope to collecting sensitive credentials from users. Passing cookies on the command line is insecure (visible in process listings) and the instructions encourage possible long-term storage or transmission of session tokens. Although the script itself only queries VIP.com and prints the response, the instructions create a real exfiltration risk.
Install Mechanism
Instruction-only install (no install spec). The skill ships a small local Python script and does not download arbitrary third-party artifacts or execute installers. This is low-risk from an installation perspective.
Credentials
No environment variables or external credentials are declared, yet the runtime flow requires the user to hand over a full session cookie (sensitive credential). Requiring the cookie may be necessary for the stated purpose, but the skill offers no safer alternatives, no guidance to limit scope of the cookie (ephemeral session), and instructs insecure handling (CLI arg). This is disproportionate from a privacy/credential standpoint and increases risk if the cookie is misused.
Persistence & Privilege
The skill is not 'always' enabled and does not claim to modify other skills or global settings. It does not request persistent system privileges. Autonomy is allowed by default, but nothing in the package itself requests elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weizhao-vip-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weizhao-vip-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
唯品会商品搜索助手首次发布! - 支持在唯品会(VIP.com)根据关键字搜索商品。 - 指导用户在浏览器中登录并获取所需Cookie。 - 自动调用唯品会搜索API,提取商品数据(名称、价格、折扣等)。 - 以易读格式展示搜索结果。 - 强调保护用户Cookie等敏感信息。
元数据
Slug weizhao-vip-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

weizhao-vip-search 是什么?

在唯品会(VIP.com)搜索商品,引导用户登录并调用搜索API获取关键字商品。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 weizhao-vip-search?

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

weizhao-vip-search 是免费的吗?

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

weizhao-vip-search 支持哪些平台?

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

谁开发了 weizhao-vip-search?

由 mikeToBusy(@miketobusy)开发并维护,当前版本 v1.0.0。

💬 留言讨论