← Back to Skills Marketplace
onebound-api
by
Jeff2011eng
· GitHub ↗
· v1.0.2
· MIT-0
157
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install onebound-api
Description
Search Taobao and 1688 products, and fetch product details, through the Onebound platform gateway.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install onebound-api - After installation, invoke the skill by name or use
/onebound-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is onebound-api?
Search Taobao and 1688 products, and fetch product details, through the Onebound platform gateway. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install onebound-api?
Run "/install onebound-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is onebound-api free?
Yes, onebound-api is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does onebound-api support?
onebound-api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created onebound-api?
It is built and maintained by Jeff2011eng (@jeff2011eng); the current version is v1.0.2.
More Skills