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

ScreenMind: Local-First AI Memory That Indexes Your Entire Computer Activity
ScreenMind captures your screen, meetings, and voice notes using Gemma 4 E2B locally via llama.cpp. Runs on 4GB+ VRAM with Q4 quantization. Search past activity, chat with history, and connect to Claude/Cursor via MCP.

AgentLens: Observability Tool for Multi-Agent AI Workflows
AgentLens provides unified tracing across Ollama, vLLM, Anthropic, and OpenAI, with cost tracking, an MCP server for querying stats from Claude Code, and a CLI for inline checks. It's self-hosted and runs locally via Docker.

T9OS: An AI Orchestration System Built Entirely with Claude Code
An economics student built T9OS, a complete AI orchestration layer using Claude Code as the only programming tool. The system includes 18 production pipelines, a 12-state lifecycle engine, and 7 AI 'Guardians' that review every output.

Self-Maintaining Documentation System Using Fenced Blocks for Zero Drift
A developer built a bash script that extracts structured data directly from source files and injects it into CLAUDE.md through fenced HTML comment blocks, ensuring documentation stays in sync with code without manual maintenance.