用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill vip-watchlist命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | vip-watchlist |
| description | Brief the agent on all open VIP tickets — what's blocking each, who's working it, SLA status |
| enabled | true |
Use this skill when the user asks about VIP tickets, exec-level issues, or "what's hot right now?" (e.g. "Brief me on the open VIP tickets", "Anything blocking the execs?", "What's the VIP queue look like?").
servicenow_list_tickets with vip_only: true and (typically) state not in Resolved, Closed, Cancelled — call once for each non-terminal state, or omit state and filter client-side.servicenow_list_work_notes(ticket_id) to surface the latest agent noteservicenow_get_user(caller_id) to put a name on the callerSort by SLA risk: sla_breach: true first, then P1, then P2, then by opened_at ascending (oldest first within each band).
# 🔴 VIP Watchlist — {N} open tickets
## SLA-breaching ({M})
### INC-7002 · P1 · Outlook on iPhone keeps disconnecting
- **Caller**: Diana Whitfield (USR-1001) — CEO
- **Owner**: Bea Lindgren (AGT-302), Mobile Productivity
- **Opened**: 3 hours ago (06:50 UTC) — **breaching**
- **Latest note**: "Intune shows the device pending a config-profile push from this morning's tenant change. Likely root cause."
- **Linked KB**: KB-211 (VIP playbook), KB-204 (Outlook iOS Modern Auth)
## P1 / P2 in flight (not yet breaching)
- _(none right now)_
## Recommendations
- INC-7002 needs an exec-IT briefing update per KB-211 — last status was 30+ minutes ago.
- Consider paging on-call manager if the Intune push doesn't land in the next 15 minutes.
servicenow_search_users_by_name, then servicenow_list_tickets filtered by caller_id instead of vip_only.