Integrated Manufacturing Consulting
Analysis
The skill mostly fits a consulting-report generator, but it also describes automatic triggering, self-evolution, local skill scanning, and persistent logs that users should review carefully.
Findings (7)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
用户上传任何内容时,自动触发此技能进行专业报告生成。
This tells the agent to invoke the skill for any upload, not only when the user asks for a consulting report, creating an overbroad trigger.
每日扫描 ~/.workbuddy/skills/ 发现新技能 ... 自动更新技能生态矩阵 ... 每次执行后写入进化日志
The skill describes recurring autonomous scanning, automatic updates, and activity after each execution, which extend beyond a single user-directed report task.
subprocess.run(["markitdown", file_path], capture_output=True, text=True, timeout=120)
The helper runs a local document-conversion command on user-supplied files; this is central to document extraction but is still local command execution.
compatibility: Requires Python 3.9+, pip, python-pptx, lxml, python-docx, reportlab.
The skill documents package/runtime dependencies while the registry requirements and install spec declare none, creating an under-declared setup/provenance gap.
去AI味润色 — 集成 humanizer-zh 去除AI痕迹
The wording encourages removing visible AI traces rather than simply improving readability, which may affect how recipients judge authorship.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
追踪布局模式使用频率...记录每次执行错误与修复...每次执行后写入进化日志,供后续参考
The artifact describes persistent execution-derived records reused later, without clear boundaries on what is stored, retained, or trusted.
identify_research_needs(extracted_text) ... 依赖: WebSearch + WebFetch 工具链
The research helper builds research needs from extracted document text and expects WebSearch/WebFetch integration; this is purpose-aligned but involves external provider/tool flows.
