← Back to Skills Marketplace
Quicknote
by
BytesAgain2
· GitHub ↗
· v1.0.4
· MIT-0
308
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install quicknote
Description
Lightning-fast note-taking tool. Capture thoughts instantly, pin important notes, search across all entries, and export to markdown. Zero config, local stora...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quicknote - After installation, invoke the skill by name or use
/quicknote - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Quicknote?
Lightning-fast note-taking tool. Capture thoughts instantly, pin important notes, search across all entries, and export to markdown. Zero config, local stora... It is an AI Agent Skill for Claude Code / OpenClaw, with 308 downloads so far.
How do I install Quicknote?
Run "/install quicknote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quicknote free?
Yes, Quicknote is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quicknote support?
Quicknote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quicknote?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.4.
More Skills