xc-vip-search

在唯品会(VIP.com)无感搜索商品,直接调用 Browser Subagent 进行网页内容提取。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 84 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the runtime instructions: the skill's sole purpose is to navigate VIP.com suggest.php and extract product names/prices via the Browser Subagent. It does not request unrelated credentials or binaries.
Instruction Scope
Instructions stay within the stated purpose (navigate to a VIP.com URL, wait for load, parse DOM). However the SKILL.md assumes use of a Browser Subagent but does not instruct running it in an isolated/incognito session or explicitly disable sending cookies; that could lead to accidental use of any session cookies the subagent has access to. Also the skill does not declare the Browser Subagent as an explicit dependency, so it will fail if the runtime lacks that tool.
Install Mechanism
Instruction-only skill with no install spec and no files that execute code. Nothing is downloaded or written to disk during install.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to the stated functionality. Note: because the skill relies on a browser-like subagent, any cookies or stored session data available to that subagent (outside the skill) could be used unless the subagent is run in a cleared/isolated session.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges. It will run only when invoked. Autonomous invocation of platform tools (browser_subagent) is normal behavior and is not in itself a red flag.
Assessment
This skill appears coherent and requests no extra credentials or installs. Before installing, confirm that your agent platform provides the required Browser Subagent tool and check how that subagent handles cookies and session data (does it run in an isolated/incognito context?). If you are concerned about leaking logged-in sessions, test with benign search terms first or ensure the subagent is configured to clear or block cookies. Also note there is no runtime enforcement in the SKILL.md to disable cookies—if that matters, request an explicit incognito/clear-cookies instruction from the skill author.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
latestvk970ewgtfby0cfbzkrbcma5qyh83k3a8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

唯品会商品搜索助手 (VIP Search)

本Skill用于在唯品会(VIP.com)网站上检索特定关键字的商品。通过大模型内置的 Browser Subagent 工具,可以在无用户 Cookie 和不用登录的情况下直接抓取搜索结果。

Capabilities

  1. Browser 自动化抓取: 利用内置的 Browser Subagent 工具模拟浏览器打开网页并解析 DOM 提取结果。
  2. 数据处理并返回结果: 将浏览后的商品结果总结为直观格式展现给用户。

Usage / 工作流

当用户请求在唯品会搜索商品(例如:“帮我在唯品会搜索一下蓝牙耳机”)时,请严格按照以下步骤执行:

第一步:调用 Browser Subagent 执行搜索

直接调用你内置的 browser_subagent 工具即可,不用要求用户提供任何 Cookie,也不要运行任何 Python 请求脚本

构建目标 URL(注意对 user 提供的 keyword 进行 URL 编码): https://category.vip.com/suggest.php?keyword={url_encoded_keyword}

向 subagent 传递的 Task 描述应当类似于Navigate to https://category.vip.com/suggest.php?keyword={url_encoded_keyword}. Wait for the page to load, and extract the top product names and their prices from the search results.

第二步:返回与展示

等待 Subagent 运行并完成任务后,解析它返回的观察结果与日志。 然后,将收集到的商品列表结果(包含产品名称、特卖价等)以 Markdown 列表或表格的形式友好地提取并呈现给用户即可。

注意事项

  • 你必须直接且自主地操作 browser_subagent 工具;该工具擅长视觉及 DOM 数据提取。利用它你可以省去以往对抗反爬虫的心智成本。

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…