Inspirations
PassAudited by ClawScan on May 14, 2026.
Overview
This instruction-only skill is a local idea-capture tool that writes user inspirations to workspace Markdown files, with no code, credentials, or network behavior shown.
This appears safe for its intended purpose as an automatic local inspiration logger. Before installing, be aware that inspiration-like messages may be saved verbatim under workspace/inspirations/, so avoid including secrets or sensitive personal information unless you are comfortable keeping it there.
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.
Using the skill will create or update files in the workspace when the agent recognizes inspiration-like input.
The skill instructs the agent to create inspiration files and append monthly index records. This is local file mutation, but it is clearly disclosed and scoped to the stated workspace directory.
文件路径:`workspace/inspirations/{filename}` ... 每月末在 `YYYY-MM.md` 文件中追加一条索引记录。Use it if you want automatic local note capture; periodically review workspace/inspirations/ and use the documented modify/delete correction flow when needed.
Ideas, reflections, and any sensitive text included in a captured message may remain in local workspace files.
The skill stores the user's original input verbatim in persistent Markdown notes. This is expected for an inspiration logger, but it may preserve sensitive thoughts or details if the user includes them.
## 原始记录
{用户的原始输入,逐字保留}Avoid including secrets or private data in captured inspirations, and review or delete saved notes if they contain sensitive information.
