{{ data.agent.name }} · 数据截至 {{ data.generated_at[:10] }}
需要更多 Skill 运行记录后才能生成评分分布。
至少需要 2 天的上报数据才能展示趋势。请确认定时任务正常运行并上报数据。
| # | Skill | 综合评分 | 等级 | 成功率 | 平均响应 | 满意度 | 稳定性 |
|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ s.skill_id }} |
{{ '%.1f' % s.total_score }}
|
{{ s.grade }} | {{ '%.0f%%' % s.success_rate if s.success_rate is not none else '-' }} | {{ '%.0f ms' % s.response_time if s.response_time is not none else '-' }} | {{ '%.1f/5' % s.satisfaction if s.satisfaction else '-' }} | {{ '%.2f' % s.stability if s.stability is not none else '-' }} |
多使用 Skills 后将自动生成性能排行。
等待 Agent 上报数据。
当前安装结构较完整,或尚未生成推荐数据。
运行 skills-monitor diagnose 或等待定时任务触发诊断。