← Back to Skills Marketplace
139
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install scavio-walmart
Description
Search Walmart products and look up product details by product ID. Supports delivery speed, ZIP code, and in-store availability filters. Returns structured J...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: scavio-walmart
Version: 1.0.1
The scavio-walmart skill is a standard API wrapper for searching Walmart products via the Scavio service. It requires a legitimate API key (SCAVIO_API_KEY) and interacts with the official api.scavio.dev endpoints. The instructions in SKILL.md are well-structured, providing clear guidance for the AI agent on how to handle searches, filters, and errors without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scavio-walmart - After installation, invoke the skill by name or use
/scavio-walmart - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Major update: improved documentation, workflow guidance, and usage guardrails.
- Overhauled SKILL.md: clearer workflow, use cases, and step-by-step instructions on when and how to trigger product search or details.
- Expanded parameter explanations, including delivery speed, ZIP code, and in-store pickup filters.
- Added usage guardrails: don’t fabricate data, always pass ZIP code for delivery questions, and handle errors proactively.
- Provided concise Python example requests reflecting best practices.
- Added new sections on failure handling and edge cases.
- Updated metadata, tags, and homepage link for clarity and discoverability.
v1.0.0
Initial release of scavio-walmart skill.
- Enables Walmart product search and detailed lookup via Scavio API.
- Supports filtering by price, fulfillment speed/type, delivery zip, and store ID.
- Returns structured JSON with pricing, reviews, fulfillment, and availability.
- Includes Python and LangChain usage examples.
- Requires an API key from scavio.dev.
Metadata
Frequently Asked Questions
What is Scavio Walmart?
Search Walmart products and look up product details by product ID. Supports delivery speed, ZIP code, and in-store availability filters. Returns structured J... It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install Scavio Walmart?
Run "/install scavio-walmart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scavio Walmart free?
Yes, Scavio Walmart is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scavio Walmart support?
Scavio Walmart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scavio Walmart?
It is built and maintained by scavio-ai (@scavio-ai); the current version is v1.0.1.
More Skills