📦 Quicknote — 技能工具

v1.0.4

Lightning-fast note-taking tool. Capture thoughts instantly, pin important notes, search across all entries, and export to markdown. Zero config, local stora...

0· 263·0 当前·0 累计
ckchzh 头像by @ckchzh (BytesAgain2)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

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 keyword
  • pin — Toggle pin on a note
  • delete — Remove a note
  • export — Export all notes as markdown
  • info — Version info
  • help — 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

数据来源ClawHub ↗ · 中文优化:龙虾技能库