tavily-extractlisted
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