← 返回 Skills 市场
PV Inspection
作者
shendingyi
· GitHub ↗
· v1.0.0
· MIT-0
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pv-inspection
功能描述
光伏电站巡检报告生成技能。支持创建标准化巡检报告、记录缺陷问题、统计汇总数据、导出 Word/PDF 格式。使用场景:(1) 生成每日/周/月巡检报告,(2) 记录电站缺陷和隐患,(3) 统计发电量数据,(4) 导出格式化报告文档。
安全使用建议
This skill appears to implement report generation and defect logging, but before installing or running it: (1) Review and if needed change the hard-coded output/data paths (/home/admin/.openclaw/...) to a safe, writable directory for your environment; (2) Be aware the scripts use simulated data — connect or implement data ingestion from your actual monitoring system if you expect real generation; (3) The SKILL.md refers to sending via Feishu/email and to additional files that are not in the bundle — verify or implement those integrations yourself; (4) Install python-docx if you need Word export; (5) Run the scripts in a sandbox first and inspect generated files (reports and defects.json) to ensure no sensitive data is read or written unexpectedly. If you need higher assurance, ask the author for the missing files and for configurable paths and explicit sending/integration implementations.
功能分析
Type: OpenClaw Skill
Name: pv-inspection
Version: 1.0.0
The skill bundle is a legitimate tool for generating photovoltaic station inspection reports. The Python scripts (generate_report.py, generate_word_report.py, and log_defect.py) perform standard file operations within a local workspace and lack any indicators of data exfiltration, remote execution, or malicious intent. The documentation in SKILL.md and templates are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description align with included scripts (report generation, defect logging, Word export). However the SKILL.md mentions sending reports to Feishu/email and obtaining data from a monitoring system, while the scripts only use simulated data and do not implement sending. Also some referenced helper scripts/templates described in SKILL.md (e.g., scripts/summarize_data.py, references/config.md, assets template files like daily_template.docx) are not present in the bundle.
Instruction Scope
Runtime instructions ask the agent to 'query monitoring system' and 'send to Feishu/email', but the provided scripts do not fetch external monitoring data or perform any network/send operations. The SKILL.md also instructs storing templates/configs in specific files that are missing — this gap gives the agent broad discretion (manual steps) and could cause accidental use of simulated data or misrouting of reports.
Install Mechanism
No install spec; this is an instruction-and-scripts-only skill. That reduces supply-chain risk — nothing is downloaded or executed at install time beyond the included Python scripts. One dependency (python-docx) is optional and handled via ImportError message in the code.
Credentials
The skill requests no environment variables or credentials, which is consistent with its description. The scripts do, however, write files to an absolute path (/home/admin/.openclaw/workspace/pv-inspection/...), which presumes a particular runtime user and directory layout; this is an implicit environmental requirement that is not declared.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills. It does persist reports and defect JSON to disk in hard-coded locations under /home/admin, which is persistent but limited to its own workspace. Hard-coded absolute paths increase the chance of accidental writes to unexpected locations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pv-inspection - 安装完成后,直接呼叫该 Skill 的名称或使用
/pv-inspection触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
pv-inspection 1.0.0 初始版本发布:
- 支持光伏电站巡检报告的标准化生成,包括日报、周报、月报模板。
- 可记录设备缺陷、安全隐患,并自动分级、生成整改建议和跟踪历史缺陷。
- 支持发电量统计、设备状态汇总及巡检覆盖率分析。
- 报告可导出为 Word/PDF 格式,并通过指定方式发送(如飞书、邮件)。
- 提供自动化脚本和灵活配置,简化不同电站的日常运维管理。
元数据
常见问题
PV Inspection 是什么?
光伏电站巡检报告生成技能。支持创建标准化巡检报告、记录缺陷问题、统计汇总数据、导出 Word/PDF 格式。使用场景:(1) 生成每日/周/月巡检报告,(2) 记录电站缺陷和隐患,(3) 统计发电量数据,(4) 导出格式化报告文档。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 PV Inspection?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pv-inspection」即可一键安装,无需额外配置。
PV Inspection 是免费的吗?
是的,PV Inspection 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PV Inspection 支持哪些平台?
PV Inspection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PV Inspection?
由 shendingyi(@shendingyi)开发并维护,当前版本 v1.0.0。
推荐 Skills