← 返回 Skills 市场
Quicknote
作者
BytesAgain2
· GitHub ↗
· v1.0.4
· MIT-0
308
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install quicknote
功能描述
Lightning-fast note-taking tool. Capture thoughts instantly, pin important notes, search across all entries, and export to markdown. Zero config, local stora...
安全使用建议
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 listing) to confirm there are no unexpected behaviors or external network accesses. If you want extra safety, run the script in a restricted/sandbox environment or inspect it line-by-line for any network or exec calls before using in a production account.
功能分析
Type: OpenClaw Skill
Name: quicknote
Version: 1.0.4
The skill bundle is a standard bash-based note-taking and activity-tracking tool that stores data locally in the user's home directory (~/.local/share/quicknote). While there is a discrepancy between the commands documented in SKILL.md (e.g., pin, delete) and those implemented in scripts/script.sh (e.g., plan, track, streak), the code lacks any indicators of data exfiltration, network communication, or malicious execution. All operations are restricted to local file appends and reads within a dedicated data directory.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec and no external downloads. The skill is instruction-plus-script only, so nothing is pulled from the network during install.
Credentials
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.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quicknote - 安装完成后,直接呼叫该 Skill 的名称或使用
/quicknote触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
old template -> domain-specific v2.0.0
v1.0.2
Quality upgrade
v1.0.1
Quality upgrade: custom functionality
v1.0.0
Initial release
元数据
常见问题
Quicknote 是什么?
Lightning-fast note-taking tool. Capture thoughts instantly, pin important notes, search across all entries, and export to markdown. Zero config, local stora... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 308 次。
如何安装 Quicknote?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quicknote」即可一键安装,无需额外配置。
Quicknote 是免费的吗?
是的,Quicknote 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Quicknote 支持哪些平台?
Quicknote 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quicknote?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.4。
推荐 Skills