
from grok-search32
Advanced web search, URL fetching, and site mapping powered by Grok, Tavily, and Firecrawl for real-time information retrieval.
This skill provides a comprehensive set of tools for agents to interact with the live web. It allows for performing targeted web searches, fetching the content of specific URLs for deep analysis, and mapping the structure of websites to discover relevant pages.
Use this skill when the agent needs to verify current facts, research a topic across multiple web sources, extract content from a specific webpage, or explore a website's hierarchy to find specific documentation or information.
search.js (multi-provider search), fetch.js (content extraction), and map.js (site discovery).Designed for agentic environments that can execute Node.js scripts (e.g., OpenClaw, custom agent runtimes).
Grok-powered web search and URL fetch skill for AstrBot. SKILL.md is thorough with config docs and output schemas, but the script tightly depends on a parent tool.py module from the AstrBot plugin, making it non-functional outside that ecosystem. Script crashed on import. No security concerns — clean API key handling, no exfiltration, no destructive patterns.
tool (AstrBot plugin module, not pip-installable)Well-written code but architecturally tied to AstrBot plugin, not a self-contained skill. The import from parent directory (sys.path.insert) is a design smell for portability.