Apiclaw
v1.1.1General overview, 11 API endpoints. AI-powered commerce data infrastructure with 200M+ Amazon products. Endpoints: category browsing, market metrics, product...
⭐ 0· 69·0 current·0 all-time
by@apiclaw
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included materials: an 11-endpoint API client for APIClaw. The only required credential is APICLAW_API_KEY, which is exactly what a networked API client would need.
Instruction Scope
SKILL.md and the script confine behavior to constructing POST requests to api.apiclaw.io, handling retries/rate-limits, and formatting results. The script will also look for a local config.json in the skill directory as a fallback for the key — this is local-scope behavior and is documented.
Install Mechanism
No install spec (instruction-only) and no external download/install steps. A single Python CLI file is included; nothing in the manifest attempts to fetch or execute arbitrary remote code during install.
Credentials
Only APICLAW_API_KEY is declared/used. The script checks that env var and optionally a config.json in the skill directory for the same key. No unrelated secrets or system credentials are requested.
Persistence & Privilege
Skill is not forced always-on and does not request system-wide configuration changes. It reads a config.json located within the skill directory if present; it does not modify other skills or global agent settings.
Assessment
This skill is internally consistent: it documents and implements an HTTP client for api.apiclaw.io and only requires APICLAW_API_KEY. Before installing: 1) Confirm you trust the API provider (https://apiclaw.io) and the repository homepage (the listed GitHub URL). 2) Supply the API key via an environment variable rather than committing it to files; if you create config.json in the skill directory, avoid storing secrets in shared repos. 3) Be aware API calls consume credits and are subject to rate limits (documented in SKILL.md). 4) If you need higher assurance, review scripts/apiclaw.py locally (it is included) to confirm there are no unexpected network calls or file accesses beyond the documented behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk97ac41k6qn194hdycsxq5w8e584sw2v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvAPICLAW_API_KEY
Primary envAPICLAW_API_KEY
