← ClaudeAtlas

tavily-maplisted

Use when discovering URLs on a site through Tavily Map, especially when the user knows a domain but not the exact page, asks for site structure, or needs URL discovery before extraction or crawling.
arch3rPro/ark-space · ★ 2 · AI & Automation · score 75
Install: claude install-skill arch3rPro/ark-space
# Tavily Map Use Tavily Map as an API-backed site-discovery provider when ArkSpace needs URLs from a known site without extracting page content. Tavily configuration is shared with all Tavily skills through `provider-manager`. ## Source References - Official docs: `https://docs.tavily.com/documentation/agent-skills` - API reference: `https://docs.tavily.com/documentation/api-reference/endpoint/map` - Official skills: `https://github.com/tavily-ai/skills/tree/main/skills/tavily-map` ## Before Use Resolve the installed ArkSpace package root before running commands. Replace `<installed-arkspace-path>` with the directory two levels above this loaded `SKILL.md`, such as `/Users/<user>/.claude/plugins/cache/ark-space/ark-space/0.1.2`. Use the installed package path, not a repository-relative command. Check configuration: ```bash python3 <installed-arkspace-path>/scripts/arkspace.py provider check tavily --capability web_map ``` Configure Tavily once: ```bash python3 <installed-arkspace-path>/scripts/arkspace.py provider setup tavily --wizard ``` ## Missing Configuration Recovery If the provider check reports a missing Tavily API key or missing Tavily capability: 1. Ask the user whether to start setup now: "Tavily is not configured. Should I start the ArkSpace setup wizard now?" 2. Present exactly two choices: - "Start setup wizard" - start interactive setup with `python3 <installed-arkspace-path>/scripts/arkspace.py provider setup tavily --wizard`. - "Not now" -