← Back to Skills Marketplace
quick-note-tool
by
yushimohuang
· GitHub ↗
· v1.0.0
· MIT-0
643
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install quick-note-tool
Description
Fast note-taking and snippet storage. Use when user says "note:", "remember this", "save snippet", "quick note", or wants to save/read short text snippets.
Usage Guidance
This skill appears to be a simple local notes utility and is internally coherent. Before installing: (1) be aware notes are stored in workspace_root/notes/quick-notes.md — don’t put secrets there if you need them protected; (2) the SKILL.md references a PowerShell script (note.ps1) that is not included — Windows support may be incomplete; (3) the script creates a backup file (quick-notes.md.bak) when deleting notes — check and clean backups if needed; (4) review the script yourself if you have strict security requirements (it uses grep, sed, cp and modifies files in the workspace but makes no network calls). If you plan to store sensitive data, prefer an encrypted storage solution instead of plaintext notes.
Capability Analysis
Type: OpenClaw Skill
Name: quick-note-tool
Version: 1.0.0
The skill provides note-taking functionality but contains shell injection vulnerabilities in `scripts/note.sh` due to a lack of input sanitization. Specifically, the `search` and `tag` commands are vulnerable to grep argument injection (e.g., passing flags like '-f' to read other files), and the `delete` command uses unvalidated input in a `sed` range-delete operation, which could be manipulated to delete unintended data. While these appear to be unintentional programming flaws rather than malicious intent, they represent a vulnerability that could be exploited via prompt injection against the AI agent.
Capability Assessment
Purpose & Capability
Name/description (quick note and snippet storage) matches the actual behavior: a bash script that stores, searches, lists, tags, and deletes notes in notes/quick-notes.md under the workspace root. No unrelated credentials, binaries, or system paths are required.
Instruction Scope
SKILL.md instructs the agent to run the included bash script (paths align). It also shows an example PowerShell invocation referencing skills/quick-note-1.0.0/scripts/note.ps1, but no note.ps1 is present in the package — Windows support appears incomplete. The instructions do not ask the agent to read or exfiltrate other files or environment variables beyond the workspace notes file.
Install Mechanism
There is no install spec (instruction-only plus a small script). Nothing is downloaded or written to unexpected system locations; the script only creates a notes/ directory in the workspace and a notes file there.
Credentials
No environment variables, credentials, or config paths are requested. The tool operates on a local workspace file only. Example content in the README shows storing API keys as user content, but that is a user action (not a credential requirement of the skill).
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent configuration. It persistently stores notes only in notes/quick-notes.md and creates a backup quick-notes.md.bak when deleting.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quick-note-tool - After installation, invoke the skill by name or use
/quick-note-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of quick-note.
- Fast note-taking and snippet storage tool.
- Supports adding, listing, searching, and tagging notes.
- Notes stored as markdown in workspace folder: notes/quick-notes.md.
- Usage via both PowerShell (Windows) and Bash (Linux/Mac/WSL) scripts.
- Provides commands for adding, listing, searching, tagging, and deleting notes.
Metadata
Frequently Asked Questions
What is quick-note-tool?
Fast note-taking and snippet storage. Use when user says "note:", "remember this", "save snippet", "quick note", or wants to save/read short text snippets. It is an AI Agent Skill for Claude Code / OpenClaw, with 643 downloads so far.
How do I install quick-note-tool?
Run "/install quick-note-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is quick-note-tool free?
Yes, quick-note-tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does quick-note-tool support?
quick-note-tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created quick-note-tool?
It is built and maintained by yushimohuang (@yushimohuang); the current version is v1.0.0.
More Skills