quick-note

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "quick-note" with this command: npx skills add yushimohuang/quick-note-tool

Quick Note

Fast note-taking and snippet storage with tags and search.

File Location

notes/quick-notes.md in workspace root

Commands

Create Note

When user says: "note: X", "remember: X", "save this: X"

PowerShell (Windows):

powershell -ExecutionPolicy Bypass -File skills/quick-note-1.0.0/scripts/note.ps1 add "Meeting at 3pm" --tags important,work

Bash (Linux/Mac/WSL):

bash skills/quick-note-1.0.0/scripts/note.sh add "Meeting at 3pm" --tags important,work

Examples:

bash skills/quick-note-1.0.0/scripts/note.sh add "Meeting at 3pm tomorrow"
bash skills/quick-note-1.0.0/scripts/note.sh add "API key: xxx123" --tags important,api
bash skills/quick-note-1.0.0/scripts/note.sh add "Code snippet: console.log('test')" --tags code

Search Notes

When user says: "find note about X", "search notes for X"

bash skills/quick-note-1.0.0/scripts/note.sh search "<keyword>"

List Recent Notes

When user says: "show recent notes", "list notes"

bash skills/quick-note-1.0.0/scripts/note.sh list [--limit 10]

List by Tag

When user says: "show notes tagged X"

bash skills/quick-note-1.0.0/scripts/note.sh tag "<tagname>"

Delete Note

When user says: "delete note X", "remove note about X"

bash skills/quick-note-1.0.0/scripts/note.sh delete "<note-id>"

Note Format

# Quick Notes

## [ID-001] 2026-03-10 10:30
**Tags:** important, meeting
Meeting at 3pm tomorrow with team

---

## [ID-002] 2026-03-10 10:35
**Tags:** code, snippet
```javascript
console.log('Hello World');


## Response Format

When showing a note:

📝 Note #ID-001 (2026-03-10 10:30) Tags: #important #meeting

Meeting at 3pm tomorrow with team


When searching:

🔍 Found 2 notes matching "api":

📝 #ID-003 (2026-03-10) API endpoint: https://api.example.com

📝 #ID-005 (2026-03-09) API key stored in .env file

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Dlazy Kling Audio Clone

Generate customized speech that highly restores the timbre by uploading reference audio using Kling Audio Clone.

Registry SourceRecently Updated
General

Dlazy Keling Sfx

Generate matching scene sound effects based on text descriptions or video frames using Kling SFX.

Registry SourceRecently Updated
General

Dlazy Keling Tts

Convert text into high-quality, emotional speech reading using Kling TTS.

Registry SourceRecently Updated
General

Dlazy Jimeng T2i

Text-to-image generation with Jimeng, quickly converting text to high-quality images.

Registry SourceRecently Updated