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

Open-source Gmail MCP server adds multi-account support and write access
An open-source MCP server enables Claude AI to connect to multiple Gmail accounts with full read/write capabilities, including archiving, labeling, and auto-unsubscribe functionality. It supports Gmail search syntax and can be deployed to Railway in 5 minutes or self-hosted.

OpenBridge: Free Open-Source Remote Control for Claude Code via Slack/Discord
OpenBridge is a free, open-source tool that lets you control Claude Code from Slack or Discord, organizing projects as channels and conversations as threads. It runs locally or on a VPS and works with existing Claude Code/Codex subscriptions without extra API fees.

MCP Slim: Local Embedding Search for MCP Tools Reduces Context Bloat
MCP Slim is a proxy that replaces full MCP tool catalogs with three meta-tools (search, describe, call), using local MiniLM embeddings for semantic search. It achieves 96% context window reduction and works offline without API keys.

Building a Coding Agent for 8k Context: Planner/Executor Split, Token Budgeting, and Parallel Execution
A detailed breakdown of building a CLI coding agent designed around 8k token limits, using a planner/executor architecture, strict token budgeting, and parallel task execution.