ioc-patrol-report

为 IOC(智能运营中心)生成智能巡检报告。自动分析设备状态、报警记录、能耗数据,生成专业的巡检日报/周报。支持连接 PostgreSQL 数据库读取实时数据,输出 Markdown/HTML 报告。适用于物业管理、商业综合体、工业园区等场景。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ioc-patrol-report" with this command: npx skills add onlyloveher/ioc-patrol-report

IOC 智能巡检报告

为智能建筑/园区自动生成专业巡检报告。

功能

  • 设备状态巡检:分析设备在线率、故障分布
  • 报警处理分析:统计报警数量、响应时长、处理率
  • 能耗数据分析:对比昨日/上周能耗,识别异常
  • 工单进度追踪:统计工单完成率、SLA 达成情况
  • 智能建议生成:基于数据生成运维建议

使用方法

1. 配置数据源

编辑 ~/.openclaw/skills/ioc-patrol-report/config.yaml

database:
  host: localhost
  port: 5432
  name: ioc_db
  user: admin
  password: ${DB_PASSWORD}

tables:
  devices: devices
  alarms: alarms
  work_orders: work_orders
  energy: energy_records

2. 生成日报

# 生成今日巡检报告
uv run scripts/generate_report.py --type daily --date 2026-03-10

# 生成本周巡检报告
uv run scripts/generate_report.py --type weekly --week 2026-W10

3. 读取报告

# 查看生成的报告
read ~/.openclaw/skills/ioc-patrol-report/reports/daily-2026-03-10.md

报告模板

报告模板位于 assets/report-template.md,可自定义:

  • 公司 Logo
  • 报告标题格式
  • 重点关注指标
  • 建议模板

进阶:自定义分析规则

编辑 scripts/analyze.py 添加自定义分析逻辑:

# 示例:添加自定义 KPI
def custom_kpi(df):
    return df['value'].mean() * 1.2

参考

  • IOC 系统知识:references/ioc-knowledge.md
  • 数据库表结构说明:references/db-schema.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated