chapter-manual
Analysis
This instruction-only skill is coherently focused on turning user-specified documents into a structured handbook, with expected file reading and editing behavior.
Findings (2)
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.
读取用户指定目录下的所有 .md 文件 ... 如果用户提供了 URL 链接,使用 WebFetch 工具抓取内容
The skill directs the agent to read many local Markdown files from a user-selected directory and optionally fetch URL content. This is expected for building a handbook, but users should ensure they choose the intended directory and links.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
保留关键细节:重要的数据、公式、配置项、代码示例要完整保留
The handbook may persist detailed summaries, data, configuration values, and code examples from source materials. This is purpose-aligned, but it can retain sensitive information if such content is present in the inputs.
