# OSINT Navigator Skill Use OSINT Navigator when a user needs to find, compare, or verify open-source intelligence tools for an investigation task. ## Connection Options - MCP: use the remote Streamable HTTP MCP server at `https://navigator.indicator.media/mcp/`. OAuth handles authentication. MCP access requires a Pro account. - REST API: use `https://navigator.indicator.media/api/openapi.json` for the OpenAPI schema. Authenticate with `Authorization: Bearer on_...`. ## Tool Choice - Use MCP `query` or REST `POST /api/query` for natural-language questions such as "How do I find who registered a domain?" - Use MCP `search_tools` or REST `POST /api/tools/search` for direct keyword/category searches. - Use MCP `search_tool_documentation` when you already have a `tool_id` and need richer documentation. ## Response Rules - Include tool names and URLs when available. - Explain briefly why each recommended tool fits the investigation task. - Do not invent tools or URLs. If the database does not contain a good match, say so and suggest a broader query. - Prefer verified tool records from OSINT Navigator over general web memory. ## Limits - Natural-language `query` calls are rate-limited by user tier. - Direct tool search and documentation lookup are intended for lookup workflows and may not count against the same query quota.