用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill queue-overview命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | queue-overview |
| description | List the open ticket queue for an assignment group or agent, sorted by priority and age |
| enabled | true |
Use this skill when the user asks about a queue, their team's workload, or "what's on Aaron's plate?" (e.g. "Show me Identity & Access open queue", "What's Aaron Cole working on?", "Network tickets pending tonight").
servicenow_list_tickets with one or more of:
assignment_group — queue name (Identity & Access, Endpoint, Network, Mobile Productivity, Collaboration Tools, IT Provisioning)assigned_to — AGT-* id of a specific agentstate — typically omit to show all non-terminal, then filter client-sideSort by priority (P1 → P4), then by opened_at ascending. Show 1 row per ticket:
# {Queue or Agent} — Open Queue ({N} tickets)
| # | Priority | Ticket | Caller | State | Age |
|---|---|---|---|---|---|
| 1 | P1 | INC-7002 — Outlook on iPhone… | Diana Whitfield 🔴 VIP | In Progress | 3h |
| 2 | P2 | INC-7004 — Plant Wi-Fi dropping… | Wes Park | In Progress | 5h |
| 3 | P3 | INC-7001 — Workday MFA loop | Jamal Carter | In Progress | 2h |
| 4 | P3 | INC-7003 — Slack channel missing | Theo Nakamura | New | 19h |
Mark VIP callers with a 🔴 badge.
Summary line: **N open · X P1/P2 · Y breaching SLA · Z unassigned**.