用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill rag-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Read the plant-floor Azure IoT surface — device twins (spindles, conveyors, robotic arms, vision systems), time-series telemetry with pre-annotated alarms, downtime events with cause codes and lot ids, and per-line OEE rollups (Availability × Performance × Quality).
Share generated files (PDFs, charts, CSVs) with Frank by writing them to /tmp and referencing the absolute path. The frontend auto-converts /tmp paths into download links.
Build the downloadable incident brief PDF — cover + KPI strip + OEE chart + downtime timeline + root-cause narrative + supplier/material signals + recommended actions + sign-off, per SOP §7.1. Renders via the inline HTML template + Playwright.
基于 SOC 职业分类
正在显示 SKILL.md
| name | rag-search |
| description | Azure AI Search knowledge base |
| enabled | true |
| index_name | knowledge-base |
When the user asks about internal policies, documentation, procedures, or knowledge base content, use the rag_search tool to retrieve relevant content from the Azure AI Search knowledge base.
IMPORTANT: Always pass index_name: "knowledge-base" when calling rag_search. This is the dedicated search index for the generic knowledge base.
Use this skill when the user's question relates to:
Do NOT use for: real-time web data (→ web_search), calculations (→ code_interpreter).
Results contain: title, content, source, page, relevance score.
Combine RAG search with other skills for richer answers:
rag_search → document_summary to condense retrieved contentrag_search → code_interpreter to analyze data referenced in docsrag_search → web_search to check if internal info is still currentrag_search → email_draft to compose a response grounded in policyIf the search returns an error or no results:
web_search as a fallback if appropriate