← ClaudeAtlas

tavily-extractlisted

Use when extracting clean content from URLs through Tavily, especially JavaScript-rendered pages, multiple URLs, query-focused extraction, or ArkSpace web_fetch routing that selects Tavily.
arch3rPro/ark-space · ★ 2 · Data & Documents · score 75
Install: claude install-skill arch3rPro/ark-space
# Tavily Extract Use Tavily Extract as an API-backed `web_fetch` provider when ArkSpace routes URL extraction to Tavily or when the user explicitly asks for Tavily extraction. Tavily configuration is shared with `tavily-search` through `provider-manager`. ## Source References - Official docs: `https://docs.tavily.com/documentation/agent-skills` - API reference: `https://docs.tavily.com/api-reference/endpoint/extract` - Official skills: `https://github.com/tavily-ai/skills` - OpenClaw guide: `https://docs.openclaw.ai/tools/tavily` ## 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_fetch ``` Configure Tavily once: ```bash python3 <installed-arkspace-path>/scripts/arkspace.py provider setup tavily --wizard python3 <installed-arkspace-path>/scripts/arkspace.py provider check tavily --capability web_fetch ``` ## Missing Configuration Recovery If the provider check reports a missing Tavily API key: 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 interac