Filters and truncates large web search results from Exa to reduce token usage.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill web-filter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Web Filter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-web-filter)More formats (shields.io, HTML) on the badges page.
---
name: web-filter
description: Filters and truncates large web search results from Exa to reduce token usage.
triggers: ["optimize web", "filter search"]
allowed-tools: [bash, str_replace]
---
# Web Response Filter
Save large MCP responses to /tmp/, filter with jq, load subset.
## Usage
```bash
# Filter response (keep title, url, first 500 chars)
echo "$MCP_OUTPUT" | jq '[.results[]? | {title, url, text: (.text // .content)[:500]}]'
```
Token savings: 92-98%
Install: `uvx mcp-server-exa`
Get key: exa.ai/api
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!