← Back to Skills Marketplace
128
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install product-data-collection
Description
Describes product collection task HTTP APIs (create, pick, update, batch-update), task types, statuses, success payload rules, and browser-extension vs dashb...
Usage Guidance
This skill is an instruction-only API spec and appears coherent. Before installing: ensure PRODUCT_DATA_COLLECTION_BASE_URL points to a trusted host and provide a least-privilege PRODUCT_TASK_AUTH token (scope/expiration if possible). Never paste the token into chat or code samples. Confirm the server enforces auth, rate limits, and input validation. Because the skill can be invoked by the agent, review how your agent will call these endpoints (logging, where requests run) to avoid accidental token leakage. If you require stricter control, create a scoped token for the skill and rotate it regularly.
Capability Analysis
Type: OpenClaw Skill
Name: product-data-collection
Version: 1.0.1
The skill bundle provides technical documentation and instructions for an AI agent to interact with a product data collection API (e.g., eBay product tasks). It follows security best practices by explicitly instructing the agent to use environment variables (PRODUCT_TASK_AUTH, PRODUCT_DATA_COLLECTION_BASE_URL) and forbidding the hardcoding or logging of credentials in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: the skill documents HTTP task endpoints and legitimately needs the API base URL and an auth header. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md's runtime instructions are limited to composing the base URL, using PRODUCT_TASK_AUTH for Authorization, and calling specific /task endpoints. It does not instruct reading unrelated files, scanning system state, or sending data to unexpected external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or downloaded by the skill, minimizing install-time risk.
Credentials
Only two environment variables are required (base URL and auth token), which are directly proportional to the described API interactions. The primary credential (PRODUCT_TASK_AUTH) is appropriate for an Authorization header.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation settings. The skill does not request persistent system privileges or modify other skills' configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install product-data-collection - After installation, invoke the skill by name or use
/product-data-collection - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
hide domain
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is Product Data Collection?
Describes product collection task HTTP APIs (create, pick, update, batch-update), task types, statuses, success payload rules, and browser-extension vs dashb... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Product Data Collection?
Run "/install product-data-collection" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Product Data Collection free?
Yes, Product Data Collection is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Product Data Collection support?
Product Data Collection is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Product Data Collection?
It is built and maintained by Chevy (@rowin90); the current version is v1.0.1.
More Skills