← Back to Skills Marketplace
daowuu

Quick Capture

by wuu Dao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
147
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quick-capture
Description
帮用户把信息写入笔记系统:碎片化信息原样追加到当日 Journal(不改),待整理的笔记归纳成结构化知识写到 Inbox(要完善)。触发于:记笔记、记碎片、存一下、写到 inbox/journal 等。
Usage Guidance
This skill appears to do what it says (write Inbox/Journal entries) and does not phone home or require credentials, but check a few things before use: - Verify where files will be written: the script computes a vault_root via Path(__file__).resolve().parents[4]. That path is brittle and could place notes somewhere unexpected depending on how skills are installed. Test in a safe directory to confirm the actual output paths. - Remember the model/agent is expected to 'enrich' Inbox content before calling the script. The script itself will not summarize or transform the text — it just writes whatever content you pass. If you expect automatic enrichment, ensure the agent is performing that step before invoking the script. - Consider editing the script to accept an explicit vault path (or to use a declared SKILLS_ROOT env var) to avoid surprises and to control where data is stored. - Be mindful of sensitive data: the skill writes plain text to disk. Ensure appropriate file permissions and backups if you will store secrets or personal data. If you want more assurance, run the script locally with test input to see exactly what files it creates and where, or request a variant that takes an explicit output directory.
Capability Analysis
Type: OpenClaw Skill Name: quick-capture Version: 1.0.0 The 'quick-capture' skill is a legitimate utility designed to help users save notes and journal entries to a local filesystem. The Python script (capture_note.py) handles file creation, path sanitization, and YAML frontmatter generation without any network activity, obfuscation, or unauthorized data access. The instructions in SKILL.md are clearly aligned with the stated purpose of organizing information into 'Inbox' and 'Journal' directories.
Capability Assessment
Purpose & Capability
Name/description match the included script: the Python script creates or appends Markdown files under 'Inbox' and 'Journal'. Required binary (python3) is appropriate and no unrelated credentials or tools are requested.
Instruction Scope
The SKILL.md tells the agent to 'enrich' Inbox entries (summarize/structure content) while preferring to invoke the bundled script to persist the result. The script itself does not perform any semantic enrichment — it simply writes the provided content to disk. Also, the SKILL.md examples use $SKILLS_ROOT when invoking the script, but the script computes a vault root using Path(__file__).resolve().parents[4], which is brittle and may resolve to a directory different from what the operator expects. These are functional mismatches rather than malicious behavior.
Install Mechanism
No installation actions are specified (instruction-only + included script). No downloads, package installs, or external code pulls are used.
Credentials
The skill requests no environment variables, credentials, or config paths. The script operates purely on the filesystem and prints a JSON result to stdout.
Persistence & Privilege
always:false and the skill does not attempt to modify other skills or system-wide settings. It writes files only within a vault root computed relative to the script.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quick-capture
  3. After installation, invoke the skill by name or use /quick-capture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: quickly capture notes to Journal or Inbox
Metadata
Slug quick-capture
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Quick Capture?

帮用户把信息写入笔记系统:碎片化信息原样追加到当日 Journal(不改),待整理的笔记归纳成结构化知识写到 Inbox(要完善)。触发于:记笔记、记碎片、存一下、写到 inbox/journal 等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.

How do I install Quick Capture?

Run "/install quick-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quick Capture free?

Yes, Quick Capture is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Quick Capture support?

Quick Capture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quick Capture?

It is built and maintained by wuu Dao (@daowuu); the current version is v1.0.0.

💬 Comments