用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill crm命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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.