Scavio Walmart

v1.0.1

Search Walmart products and look up product details by product ID. Supports delivery speed, ZIP code, and in-store availability filters. Returns structured J...

0· 84·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Walmart product search) align with the runtime instructions and declared requirement (SCAVIO_API_KEY). The endpoints referenced are on api.scavio.dev and returned product URLs point to walmart.com as expected.
Instruction Scope
SKILL.md confines the agent to calling the Scavio search/product endpoints, passing parameters (delivery_zip, fulfillment, store_id) as needed, and instructs not to fabricate data. It only references the declared SCAVIO_API_KEY and does not ask the agent to read unrelated files, system state, or other environment variables.
Install Mechanism
Instruction-only skill with no install spec or code files — minimal disk/write risk. There is an example pip install for an optional langchain helper, but no install actions are required by the skill itself.
Credentials
Only a single env var (SCAVIO_API_KEY) is required and marked as primaryEnv; that is proportionate for an API-wrapper skill. The SKILL.md references only that variable and provides guidance to set it.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' configs. It will use the API key from the environment when invoked.
Assessment
This skill appears to do exactly what it claims: call Scavio's Walmart search/product APIs and return structured results. Before installing, verify you trust the Scavio provider (https://scavio.dev), and only provide an API key you control. Prefer a limited-scope or usage-restricted key, monitor API usage/credits, and rotate the key if you suspect misuse. Note that the skill will use whatever SCAVIO_API_KEY exists in the environment when invoked—avoid placing high-privilege secrets in that variable unless you trust the integration. If you need stronger assurance, review Scavio's docs and privacy/billing terms and create a test key first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fgekhjjhvcp3j04nch9nrwn84020d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏪 Clawdis
EnvSCAVIO_API_KEY
Primary envSCAVIO_API_KEY

Comments