Clipboard Knowledge Capture
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears coherent and low-risk: it structures clipboard text into local notes, with only disclosed local Python/file handling and warnings about sensitive content.
Before installing, confirm you are comfortable with a local Python helper processing specified input and optional output files. Use it for reviewable note drafts, not for saving plaintext secrets or sensitive clipboard contents.
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.
If used with shell access, the skill can process the input file and create an output file on the local machine.
The skill discloses optional execution of a bundled local Python helper. This is expected for generating structured output, but it still means the agent may run local code and read/write user-specified files.
如运行环境允许 shell / exec,可使用:
- `python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>`Run it only on intended files, choose an output path you recognize, and review the generated Markdown before adding it to a knowledge base.
Clipboard text may be retained in local notes; if the clipboard contains secrets, personal data, or confidential material, that content could be preserved unintentionally.
The core purpose is to turn clipboard snippets into local knowledge-base material, and the artifact explicitly warns against saving plaintext sensitive keys.
把剪贴板片段沉淀到本地知识库... 不要保存敏感密钥明文
Redact secrets and personal or confidential details before capture, and keep source information so saved notes remain auditable.
