用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill activity-timeline命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | activity-timeline |
| description | Summarise recent activities (calls, meetings, emails) logged against an account |
| enabled | true |
Use this skill when the user asks "what was our last touch with X?", "summarise recent activity on X", or wants context on where a conversation left off.
salesforce_list_activities_by_account with account_id and optional limit (default 10).
If the user gave a company name, resolve via salesforce_search_accounts_by_name first.
Render newest-first as a compact timeline:
# Recent activity — {Account Name}
- **2026-05-18 · Call** · Champion sync — Priya Rao
Confirmed CFO support; expects MSA sign by 6/15. *(Alex Rivera)*
- **2026-05-14 · Email** · Analytics proposal v2
Sent revised proposal with 3-yr pricing. Awaiting procurement red-lines. *(Alex Rivera)*
- **2026-05-08 · Meeting** · QBR with CFO + FP&A
CFO confirmed expansion budget approved. *(Alex Rivera)*
Resolve owner_user_id to a name via salesforce_get_user for each unique owner (cache the resolution within the response — don't call once per row).
limit: 50, filter client-side by date.summary field is the source of truth; quote or paraphrase it tightly.