ワンクリックで
rag
Retrieval-augmented generation for accurate, grounded Q&A. Combines search with LLM generation for factual answers with citations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Retrieval-augmented generation for accurate, grounded Q&A. Combines search with LLM generation for factual answers with citations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Data analysis and insights generation. Analyze documents, extract entities, classify content, and generate reports.
Manage and monitor data source integrations. List connectors, check sync status, and trigger syncs.
Document management and analysis. List, retrieve, and analyze indexed documents across all connected sources.
Enterprise search across all connected data sources. Provides hybrid semantic + keyword search, similar document finding, and search analytics.
| name | rag |
| description | Retrieval-augmented generation for accurate, grounded Q&A. Combines search with LLM generation for factual answers with citations. |
| category | rag |
| version | 1.0.0 |
| tools | ["rag_answer","rag_verify","rag_pure_answer","rag_pure_verify"] |
| triggers | {"keywords":["answer","explain","what is","how does","why","summarize"]} |
| examples | [{"input":"What is our vacation policy?"},{"input":"Explain the authentication flow"},{"input":"Summarize the Q3 earnings report"}] |
Retrieval-Augmented Generation for accurate, grounded answers from enterprise data.
rag_answer - Generate grounded answers with full context
rag_verify - Verify claims against source documents
rag_pure_answer - Minimal RAG answer without tool context
rag_pure_verify - Minimal claim verification
Every answer must be grounded in source documents:
Use inline citations: "The vacation policy allows 20 days PTO [HR Policy Doc, Section 3.2]"