用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill operational-dashboard-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | operational-dashboard-generator |
| description | Real-time operational performance dashboard skill with KPI visualization and alerting |
| allowed-tools | ["Read","Write","Glob","Grep","Edit"] |
| metadata | {"specialization":"operations","domain":"business","category":"operational-analytics"} |
| graph | {"domains":["domain:operations"],"skillAreas":["skill-area:data-analytics","skill-area:data-visualization","skill-area:business-analysis"],"workflows":["workflow:vendor-onboarding","workflow:vendor-evaluation"],"roles":["role:operations-analyst","role:bi-developer","role:business-analyst"]} |
The Operational Dashboard Generator skill provides comprehensive capabilities for creating real-time operational performance dashboards. It supports KPI definition, visual management displays, trend analysis, and alert configuration.
skill: operational-dashboard-generator
inputs:
dashboard_type: "operations_center" # executive | operations_center | shop_floor
kpis:
- name: "OEE"
target: 85
warning_threshold: 75
critical_threshold: 65
calculation: "(availability * performance * quality)"
- name: "On-Time Delivery"
target: 98
warning_threshold: 95
critical_threshold: 90
calculation: "(on_time_orders / total_orders) * 100"
data_sources:
- type: "mes"
connection: "mes_api"
- type: "erp"
connection: "sap_bapi"
refresh_rate: 60 # seconds
outputs:
- dashboard_definition
- visualization_specs
- alert_configuration
- data_model
-
| KPI | Definition | Target |
|---|---|---|
| OEE | Equipment effectiveness | >85% |
| Throughput | Units per hour | Per plan |
| Yield | Good units / Total units | >99% |
| Cycle Time | Time per unit | At takt |
| KPI | Definition | Target |
|---|---|---|
| First Pass Yield | Pass first time | >98% |
| Defect Rate | Defects per million | <1000 |
| Scrap Rate | Scrap cost % | <1% |
| Customer Complaints | Per period | Trending down |
| KPI | Definition | Target |
|---|---|---|
| On-Time Delivery | % shipped on time | >98% |
| Lead Time | Order to ship | Per commitment |
| Schedule Attainment | Actual vs. plan | >95% |
| Backlog | Past due orders | Zero |
| Level | Threshold | Action |
|---|---|---|
| Info | Near target | Monitor |
| Warning | Below target | Investigate |
| Critical | Significantly below | Immediate action |