← 返回 Skills 市场
onebound-api
作者
Jeff2011eng
· GitHub ↗
· v1.0.2
· MIT-0
157
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install onebound-api
功能描述
Search Taobao and 1688 products, and fetch product details, through the Onebound platform gateway.
安全使用建议
This skill appears coherent and only needs your Onebound API key and the standard CLI tools (curl, jq). Before installing or using it: 1) verify you trust the gateway domain (default: onebound.vercel.app) because your API key and queries will be sent there; if you have a different official gateway URL, set ONEBOUND_BASE_URL to it; 2) prefer a limited-scope API key (or a key with low balance) to reduce billing/exposure risk; 3) review the bundled scripts (they are short) to satisfy yourself they match the described behavior; and 4) monitor API usage/billing after first use. If you do not trust the default gateway, do not provide your API key and consider hosting/pointing to an official endpoint instead.
功能分析
Type: OpenClaw Skill
Name: onebound-api
Version: 1.0.2
The skill provides a legitimate interface for searching and retrieving product details from Taobao and 1688 via the Onebound API gateway. The implementation uses Bash scripts (e.g., `gateway-request.sh`, `taobao-item-search.sh`) that correctly handle authentication via environment variables and use `curl` with `--data-urlencode` to safely pass parameters to the API. No evidence of data exfiltration, command injection, or malicious intent was found; the code is well-structured and includes appropriate error handling and guardrails.
能力评估
Purpose & Capability
Name/description, required binaries (curl, jq), and the single required env var (ONEBOUND_API_KEY) are consistent with an HTTP API gateway client that issues GET requests to the Onebound service. The scripts implement the documented endpoints and parameters—no unrelated services or credentials are requested.
Instruction Scope
Runtime instructions and scripts only build query parameters and perform HTTPS GET requests to the configured gateway (default https://onebound.vercel.app). They do not read local files or other environment variables beyond ONEBOUND_API_KEY and optional ONEBOUND_BASE_URL. Note: using the skill sends your ONEBOUND_API_KEY in the Authorization header to the gateway; that is expected but has privacy/billing implications you should consider.
Install Mechanism
This is instruction-only / script-based: no install spec, no remote downloads or extracted archives. Scripts are bundled with the skill and will run directly, which is low risk compared to arbitrary remote installs.
Credentials
Only ONEBOUND_API_KEY (primary credential) is required and is appropriate for the described API calls. However, that API key is sent to the configured BASE_URL (default onebound.vercel.app). Ensure the key you provide has limited scope/permissions and that you trust the gateway endpoint to avoid unintended billing or exposure.
Persistence & Privilege
The skill is not marked always:true, does not request system-wide privileges, and does not modify other skills or system configuration. It runs only when invoked by the user or agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install onebound-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/onebound-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added a full OpenAPI Specification section to SKILL.md for better integration and documentation.
- No changes to code or scripts; documentation update only.
- All workflows, commands, descriptions, and guardrails remain unchanged.
- Greatly improved OpenClaw and developer interoperability via explicit API contract.
v1.0.1
**Major update: This version shifts from AI-powered translation and content generation to product search and retrieval for Taobao and 1688.**
- Removed translation, title, and description generation features.
- Added scripts for searching and fetching product details from Taobao and 1688 via the Onebound platform.
- Updated guardrails and failure handling for product data operations.
- Documentation reflects new commands, environment variables, and workflow focus.
- Default platform gateway is now used if no base URL is set.
v1.0.0
1.0.0
元数据
常见问题
onebound-api 是什么?
Search Taobao and 1688 products, and fetch product details, through the Onebound platform gateway. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 onebound-api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install onebound-api」即可一键安装,无需额外配置。
onebound-api 是免费的吗?
是的,onebound-api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
onebound-api 支持哪些平台?
onebound-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 onebound-api?
由 Jeff2011eng(@jeff2011eng)开发并维护,当前版本 v1.0.2。
推荐 Skills