소스 정보
- 저장소
- kmavrodis/kratos-agent
- 최근 소스 활동
- 2026년 4월 29일 13:10
- 감지된 SKILL.md 언어
- 영어
- 스타
- 24
- 포크
- 17
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/kmavrodis/kratos-agent --skill crm명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | crm |
| description | Search and retrieve insurance customer profiles and policy details from the CRM system |
| enabled | true |
When the user asks about an insurance customer, policyholder, or their policies, use this skill to retrieve customer and policy data from the CRM.
IMPORTANT: Always call the crm tool with domain: "insurance" for this use-case.
Determine how to search based on what the user provides:
| User provides | Tool parameters | Example |
|---|---|---|
| A name or partial name | domain: "insurance", action: "search_name", query: "<name>" | "Look up John Doe", "find customer Schneider" |
| A customer ID | domain: "insurance", action: "search_id", query: "<clientID>" | "Get customer 987654321" |
| Request for full policy details | domain: "insurance", action: "policies", query: "<clientID>" | "Show all policies for 987654321" |
| General overview | domain: "insurance", action: "list" | "List all insurance customers" |
action: "policies".When displaying customer information, organize it clearly:
Personal Details
Policy Summary
When the user asks for full policy details, use action: "policies" and present each policy clearly.
Include:
rag-search for policy wording or exclusionsrag-search for the authoritative policy language.