Claude Code skill · Read any webpage

Felo Web Fetch Skill for Claude Code

Felo Web Fetch for Claude Code turns important URLs into markdown, clean web pages, and reusable page content before the next research step begins. Use it when the page itself matters more than the search result around it.

Claude Code Read any webpage
felo web-fetch --url "https://example.com/pricing" --format markdown --readability
Connecting the skill to live workflow context...
Processing the request and preparing usable output...
Result ready for the next step in your workflow.

Built for workflows that need the page itself, not a messy browser snapshot.

3 formats
markdown, text, HTML
Readable
cleanup mode
Selectors
for exact blocks
Dynamic
page handling

Why teams need the Felo Web Fetch skill for web content extraction

Most pages are noisy, dynamic, and badly shaped for summarization, comparison, storage, or structured downstream use.

Pages are full of noise

Navigation, ads, and layout chrome bury the part of the page your agent actually needs.

Dynamic pages fight extraction

Important content often needs waits, selectors, or alternate crawl logic before it appears.

Manual cleanup does not scale

Research pipelines slow down fast when every useful page needs hand-cleaning first.

How the Felo Web Fetch skill improves web content extraction

felo-web-fetch turns cluttered pages into readable markdown, text, or HTML so downstream AI steps start from the right content instead of the wrong DOM noise.

  • Multiple output formats: Return content as markdown, plain text, or raw HTML depending on the workflow.
  • Readability mode: Strip navigation, ads, and sidebars so the agent sees only the core content.
  • CSS selector targeting: Extract a specific section when you only need one pricing table, article body, or product list.
  • Dynamic page controls: Wait for elements, set timeouts, and switch crawl mode for JavaScript-heavy pages.
1
InstallAdd the skill to the environment where the team already works
2
AskUse natural language or the matching CLI command
3
ProcessLet the skill perform the specialized task cleanly
4
ReusePass the result into the next workflow step

Install the Felo Web Fetch skill in Claude Code

This Claude Code page focuses on the fastest way to bring web fetch capabilities into coding, analysis, and planning workflows.

How to install the Felo Web Fetch skill in Claude Code

Claude Code

Works inside Claude Code so important pages become clean markdown, text, or HTML before the next research step begins.

# Clone the skills repo git clone https://github.com/Felo-Inc/felo-skills.git cd felo-skills # Copy skill to Claude Code cp -r felo-web-fetch ~/.claude/skills/
Read Felo API Docs

Core capabilities of the Felo Web Fetch skill

These capabilities are built for page-level capture, structured extraction, and cleaner downstream inputs across research and documentation work.

Multiple output formats

Return content as markdown, plain text, or raw HTML depending on the workflow.

Readability mode

Strip navigation, ads, and sidebars so the agent sees only the core content.

CSS selector targeting

Extract a specific section when you only need one pricing table, article body, or product list.

Dynamic page controls

Wait for elements, set timeouts, and switch crawl mode for JavaScript-heavy pages.

When to use the Felo Web Fetch skill

Use it when the page matters more than the search result and the exact content needs to be captured cleanly for the next step.

Read docs while coding with felo-web-fetch

Read docs while coding

Context: Fetch the latest API documentation directly into your coding workflow.
Extract this pricing page as markdown and keep only the pricing section.
Competitor research with felo-web-fetch

Competitor research

Context: Pull structured pricing or feature page content for comparison.
Fetch the latest API docs page and remove navigation clutter.
Article summarization with felo-web-fetch

Article summarization

Context: Fetch long-form content as markdown before summarizing or briefing it.
Pull the article body from this report so I can summarize it cleanly.

Get the Felo Web Fetch skill running in 3 steps

From install to first clean extraction should take minutes, not another round of manual copy-paste.

1

Choose your platform

Start from Claude Code or OpenClaw, depending on where the team already runs its terminal workflow.

2

Set the API key

Reuse the same Felo API key across the wider skill set so onboarding stays simple.

3

Run the first command

Verify the setup with felo web-fetch --url "https://example.com" --format markdown --readability and reuse the clean output right away.

Why teams keep the Felo Web Fetch skill in the stack

Teams keep it because clean web content makes every downstream summary, comparison, and document workflow better.

★★★★★
We use it to strip noisy layouts out of pricing pages and docs before they reach the rest of the pipeline.
Vik Patel
Vik Patel
★★★★★
Competitive analysis got much faster once we could pull structured web content instead of copying fragments by hand.
Daniel Park
Daniel Park
★★★★★
For content ops, the markdown output is the real win. It turns messy pages into something the whole team can reuse.
Mia Chen
Mia Chen

Felo Web Fetch skill outcomes that matter

3 outputs
for downstream tasks
1 selector
to isolate content
Readable
content over clutter
Dynamic
page controls included

Felo Web Fetch skill FAQ

When should I use felo-web-fetch?
Use it when the page content itself matters and you need the article, pricing table, docs page, or reference text in a cleaner format for the next step.
What formats can it return?
It can return markdown, plain text, or HTML depending on how you want to summarize, compare, archive, or feed the result into another tool.
Why not just paste the page manually?
Manual copy-paste is slower, noisier, and easier to break. felo-web-fetch gives you a cleaner and more reusable input with less formatting overhead.
When should I use it instead of felo-search?
Use felo-search to discover and answer. Use felo-web-fetch when you already know which page matters and need to extract its content cleanly.

Bring the Felo Web Fetch skill into Claude Code

Install felo-web-fetch and turn messy web pages into clean markdown, text, or HTML for summaries, notes, reports, and knowledge pipelines.

Use one API key to turn noisy pages into clean inputs your agent can summarize, compare, and store with less manual cleanup.