← 返回 Skills 市场
search-1688-supplier
作者
1688AiInfra
· GitHub ↗
· v1.0.4
· MIT-0
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install search-1688-supplier
功能描述
通过 AlphaShop API 搜索和筛选1688供应商。支持三种输入方式: 1688商品链接(查找特定商品的供应商)、图片URL(以图搜货)、 文字关键词(按关键词搜索供应商)。支持按最高价格、最大起批量、 最低48H发货率进行筛选。适用于查找1688供应商、搜索工厂、 以图找商、找供应商、搜商家等场景。
安全使用建议
This skill appears to implement exactly what it says: it calls AlphaShop APIs and filters results locally. Before installing or running it, note the following:
- You must provide ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY; the code will exit if they are missing. The registry metadata incorrectly omits these required env vars — do not rely on the registry to surface required secrets.
- Supplying the secret key gives the skill the ability to generate JWTs and call AlphaShop on your behalf. Only provide keys you trust the recipient/service with; prefer using credentials scoped/rotated specifically for this integration.
- The script sends user-supplied URLs (including image URLs) to AlphaShop. Do not pass any private/local URLs or sensitive links you don't want sent to an external service.
- The package owner/homepage is unknown. If you need higher assurance, ask the publisher for provenance (source repo, project homepage) or run the code in an isolated environment to inspect behavior before supplying secrets.
- If you proceed, install dependencies in a virtualenv and consider creating AlphaShop API credentials with minimal permissions and the ability to revoke them quickly.
If you want, I can: (1) show the full remaining portion of scripts/search.py (it was truncated in the manifest) to double-check there are no hidden behaviors; (2) suggest a checklist for verifying the publisher; or (3) produce a minimal sandboxed command to run the script safely.
功能分析
Type: OpenClaw Skill
Name: search-1688-supplier
Version: 1.0.4
The skill is a legitimate tool for searching 1688 suppliers via the AlphaShop API. The main script (`scripts/search.py`) uses standard libraries to handle API authentication via JWT and perform searches based on text, image URLs, or product links. The instructions in `SKILL.md` provide operational guidance for the AI agent without any evidence of prompt injection or malicious intent. No data exfiltration, unauthorized execution, or obfuscation was found.
能力评估
Purpose & Capability
The skill's name/description (search 1688 suppliers via AlphaShop) matches the implemented behavior: the script builds JWTs from ALPHASHOP_ACCESS_KEY/ALPHASHOP_SECRET_KEY and calls AlphaShop endpoints. However the registry metadata incorrectly lists no required env vars / no primary credential while both SKILL.md and scripts/search.py require two AlphaShop credentials. This is an incoherence in manifest packaging.
Instruction Scope
SKILL.md instructs the agent and user to provide AlphaShop keys, to call the AlphaShop search and detail endpoints, and to only add filters when asked. The runtime code follows those instructions: it detects input type, optionally calls a detail API to extract title/image, then calls the ai.select.provider.search API and locally filters results. It does not attempt to read arbitrary local files or other env vars. It will send user-supplied URLs (including image URLs) to the external AlphaShop API as part of normal operation.
Install Mechanism
No automated install steps are defined (no install spec). The repository includes a Python script and a requirements.txt listing common libraries (requests, PyJWT) — nothing is downloaded from untrusted hosts and there are no extract-from-URL steps. Running the code requires installing standard Python packages.
Credentials
The code and SKILL.md require two secrets: ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY (used to generate a JWT). Those credentials are proportional to the stated purpose. The concern is that the registry metadata incorrectly declares 'none' required, so the platform-level manifest doesn't surface that the skill needs secret keys. Also the publisher/owner is unknown and there is no homepage, so users must trust the skill's use of their AlphaShop credentials.
Persistence & Privilege
The skill does not request elevated persistence: always is false, there is no install script writing to global configs, and it does not alter other skills. It runs on demand and performs outbound API calls as expected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-1688-supplier - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-1688-supplier触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Initial release of "search-1688-supplier":
- Enables 1688 supplier search via AlphaShop API using product links, image URLs, or text keywords.
- Supports filtering by maximum price, MOQ, and minimum 48-hour ship rate (applied only if the user explicitly requests).
- Requires mandatory configuration of AlphaShop API keys before use; prompts user if missing.
- Implements precise matching, filter, and display rules with JSON output containing one best match and detailed feedback if no results.
- Provides clear error handling and user guidance for API credit issues and no-match scenarios.
- Includes step-by-step usage instructions and strict output formatting/display guidelines.
元数据
常见问题
search-1688-supplier 是什么?
通过 AlphaShop API 搜索和筛选1688供应商。支持三种输入方式: 1688商品链接(查找特定商品的供应商)、图片URL(以图搜货)、 文字关键词(按关键词搜索供应商)。支持按最高价格、最大起批量、 最低48H发货率进行筛选。适用于查找1688供应商、搜索工厂、 以图找商、找供应商、搜商家等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 search-1688-supplier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-1688-supplier」即可一键安装,无需额外配置。
search-1688-supplier 是免费的吗?
是的,search-1688-supplier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
search-1688-supplier 支持哪些平台?
search-1688-supplier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 search-1688-supplier?
由 1688AiInfra(@1688aiinfra)开发并维护,当前版本 v1.0.4。
推荐 Skills