← 返回 Skills 市场
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quick-capture
功能描述
帮用户把信息写入笔记系统:碎片化信息原样追加到当日 Journal(不改),待整理的笔记归纳成结构化知识写到 Inbox(要完善)。触发于:记笔记、记碎片、存一下、写到 inbox/journal 等。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quick-capture - 安装完成后,直接呼叫该 Skill 的名称或使用
/quick-capture触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: quickly capture notes to Journal or Inbox
元数据
常见问题
Quick Capture 是什么?
帮用户把信息写入笔记系统:碎片化信息原样追加到当日 Journal(不改),待整理的笔记归纳成结构化知识写到 Inbox(要完善)。触发于:记笔记、记碎片、存一下、写到 inbox/journal 等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 Quick Capture?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quick-capture」即可一键安装,无需额外配置。
Quick Capture 是免费的吗?
是的,Quick Capture 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Quick Capture 支持哪些平台?
Quick Capture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quick Capture?
由 wuu Dao(@daowuu)开发并维护,当前版本 v1.0.0。
推荐 Skills