Codex skill · Page extraction

Felo Web Fetch Skill for Codex

Felo Web Fetch lets Codex extract any URL as clean markdown, plain text, or HTML so documentation pages, product specs, and reference content flow straight into your terminal workflow without manual copy-paste.

Codex Web page extraction
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 Codex users who need the actual page content, not a noisy browser snapshot or manual copy-paste.

Codex skill
web page extraction
npm install
one-command setup
3 formats
markdown, text, HTML
Readability
strips ads and navigation

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 Codex

Use npm to install the full Felo skill pack, or copy just felo-web-fetch into your Codex skills directory for a targeted setup.

How to install the Felo Web Fetch skill in Codex

Codex

Let Codex fetch and parse any URL into clean markdown, text, or HTML so documentation, pricing pages, and reference content flow straight into your terminal workflow.

# Install all Felo skills globally npm install -g felo-ai # Or install this skill manually git clone https://github.com/Felo-Inc/felo-skills.git cd felo-skills cp -r felo-web-fetch ~/.codex/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 Codex in 3 steps

Install the skill, set your API key, and start pulling clean page content into Codex sessions.

1

Install via npm or copy the folder

Run npm install -g felo-ai for the complete skill set, or clone the repo and copy felo-web-fetch into ~/.codex/skills/ for a standalone install.

2

Export your Felo API key

Set FELO_API_KEY in your shell environment so the skill can connect to the extraction and rendering backend.

3

Fetch your first page

Ask Codex to extract a URL as markdown with readability mode enabled and use the clean output for summaries, comparisons, or downstream analysis.

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 Codex skill FAQ

How do I install the Felo Web Fetch skill in Codex?
Run npm install -g felo-ai to get all Felo skills at once, or copy the felo-web-fetch folder to ~/.codex/skills/. Then export your FELO_API_KEY environment variable.
What output formats does the Codex skill support?
It can return markdown, plain text, or raw HTML depending on how you want to summarize, compare, or feed the content into another step.
Can it handle JavaScript-heavy pages?
Yes. The skill supports dynamic page controls including wait-for-element, custom timeouts, and alternate crawl modes for single-page apps and JS-rendered content.
When should I use Web Fetch instead of Felo Search in Codex?
Use Felo Web Fetch when you already know which page you need and want its content extracted cleanly. Use Felo Search when you need to discover information across the open web first.

Give Codex clean web page extraction with Felo Web Fetch

Install felo-web-fetch so Codex can turn any URL into clean markdown, text, or HTML for documentation lookups, competitor research, and content pipelines.

One API key covers every Felo skill in Codex. Extract pages cleanly and feed the output into summaries, reports, or knowledge pipelines.