FeloFelo
모든 스킬Claude CodeOpenClawHermes AgentCodexAPI 문서GitHub
API Key 받기 →
API Key 받기
모든 스킬 Claude Code OpenClaw Hermes Agent Codex API 문서 GitHub
English日本語简体中文한국어繁體中文РусскийעבריתالعربيةไทยPortuguês (Brasil)EspañolDeutschFrançaisBahasa IndonesiaItalianoTürkçeУкраїнськаPolskiहिन्दीTiếng ViệtBahasa Melayu
API Key 받기 →
Codex 스킬 · 실시간 웹 검색

Felo Search Codex 스킬

Felo Search adds live web answers and cited sources to Codex so your agent can pull current pricing, release notes, and documentation without leaving the terminal. Install once with npm and use it whenever the model's training data is not enough.

Codex Live web answers
Install NowSwitch to Claude Code
felo search "latest Next.js release notes"
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 terminal-first AI productivity tools and platform-specific skill docs.

Built for Codex users who need current answers, cited sources, and live research without switching tools.

Codex skill
real-time web research
npm install
one-command setup
Cited
answers with source links
Current
pricing, docs, news

팀이 실시간 웹 리서치에 Felo Search 스킬을 필요로 하는 이유

가격, 릴리스 노트, 출시 뉴스, 로컬 정보는 너무 빠르게 변해서 오래된 답변은 금방 쓸모없어집니다.

오래된 모델 답변

Agent가 과거만 알고 현재 웹을 볼 수 없을 때 시간에 민감한 프롬프트는 실패합니다.

링크 과부하

수동 브라우징은 팀이 유용한 답변에 도달하기 전에 너무 많은 노이즈를 만들어냅니다.

검증하기 어려운 주장

아무도 답변 뒤의 원본 출처를 빠르게 확인할 수 없을 때 작업이 느려집니다.

Felo Search 스킬이 실시간 웹 리서치를 개선하는 방법

felo-search는 현재 정보를 팀이 신뢰하고 공유하며 즉시 실행할 수 있는 출처 인용 브리프로 워크플로에 가져옵니다.

  • 실시간 웹 검색: 출시, 가격, 날씨, 문서, 속보를 질문하고 출처 인용 최신 답변을 받습니다.
  • 자연스러운 자동 트리거: '최신', '오늘', '비교', '어디서', '방법' 같은 시간에 민감한 프롬프트에 스킬이 자동으로 활성화됩니다.
  • 다국어 지원: 영어, 중국어, 일본어, 한국어 쿼리를 자동으로 감지하고 같은 언어로 답변합니다.
  • 일관된 Agent 출력: 노이즈 많은 링크 목록 대신 워크플로가 요약·비교·전달할 수 있는 읽기 쉬운 브리프를 반환합니다.
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 Search skill in Codex

Run npm install once to get every Felo skill, or copy just felo-search into your Codex skills folder.

How to install the Felo Search skill in Codex

Codex

Adds real-time web search to Codex so cited answers, pricing checks, and documentation lookups happen inside the same terminal session.

# 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-search ~/.codex/skills/
Read Felo API Docs

Felo Search 스킬의 핵심 기능

이 기능들은 신선도, 출처 가시성, 재사용성이 원시 링크 목록보다 중요한 최신 답변 워크플로를 위해 조정되었습니다.

실시간 웹 검색

출시, 가격, 날씨, 문서, 속보를 질문하고 출처 인용 최신 답변을 받습니다.

자연스러운 자동 트리거

'최신', '오늘', '비교', '어디서', '방법' 같은 시간에 민감한 프롬프트에 스킬이 자동으로 활성화됩니다.

다국어 지원

영어, 중국어, 일본어, 한국어 쿼리를 자동으로 감지하고 같은 언어로 답변합니다.

일관된 Agent 출력

노이즈 많은 링크 목록 대신 워크플로가 요약·비교·전달할 수 있는 읽기 쉬운 브리프를 반환합니다.

Felo Search 스킬 사용 시점

시간에 민감한 리서치, 릴리스 노트 확인, 가격 비교, 그리고 신선도가 답변을 바꾸는 모든 워크플로에 가장 적합합니다.

Developer research with felo-search

개발자 리서치

상황: 코딩 전에 최신 프레임워크 릴리스 노트나 중요한 API 변경 사항을 확인합니다.
최신 Stripe 가격 변경 사항을 요약하고 공식 출처를 인용합니다.
Market monitoring with felo-search

시장 모니터링

상황: 회의 전에 최신 투자 유치 뉴스, 카테고리 트렌드, 경쟁사 업데이트를 수집합니다.
현재 AI 노트 도구를 비교하고 가격 차이를 강조합니다.
Travel and local search with felo-search

여행 및 로컬 검색

상황: 오사카 최고의 라멘집이나 오늘 날씨를 빠르게 출처와 함께 확인합니다.
오늘 도쿄 날씨를 찾고 공식 예보 출처를 연결합니다.

Get the Felo Search skill running in Codex in 3 steps

Install the skill, set your API key, and start pulling live web answers into Codex workflows.

1

Install via npm or git clone

Run npm install -g felo-ai for all skills at once, or clone the repo and copy felo-search into ~/.codex/skills/.

2

Set the API key

Export your Felo API key so the skill can connect to the live search backend.

3

Run a live search

Ask Codex about current pricing, release notes, or documentation and get a cited brief you can act on.

팀이 Felo Search 스킬을 계속 사용하는 이유

실시간 웹 검색이 시간에 민감한 질문을 추측에서 벗어나게 해주기 때문에 팀은 계속 사용합니다.

★★★★★
“가격, 정책, 출시 타이밍이 걸린 문제에서는 항상 Felo Search를 먼저 씁니다. 오래된 가정이 아닌 최신 링크를 주기 때문입니다.”
Daniel Park
Daniel Park
경쟁 인텔리전스 매니저
★★★★★
“RevOps 팀은 모든 리더십 회의 전 빠른 시장 조사와 출처 인용 요약에 이것을 의존합니다.”
Rachel Morgan
Rachel Morgan
레버뉴 오퍼레이션스 리드
★★★★★
“워크플로를 벗어나지 않고 최신 문서, 릴리스 노트, 제품 변경이 필요할 때마다 엔지니어링 시간을 절약해줍니다.”
Vik Patel
Vik Patel
개발자 경험 리드

Felo Search 스킬의 중요한 성과

24/7
실시간 공개 웹 컨텍스트
브리프 1개
링크 난립 대신
클릭 2번
답변에서 출처까지
오래된 정보 0개
현재 워크플로에서

Felo Search Codex skill FAQ

How do I install the Felo Search skill in Codex?
Run npm install -g felo-ai to get all Felo skills, or clone the repo and copy the felo-search folder to ~/.codex/skills/. Then set your FELO_API_KEY environment variable.
Does the Felo Search Codex skill work offline?
No. It queries the live web through the Felo API, so an internet connection and a valid API key are required.
What kind of queries does it handle?
Any question where the answer depends on current public information: pricing, release notes, documentation, news, weather, and competitor updates.
Can I use it alongside other Codex skills?
Yes. Felo Search works independently and can be combined with felo-livedoc, felo-web-fetch, or any other skill in the same Codex session.

Add live web search to Codex with Felo Search

Install felo-search so Codex can pull current, cited answers for research, coding, and market intelligence.

Get Felo API KeyBrowse API Docs

One API key covers every Felo skill in Codex. Install once, use across all your research workflows.

모든 문서. 함께. 계속 진화

  • Felo Enterprise
  • Felo Agent
  • Felo LiveDoc
  • LLM Playground
  • API 문서
도구
  • Research
  • X Research
  • AI Slides
  • AI Presentation Maker
  • AI Pages
  • AI Designer
  • AI 로고 생성기
  • AI 포스터 생성기
  • AI Images
  • GPT-Image 2 Generator
  • Nano Banana Pro
  • Voice Note
Skills
  • Claude Code 디렉터리
  • felo-search
  • felo-slides
  • felo-web-fetch
  • felo-youtube-subtitling
  • felo-x-search
  • felo-livedoc
  • felo-superagent
  • felo-content-to-slides
  • Website Screenshot Agent
  • OpenClaw 디렉터리
  • felo-search
  • felo-slides
  • felo-web-fetch
  • felo-youtube-subtitling
  • felo-x-search
  • felo-livedoc
  • felo-superagent
  • felo-content-to-slides
  • Website Screenshot Agent
  • Hermes Agent 디렉터리
  • felo-search
  • felo-slides
  • felo-web-fetch
  • felo-youtube-subtitling
  • felo-x-search
  • felo-livedoc
  • felo-superagent
  • felo-content-to-slides
  • Website Screenshot Agent
  • Codex Skills
  • felo-search
  • felo-slides
  • felo-web-fetch
  • felo-youtube-subtitling
  • felo-x-search
  • felo-livedoc
  • felo-superagent
  • felo-content-to-slides
  • Website Screenshot Agent
  • 블로그
  • 도움말 / FAQ
  • 릴리스 업데이트
  • 상업적 고지
  • 개인정보 처리방침
  • 이용 약관
  • About us
  • X
  • Discord
  • YouTube
  • 오픈 소스

© 2026 Felo AI. All rights reserved.