An asynchronous AI shopping assistant that researches products across multiple sites and performs secure checkouts using 1Password-backed automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install secure-shopper
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install secure-shopper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Secure Shopper is a sophisticated automation skill designed to handle the entire e-commerce lifecycle, from product discovery to final checkout. By leveraging the Openclaw Skills framework, it allows users to delegate complex shopping tasks to an asynchronous sub-agent. This ensures the main conversation remains responsive while the agent navigates through shopping sites like Amazon or Walmart to find the best deals based on user preferences.
Security is a core pillar of this skill. It integrates directly with the secure-autofill system to handle sensitive credentials and payment information through 1Password-backed vaults. This prevents secrets from ever appearing in the chat history or agent logs. With features like context-safe browsing and structured artifact recording, Secure Shopper provides a professional-grade solution for users looking to streamline their online purchasing workflows within the Openclaw Skills ecosystem.
First, ensure that the secure-autofill skill is properly installed and configured. You must have a non-headless version of Chrome available on your system.
Verify your browser installation:
command -v google-chrome || command -v google-chrome-stable
Run the onboarding script to set your default shopping sites and shipping preferences within the Openclaw Skills directory:
node ~/.openclaw/skills/secure-shopper/scripts/onboard.mjs --sites 'Amazon=https://www.amazon.com|Walmart=https://www.walmart.com' --zip 46202 --priority cheaper
The skill organizes its findings into JSON artifacts located in the workspace directory. This ensures a persistent and auditable record of all shopping tasks performed by Openclaw Skills.
| Attribute | Description |
|---|---|
phase |
Tracks the task state (e.g., candidates_found, awaiting_checkout_confirm, ordered). |
candidates |
A list of objects containing site, price, reviewScore, url, and verdict. |
status |
The specific lifecycle status of a product: pending, accepted, denied, or shopped. |
userPrompt |
Captures the original criteria and any runtime overrides for the task. |
Loading
Automate secure web logins using 1Password credentials while keeping secrets private from the AI agent.

A durable queue-task helper designed for resumable and idempotent batch processing in task-father environments.

A specialized tool for AI agents to automatically move and rename local files to Microsoft OneDrive for seamless sharing on mobile chat platforms.

Integrate real-time web search capabilities into your AI agents using the Tavily API for highly relevant, structured data retrieval.

The definitive framework for building portable, reproducible, and production-ready Openclaw Skills with guided onboarding flows.

A secure wrapper that dynamically loads SSH private keys from 1Password into an in-memory agent before executing SSH commands.








































