order-from-whole-foodsOrder groceries from Whole Foods using browser automation and a saved purchase policy
Install via ClawdBot CLI:
clawdbot install chadnewbry/order-from-whole-foodsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://www.amazon.com/alm/storefront?almBrandId=VUZHIFdob2xlIEZvb2Rz&ref=nav_csAudited Apr 16, 2026 · audit v1.0
Generated May 9, 2026
A user sets up a recurring weekly order for staple items like milk, bread, and eggs. The skill automates the entire ordering process from browsing past purchases to selecting a delivery slot within the preferred window, subject to the max auto spend and confirmation settings.
A user on a keto diet orders specific low-carb items such as avocado, almond flour, and coconut oil. The skill searches the storefront for these specialty items, applies substitution rules if needed, and ensures no non-keto items are added.
A user hosts Thanksgiving and orders a large list including turkey, cranberries, and pumpkin pie. The skill handles ambiguous matches for brand and size by asking the user, and respects the confirm_before_buy flag before placing a high-value order.
An office manager orders snacks for the break room such as coffee, granola bars, and bottled water. The skill uses the auto-buy mode with a high max_auto_spend and no confirmation, automatically placing orders outside the preferred window if necessary after asking.
A caregiver orders groceries for an elderly person who cannot shop in person. The skill uses add_to_cart_only mode to build the cart for review, ensuring the caregiver can confirm substitutions and delivery time before the order is placed.
Integrate the skill into a subscription-based grocery delivery platform where users pay a monthly fee for automated weekly orders. Revenue comes from subscription fees and a markup on each order.
Offer the skill as a premium add-on for personal assistant apps or smart home devices. Users pay per order or a monthly fee for AI-powered grocery shopping automation.
Partner with diet tracking or meal planning apps to allow users to automatically order ingredients for their meal plans. Revenue from referral fees or commission on each order placed through the integration.
💬 Integration Tip
Ensure the OpenClaw browser profile and config file are properly set up before first use. Start with add_to_cart_only mode to verify item matching and checkout flow before enabling auto_buy.
Scored May 9, 2026
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Uses a headless browser to navigate web pages, interact with elements, and extract clean, readable text content from URLs.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
通过已登录的Edge或Chrome浏览器,利用Chrome DevTools Protocol执行JS渲染页面的导航、点击、截图及数据提取等自动化操作。
Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
High-performance browser automation for heavy scraping, multi-tab management, and precise DOM extraction. Use this when you need speed, reliability, or advanced state management (cookies/local storage) beyond standard web fetching.