tavily-extract
SKILL.md
Tavily Extract
Extract clean content from specific URLs. Ideal when you know which pages you want content from.
Authentication
Get your API key at https://tavily.com and add to your OpenClaw config:
{
"skills": {
"entries": {
"tavily-extract": {
"enabled": true,
"apiKey": "tvly-YOUR_API_KEY_HERE"
}
}
}
}