← ClaudeAtlas

tavily-crawllisted

Use when crawling a website section through Tavily Crawl to collect content from many pages, download docs, bulk extract pages, or apply path/domain filters with extraction controls.
arch3rPro/ark-space · ★ 2 · AI & Automation · score 75
Install: claude install-skill arch3rPro/ark-space
# Tavily Crawl Use Tavily Crawl when ArkSpace needs extracted content from many pages under a known site or site section. 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/crawl` - Official skills: `https://github.com/tavily-ai/skills/tree/main/skills/tavily-crawl` ## 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_crawl ``` 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" - leave Tavily unco