Codex 技能 · 网页提取

Felo Web Fetch 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

为什么团队需要 Felo Web Fetch 做网页内容提取

大多数页面都充满噪音、动态内容,并不适合直接做总结、对比、存储或结构化下游处理。

页面噪音太多

导航、广告和页面框架常常把 Agent 真正需要的正文埋没。

动态页面会阻碍提取

很多重要内容需要等待、选择器或备用抓取逻辑才能真正出现。

手工清洗无法扩展

如果每一个有用页面都要先手工清洗,研究流水线会很快变慢。

Felo Web Fetch 如何改进网页内容提取

felo-web-fetch 把杂乱网页变成干净的 Markdown、文本或 HTML,去掉广告和导航,只留正文,AI 直接处理。

  • 多种输出格式:可根据工作流返回 markdown、纯文本或原始 HTML。
  • Readability 模式:移除导航、广告和侧边栏,让 Agent 只看到核心内容。
  • CSS 选择器定向:当你只需要某个价格表、正文区域或产品列表时,提取指定片段。
  • 动态页面控制:可等待元素、设置超时,并为重 JavaScript 页面切换抓取模式。
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

Felo Web Fetch 网页内容提取的核心能力

这些能力面向需要干净正文的场景——总结、对比、存档,不用手动复制粘贴。

多种输出格式

可根据工作流返回 markdown、纯文本或原始 HTML。

Readability 模式

移除导航、广告和侧边栏,让 Agent 只看到核心内容。

CSS 选择器定向

当你只需要某个价格表、正文区域或产品列表时,提取指定片段。

动态页面控制

可等待元素、设置超时,并为重 JavaScript 页面切换抓取模式。

何时使用 Felo Web Fetch 技能

当页面本身比搜索结果更重要,且你需要为下一步干净地抓取精确内容时,就该用它。

Read docs while coding with felo-web-fetch

编码时读文档

场景背景: 把最新 API 文档直接拉进你的编码工作流。
把这个定价页抓成 markdown,并只保留价格相关区域。
Competitor research with felo-web-fetch

竞品研究

场景背景: 拉取定价页或功能页的结构化内容用于对比。
抓取最新 API 文档页,并去掉导航等干扰内容。
Article summarization with felo-web-fetch

读长文做总结

场景背景: 在做总结或简报前,先把长文内容抓成 markdown。
提取这份报告的正文部分,方便我做干净总结。

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.

为什么团队会持续使用 Felo Web Fetch 技能

团队会持续使用它,是因为干净的网页内容会让后续的摘要、比较和文档工作全部变得更好。

★★★★★
我们用它在定价页和文档进入流水线其余部分之前,先去掉嘈杂的布局。
Vik Patel
Vik Patel
★★★★★
一旦我们能拉取结构化网页内容而不是手动复制片段,竞品分析就快多了。
Daniel Park
Daniel Park
★★★★★
对内容运营来说,markdown 输出才是真正的亮点。它把杂乱页面变成整个团队都能复用的东西。
Mia Chen
Mia Chen

Felo Web Fetch 技能的关键结果指标

3 种输出
用于下游任务
1 个选择器
隔离内容
可读
内容优于杂乱
动态
页面控制已内置

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.