extract
Extracts clean content from specific URLs using Tavily's API, simplifying the process of gathering web page data without coding.
Install this skill
Security score
The extract skill was audited on Feb 28, 2026 and we found 27 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 13 | 1. Check for existing tokens in `~/.mcp-auth/` |
Access to hidden dotfiles in home directory
| 20 | If you prefer using an API key, get one at https://tavily.com and add to `~/.claude/settings.json`: |
External URL reference
| 16 | > **Note:** You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. [Sign up at tavily.com](https://tavily.com) first if you |
External URL reference
| 20 | If you prefer using an API key, get one at https://tavily.com and add to `~/.claude/settings.json`: |
External URL reference
| 40 | ./scripts/extract.sh '{"urls": ["https://example.com/article"]}' |
External URL reference
| 43 | ./scripts/extract.sh '{"urls": ["https://example.com/page1", "https://example.com/page2"]}' |
External URL reference
| 46 | ./scripts/extract.sh '{"urls": ["https://example.com/docs"], "query": "authentication API", "chunks_per_source": 3}' |
External URL reference
| 49 | ./scripts/extract.sh '{"urls": ["https://app.example.com"], "extract_depth": "advanced", "timeout": 60}' |
External URL reference
| 56 | --url https://api.tavily.com/extract \ |
External URL reference
| 60 | "urls": ["https://example.com/article"] |
External URL reference
| 68 | --url https://api.tavily.com/extract \ |
External URL reference
| 73 | "https://example.com/ml-healthcare", |
External URL reference
| 74 | "https://example.com/ai-diagnostics" |
External URL reference
| 86 | POST https://api.tavily.com/extract |
External URL reference
| 114 | "url": "https://example.com/article", |
External URL reference
| 136 | --url https://api.tavily.com/extract \ |
External URL reference
| 149 | --url https://api.tavily.com/extract \ |
External URL reference
| 154 | "https://example.com/react-hooks", |
External URL reference
| 155 | "https://example.com/react-state" |
External URL reference
| 166 | --url https://api.tavily.com/extract \ |
External URL reference
| 170 | "urls": ["https://app.example.com/dashboard"], |
External URL reference
| 180 | --url https://api.tavily.com/extract \ |
External URL reference
| 185 | "https://example.com/page1", |
External URL reference
| 186 | "https://example.com/page2", |
External URL reference
| 187 | "https://example.com/page3", |
External URL reference
| 188 | "https://example.com/page4", |
External URL reference
| 189 | "https://example.com/page5" |