stripfeed
SKILL.md
StripFeed
Convert any URL to clean Markdown optimized for LLM consumption. Strips ads, navigation, scripts, and noise. Returns token counts so you know exactly how much context you're using.
When to use this skill
Use StripFeed whenever you need to read a web page, article, documentation, or any URL content. It produces much cleaner output than raw HTML fetching and tells you the token cost.
Authentication
All requests require the STRIPFEED_API_KEY environment variable. Pass it as a Bearer token:
Authorization: Bearer $STRIPFEED_API_KEY
Get a free API key at https://www.stripfeed.dev (200 requests/month, no credit card).