Four ClawHub Skills for Real-Time Search Data in AI Agents

Four new skills for the ClawHub platform enable AI agents to perform real-time searches across Google, Amazon, Walmart, and YouTube with structured JSON output.
Available Skills and Features
- Google Skill: Provides web, news, images, and maps search. Returns structured JSON instead of requiring HTML parsing. Includes country and language filters.
- Amazon Skill: Offers product search and ASIN lookup across 12 Amazon marketplaces. Returns price, rating, Prime status, and availability data.
- Walmart Skill: Provides product search with delivery speed and ZIP code filters. Useful for checking same-day or next-day availability.
- YouTube Skill: Includes video search, metadata retrieval, full transcripts, and AI trainability checks. Particularly useful for RAG (Retrieval-Augmented Generation) pipelines.
Installation Commands
Install each skill using the following ClawHub commands:
clawhub install scavio-google
clawhub install scavio-amazon
clawhub install scavio-youtube
clawhub install scavio-walmartAll four skills are covered by a single API key. Documentation for installation and usage is available through the source link.
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw Smart Router Open-Sourced for Automatic Model Selection
A developer has open-sourced a Smart Router for OpenClaw that automatically classifies queries by complexity and routes them to optimal models, saving 60-80% on API costs compared to always using premium models like Claude or GPT-4o.

cldctrl: Terminal Dashboard for Managing Claude Code Sessions
cldctrl is an npm package that provides a terminal dashboard for launching and managing Claude Code sessions across projects. It reads existing ~/.claude data, auto-discovers projects, and shows token usage with rate limit bars.

NaNMesh MCP checks GitHub issues before Claude recommends libraries
NaNMesh MCP is an open-source Model Context Protocol server that crawls GitHub Issues, Stack Overflow, and Reddit for known bugs in development tools. When Claude recommends a library, it can check for real problems before integration.

Simplifying OpenClaw Hosting: BestClaw Keeps SSH and User-Friendly Functionality
BestClaw emerges as a straightforward solution for OpenClaw hosting, balancing ease of use with crucial SSH access, as discussed on r/openclaw.