安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent with a local note-taking tool: it stores notes under ~/.local/share/quicknote, has no network calls, no unusual env/credentials, and no install step — it appears to do what it says.
评估建议
This skill appears to be a straightforward local note tool. Before installing, review the included script (scripts/script.sh) yourself — it will create and write files under ~/.local/share/quicknote and log actions to history.log. There are no network calls or credential requests in the visible code. Note the SKILL.md command list is shorter than the script's implemented commands — that's not inherently malicious but you may want to inspect the rest of the script (it was truncated in the package...详细分析 ▾
✓ 用途与能力
Name, description, and included script all implement a local note-taking tool that writes log files under $HOME/.local/share/quicknote. The scope of requested resources (local files only) matches the stated purpose.
ℹ 指令范围
SKILL.md directs the agent to use quicknote commands; the provided script implements many note-related commands (add, search, export, status, etc.). There is a minor mismatch: SKILL.md's command list is shorter than the script's full command set (the script contains additional commands like plan, track, review, etc.), but all remain within note-taking/productivity functionality.
✓ 安装机制
No install spec and no external downloads. The skill is instruction-plus-script only, so nothing is pulled from the network during install.
✓ 凭证需求
The skill requires no environment variables or credentials. It writes to a per-user data directory under $HOME, which is appropriate for a local notes app.
✓ 持久化与权限
always is false and the skill does not request elevated privileges or modify other skills or system-wide config. It only creates its own data under the user's home directory.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.42026/3/15
old template -> domain-specific v2.0.0
● 无害
安装命令
点击复制官方npx clawhub@latest install quicknote
镜像加速npx clawhub@latest install quicknote --registry https://cn.longxiaskill.com
技能文档
Capture thoughts at the speed of typing. QuickNote is the fastest way to jot down ideas, reminders, and snippets from your terminal.
Why QuickNote?
- Instant: Add a note in under 2 seconds
- Pinnable: Pin important notes to the top
- Searchable: Find any note by keyword
- Exportable: Export all notes to markdown
- Private: Everything stays on your machine
Commands
add— Save a note (auto-timestamped)list— Show all notes (pinned first, recent last)search— Find notes by keywordpin— Toggle pin on a notedelete— Remove a noteexport— Export all notes as markdowninfo— Version infohelp— Show commands
Usage Examples
quicknote add Remember to review PR #42
quicknote add Great article about distributed systems
quicknote list
quicknote search distributed
quicknote pin 1710000001
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com