← Back to Skills Marketplace
shan-vvv

codropshiping-product-search

by shan-vvv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
322
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install codropshiping-product-search
Description
Searches for products on the Codrop shipping platform using a keyword.
README (SKILL.md)

\r \r

Description\r

\r This skill searches for products on the Codrop shipping platform by sending a keyword to the product search API. It requires an authentication token to access the API.\r \r

Usage\r

\r To use this skill, run the following command with the required parameters.\r \r

skill codropshiping-product-search --keyword=\x3Csearch_term> --token=\x3Cyour_auth_token>\r
```\r
\r
### Parameters\r
\r
- `--keyword=\x3Csearch_term>`: **(Required)** The product keyword you want to search for (e.g., `shoes`).\r
- `--token=\x3Cyour_auth_token>`: **(Required)** Your authentication token for the Codrop API.\r
\r
### Example\r
\r
This example searches for products with the keyword "shoes".\r
\r
```bash\r
skill codropshiping-product-search --keyword=shoes --token=12345abcdef\r
```\r
\r
## Output\r
\r
- **On Success**: If the request is successful, the output will be a JSON object containing the product data.\r
- **On Failure**: If the request fails, an error message will be displayed. Common errors include:\r
  - Missing `keyword` or `token`.\r
  - Invalid authentication token (e.g., `API Error: Please log in first`).\r
  - The server returns a non-JSON response.\r
Usage Guidance
This skill's behavior is coherent with its description — it POSTs {keyword} to a Codrop-like endpoint using the provided token — but there are a few things to check before using it with real credentials: - Provenance: there is no homepage or known source; verify the author and whether the endpoint (test-codrop.cargosoon.online) is the correct/trusted service you intend to query. - Secret handling: the script expects --token on the command line. CLI args can leak via process listings and may be saved in shell history. Prefer a version that reads the token from an environment variable or prompts interactively, and update metadata to declare the credential. - Test first: run with a dummy token to observe responses and ensure the endpoint behaves as expected. - TLS/endpoint trust: the script uses HTTPS but points to an unfamiliar host. Confirm the certificate and that you trust the service before sending real tokens. - If you need stronger assurance: ask the author for a package with declared required credentials (primaryEnv) and supply instructions for safer secret handling, or request a reputable source/homepage. Given the metadata mismatch and unknown host, proceed cautiously — this looks legitimate in function but has enough provenance and secret-handling issues to treat as suspicious until validated.
Capability Analysis
Type: OpenClaw Skill Name: codropshiping-product-search Version: 1.0.0 The skill is a straightforward implementation of a product search tool for the Codrop shipping platform. The script `scripts/product-search.js` uses the standard Node.js `https` module to send a keyword and authentication token to a specific API endpoint (test-codrop.cargosoon.online). There is no evidence of data exfiltration, malicious execution, or prompt injection; the code's behavior aligns perfectly with its documented purpose.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement a product search against a Codrop-like API (POST to /api/shipping/Goods/ProductSearchKeywordQuery on test-codrop.cargosoon.online) which aligns with the stated purpose. However the registry metadata lists no required credentials while the SKILL.md and code clearly require an authentication token passed as --token. The skill's source/homepage are also missing, reducing provenance.
Instruction Scope
The runtime instructions and the script are narrowly scoped: they accept a keyword and token, POST JSON to the remote API, and print the JSON response or an error. The script does not read files, environment variables, or other system state. It does log raw responses on parse failure.
Install Mechanism
This is an instruction-only skill with a small Node.js script and no install spec; nothing is downloaded or written by an installer. That lowers install-time risk.
Credentials
No environment variables or platform credentials are declared in metadata, but the skill requires an auth token passed on the command line. Passing secrets via CLI can expose them in process listings and shell history; the token requirement should be declared in metadata (primaryEnv) or documented with safer usage guidance.
Persistence & Privilege
The skill is not always-enabled and does not request any elevated persistence or modify other skills/config. It is user-invocable and can be invoked autonomously (platform default), which is expected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install codropshiping-product-search
  3. After installation, invoke the skill by name or use /codropshiping-product-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of codropshiping-product-search: - Enables product searches on the Codrop shipping platform with a keyword. - Requires an API authentication token. - Returns product data as JSON on success. - Includes error handling for missing parameters, invalid tokens, and server errors.
Metadata
Slug codropshiping-product-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is codropshiping-product-search?

Searches for products on the Codrop shipping platform using a keyword. It is an AI Agent Skill for Claude Code / OpenClaw, with 322 downloads so far.

How do I install codropshiping-product-search?

Run "/install codropshiping-product-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is codropshiping-product-search free?

Yes, codropshiping-product-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does codropshiping-product-search support?

codropshiping-product-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created codropshiping-product-search?

It is built and maintained by shan-vvv (@shan-vvv); the current version is v1.0.0.

💬 Comments