
# Browser — Skill/MCP Definition ## Tool 1: `browser_search` ### Description Fetch a URL and extract specific data using a named macro. Returns structured JSON wrapped in a security boundary that prevents prompt injection. The agent never sees raw HTML. ### Input Schema ```json { "type": "object", "properties": { "url": { "type": "string", "description": "URL to fetch" }, "macro": { "type": "string", "enum": ["title", "text", "links", "headings", "tables", "forms", "me
# Search (Brave) -- Skill/MCP Definition ## Tool Name: `search_brave` ## Description Web search via Brave Search API. Returns structured search results with titles, URLs, and descriptions. Good for general web search with privacy-focused indexing. ## Input Schema ```json { "type": "object", "properties": { "query": { "type": "string", "description": "Search query text" }, "count": { "type": "integer", "default": 10, "description": "Number of res
# Search (Exa) -- Skill/MCP Definition ## Tool Name: `search_exa` ## Description Web search via Exa.ai API. Returns structured search results with titles, URLs, and snippets. Supports neural semantic search for high-relevance results. ## Input Schema ```json { "type": "object", "properties": { "query": { "type": "string", "description": "Search query text" }, "num_results": { "type": "integer", "default": 5, "description": "Number of results to
# Harmonia Agent — Agent Skill Binary: `harmonia` | Install: `curl --proto '=https' --tlsv1.2 -sSf https://harmoniis.com/harmonia/install | sh` | Windows: `iwr https://harmoniis.com/harmonia/install.ps1 -UseB | iex` Distributed evolutionary homoiconic self-improving agent. SBCL Common Lisp core + modular Rust tool ecosystem via CFFI. ## Install macOS / Linux / FreeBSD: ```bash curl --proto '=https' --tlsv1.2 -sSf https://harmoniis.com/harmonia/install | sh ``` Windows (PowerShell): ```power