← Back to Skills Marketplace
PV Inspection
by
shendingyi
· GitHub ↗
· v1.0.0
· MIT-0
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pv-inspection
Description
光伏电站巡检报告生成技能。支持创建标准化巡检报告、记录缺陷问题、统计汇总数据、导出 Word/PDF 格式。使用场景:(1) 生成每日/周/月巡检报告,(2) 记录电站缺陷和隐患,(3) 统计发电量数据,(4) 导出格式化报告文档。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pv-inspection - After installation, invoke the skill by name or use
/pv-inspection - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
pv-inspection 1.0.0 初始版本发布:
- 支持光伏电站巡检报告的标准化生成,包括日报、周报、月报模板。
- 可记录设备缺陷、安全隐患,并自动分级、生成整改建议和跟踪历史缺陷。
- 支持发电量统计、设备状态汇总及巡检覆盖率分析。
- 报告可导出为 Word/PDF 格式,并通过指定方式发送(如飞书、邮件)。
- 提供自动化脚本和灵活配置,简化不同电站的日常运维管理。
Metadata
Frequently Asked Questions
What is PV Inspection?
光伏电站巡检报告生成技能。支持创建标准化巡检报告、记录缺陷问题、统计汇总数据、导出 Word/PDF 格式。使用场景:(1) 生成每日/周/月巡检报告,(2) 记录电站缺陷和隐患,(3) 统计发电量数据,(4) 导出格式化报告文档。 It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install PV Inspection?
Run "/install pv-inspection" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PV Inspection free?
Yes, PV Inspection is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PV Inspection support?
PV Inspection is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PV Inspection?
It is built and maintained by shendingyi (@shendingyi); the current version is v1.0.0.
More Skills