用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill daily-schedule命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | daily-schedule |
| description | Pull a clinician's schedule for a date and produce one-line summaries for each patient |
| enabled | true |
Use this skill when the user asks for today's clinic schedule, tomorrow's schedule, or a brief on the list of patients they're seeing (e.g. "Brief me on my patients for 2 June", "What's my clinic look like today, I'm Dr. Solomon", "Who am I seeing tomorrow?").
epic_get_practitioner to confirm and pull their department.epic_list_practitioner_schedule(practitioner_id, from_date, to_date) — same date for both.
For each Booked or Planned encounter, in parallel:
epic_get_patient(patient_id) — name, DOB, MRNepic_list_conditions(patient_id) — active problem list (default — include_resolved: false)epic_list_allergies(patient_id) — any severe allergies to flag# 2 June 2026 — Dr. Aniyah Solomon (Internal Medicine, Adult Primary Care)
## Schedule (3 patients)
### 10:00 · ENC-200003 · Office Visit · 30 min
**Eleanor Hsu (PAT-100001, MRN-100001)** — F, 78 (DOB 12 Mar 1948)
- **Reason today:** Follow-up — BP not at goal on current regimen
- Active problems: HTN, T2DM, ASCVD (post-MI 6 months ago)
- Allergies: ⚠️ Penicillin (moderate, rash)
### 10:45 · ENC-200102 · Office Visit · 25 min
**Marcus Bell (PAT-100002, MRN-100002)** — M, 44 (DOB 4 Sep 1981)
- **Reason today:** Follow-up after antibiotic course (acute bronchitis)
- Allergies: 🔴 Sulfa drugs (severe, hives + swelling)
### 16:30 · ENC-200501 · Office Visit · 30 min
**George Achterberg (PAT-100006, MRN-100006)** — M, 70 (DOB 22 Jul 1955)
- **Reason today:** Chronic kidney disease follow-up + A1C check
- Active problems: CKD stage 3, T2DM (with hyperglycemia), HTN
start time.