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로 콘텐츠를 반환합니다.
  • 가독성 모드: 내비게이션, 광고, 사이드바를 제거하여 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로 콘텐츠를 반환합니다.

가독성 모드

내비게이션, 광고, 사이드바를 제거하여 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.