快速笔记
PassAudited by ClawScan on May 10, 2026.
Overview
This is a simple local note-taking skill whose file writes and delete command are disclosed and scoped to its own notes folder.
This skill appears safe for ordinary quick notes. Be aware that notes are saved locally in `~/.quick-notes`, and the `note clear` command deletes that folder's notes.
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.
Anything saved as a note will remain in local files until the user deletes it.
The skill clearly discloses persistent local storage of notes under the user's home directory.
笔记默认存储在 `~/.quick-notes/` 目录下,按日期分文件存储。
Avoid storing highly sensitive secrets in these notes unless you are comfortable with them being kept as local files.
Running the clear command will delete all notes stored by this skill.
The script includes a delete operation, but it is scoped to the configured notes directory and is also documented in SKILL.md as `note clear`.
clear)\n rm -rf "$NOTES_DIR"\n echo "所有笔记已清空"
Use `note clear` only when you intentionally want to remove all quick notes; consider backing up important notes first.
