Codex スキル · ドキュメント検索

Felo LiveDoc Codex スキル

Felo LiveDoc gives Codex a persistent RAG layer over your private documents, PDFs, and URLs. Build a knowledge base once and query it across sessions so your terminal agent stops relying on re-pasted context.

Codex Private knowledge retrieval
felo livedoc retrieve support-knowledge --query "What are the SSO requirements?"
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 grounded answers from private documents, not just model memory or one-off context.

Codex skill
document retrieval & RAG
npm install
one-command setup
Persistent
knowledge across sessions
Semantic
retrieval over keyword matching

Felo LiveDoc がナレッジベース検索に必要な理由

仕様書、PDF、URL、社内文書は、セッションをまたいで保持できる検索レイヤーがなければ分断されたままです。

重要文書が散らばったまま

ポリシー、仕様書、PDF、URL が多くの場所に散在し、共通の検索レイヤーがありません。

セッション記憶は不安定

どれだけ良い会話履歴でも、繰り返し使える安定した知識ベースにはなりません。

キーワードだけでは意図を外す

チームに必要なのは、単なる単語一致ではなく正しい箇所を見つけるセマンティック検索です。

Felo LiveDoc がナレッジベース検索をどう改善するか

felo-livedoc は散在するファイルやリンクを持続的なセマンティック知識ベースへ変え、回答、メモ、サポート業務を信頼できる資料に結びつけます。

  • 知識ベース管理:チーム、プロジェクト、トピック単位で名前付き LiveDoc を作成・一覧・更新・削除できます。
  • 複数コンテンツ対応:テキスト、URL、PDF、アップロードファイルを追加し、自動でインデックス化できます。
  • セマンティック検索:自然言語で質問し、キーワード一致ではなく最も関連する箇所を取得できます。
  • 検索前ルーティング:最も合う資料を先に特定し、その対象だけから取得して結果を速くします。
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 LiveDoc skill in Codex

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

How to install the Felo LiveDoc skill in Codex

Codex

Give Codex a persistent document retrieval layer so your agent can query private knowledge bases, internal docs, and stored references without re-pasting context every 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-livedoc ~/.codex/skills/
Read Felo API Docs

Felo LiveDoc スキルの主要機能

これらの機能は、持続的な知識、文書に基づく根拠、そして再利用できるほど信頼できる回答を必要とするチーム向けです。

知識ベース管理

チーム、プロジェクト、トピック単位で名前付き LiveDoc を作成・一覧・更新・削除できます。

複数コンテンツ対応

テキスト、URL、PDF、アップロードファイルを追加し、自動でインデックス化できます。

セマンティック検索

自然言語で質問し、キーワード一致ではなく最も関連する箇所を取得できます。

検索前ルーティング

最も合う資料を先に特定し、その対象だけから取得して結果を速くします。

Felo LiveDoc スキルを使う場面

サポート知識、技術文書、ポリシー検索、調査アーカイブ、そして安定したソース根拠に依存するあらゆるワークフローに最適です。

Project docs assistant with felo-livedoc

プロジェクト文書アシスタント

背景: 大規模な技術仕様書や社内ハンドブックを自然言語の質問で検索する。
製品仕様書を保存し、認証要件を検索してください。
Research library with felo-livedoc

リサーチライブラリ

背景: 論文や記事を 1 つの検索可能な AI ナレッジベースに集約する。
このサポート質問を、回答前に最適な文書へ振り分けてください。
Policy and HR answers with felo-livedoc

ポリシー・人事回答

背景: 繰り返し発生するポリシー関連の質問を公式文書に基づいて回答する。
競合ページを LiveDoc に追加し、後で価格戦略の記述を抽出してください。

Get the Felo LiveDoc skill running in Codex in 3 steps

Install the skill, set your API key, and start building a queryable knowledge base from your own documents.

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-livedoc 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 document indexing and retrieval backend.

3

Create and query a knowledge base

Ask Codex to create a LiveDoc from your files or URLs, then query it with natural-language questions and get grounded answers tied to the source material.

チームが Felo LiveDoc スキルを使い続ける理由

チームが使い続けるのは、根拠ある回答には賢いモデルだけでなく、信頼できる文書レイヤーが必要だからです。

★★★★★
すべての回答が正しいソース文書に遡れるので、サポートと運営チームは回答をより信頼しています。
Rachel Morgan
Rachel Morgan
★★★★★
人事部門は、繰り返しのリクエストで埋まる別の受信トレイを作らずにポリシーの質問に答えるために使っています。
Haruka Tanaka
Haruka Tanaka
★★★★★
エンジニアがフォルダを探し回る代わりに質問できるようになったので、製品ドキュメントが社内でずっと使いやすくなりました。
Vik Patel
Vik Patel

Felo LiveDoc スキルの重要な成果

永続的
セッションを超えた知識
セマンティック
完全一致を超えた検索
マルチソース
コンテンツ取り込み
根拠付き
信頼性の高い作業向け出力

Felo LiveDoc Codex skill FAQ

How do I install the Felo LiveDoc skill in Codex?
Run npm install -g felo-ai to get all Felo skills at once, or copy the felo-livedoc folder to ~/.codex/skills/. Then export your FELO_API_KEY environment variable.
What types of documents can I index?
You can add text, URLs, PDFs, and uploaded files. The skill indexes them automatically so you can query with natural-language questions.
Does the knowledge base persist between Codex sessions?
Yes. Once you create a LiveDoc, it stays available across sessions until you delete it. No need to re-upload or re-index.
When should I use LiveDoc instead of Felo Search in Codex?
Use LiveDoc when the source of truth is your own stored documents. Use Felo Search when you need current public information from the live web.

Give Codex a private knowledge base with Felo LiveDoc

Install felo-livedoc so Codex can build, manage, and query persistent document collections for grounded answers.

One API key covers every Felo skill in Codex. Build a knowledge base once and query it whenever your agent needs grounded answers.