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 步驟從正確內容開始,而不是從錯誤的 DOM 噪音開始。

  • 多種輸出格式:可依工作流傳回 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.