← 返回 Skills 市场
337
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install zettelkasten-cn
功能描述
卢曼卡片学习法(Zettelkasten)全生命周期管理系统,支持九大人生领域分类、撤销操作、交互式创建流程。处理闪念笔记、文献笔记、永久笔记、项目笔记的增删改查,以及与Agent记忆系统的双向关联。
安全使用建议
This skill is a local-file Zettelkasten manager and appears consistent with that purpose. Before installing or running it: 1) Review and, if desired, override the default storage location by setting ZETTELKASTEN_CARDS_DIR so files are written where you expect (the default is ~/Desktop/cardsdata). 2) Note the skill writes and moves files (create/delete/undo) and keeps an operation history in the .system folder; back up any important notes first. 3) If you run the interactive/quick create flows via an autonomous agent, be aware the agent will execute the bundled Python scripts locally and may create/modify files — only allow autonomous invocation if you trust the skill. 4) The docs contain a small mismatch about the history file path; inspect the bundled scripts (card_manager.py / undo_manager.py) to confirm actual behavior. If you want higher assurance, run the scripts manually in a sandboxed environment or review the code lines that set CARDS_DIR and HISTORY_FILE to confirm they point to acceptable locations.
功能分析
Type: OpenClaw Skill
Name: zettelkasten-cn
Version: 1.0.0
The OpenClaw AgentSkills skill bundle implements a Zettelkasten note management system. It performs file system operations (create, read, update, delete, move files) within user-designated directories (`~/Desktop/cardsdata`) and the agent's workspace (`~/.openclaw/workspace/memory`). The skill uses `subprocess.run` to execute its own local Python scripts (`card_manager.py`, `undo_manager.py`) by passing arguments as a list, which prevents shell injection vulnerabilities. Filenames are sanitized, and user input is written to files as content, not executed. The `SKILL.md` and `references/advanced.md` files provide functional instructions and examples without any evidence of prompt injection attempts or malicious directives. All operations are directly aligned with the stated purpose of a note management system and are implemented with reasonable security practices, lacking any clear intent for harmful behavior like data exfiltration, backdoors, or unauthorized remote control.
能力评估
Purpose & Capability
Name/description (Zettelkasten note lifecycle manager) matches the shipped scripts and SKILL.md: the package provides create/read/update/delete, an interactive creator, and an undo manager that operate on local markdown files under a cards directory. No unrelated cloud credentials, binaries, or services are requested. Minor inconsistency: SKILL.md at one point states operation history is stored at ~/.zettelkasten/memory/history.json, whereas the implemented code writes history to ~/Desktop/cardsdata/.system/operation_history.json (and references config paths in references/config.json), which is a documentation/config mismatch but not indicative of unrelated capabilities.
Instruction Scope
Runtime instructions and scripts operate on local filesystem paths (default: ~/Desktop/cardsdata and ~/.openclaw/workspace memory paths) and call local scripts via Python subprocesses. They do not perform network I/O or send data to external endpoints. Notes: the interactive creator calls card_manager.py and undo_manager.py with supplied content as arguments (using subprocess.run with argument lists, not shell), and the system records operations in a JSON history file. The docs and code show a small inconsistency in the documented history path. Overall, the instructions stay within the stated purpose (local note management).
Install Mechanism
This is instruction-only with bundled Python scripts — there is no download/install step, no external package installation, and no network fetches documented. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables or credentials. The code does, however, honor several optional environment variables (ZETTELKASTEN_SKILL_DIR, ZETTELKASTEN_CARDS_DIR, ZETTELKASTEN_MEMORY_DIR, ZETTELKASTEN_WORKSPACE_DIR) to override defaults. That is reasonable for configuration, but users should be aware these variables can change where the skill reads/writes (e.g., pointing CARDS_DIR elsewhere). No secrets or unrelated service credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent platform-level privileges. It can be invoked autonomously (default), which is normal for skills — combined with the fact it writes local files, a user should trust the skill before enabling autonomous runs. The skill does not modify other skills' configurations or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zettelkasten-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/zettelkasten-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
卢曼卡片学习法 - 九大人生领域分类版
元数据
常见问题
Zettelkasten CN 是什么?
卢曼卡片学习法(Zettelkasten)全生命周期管理系统,支持九大人生领域分类、撤销操作、交互式创建流程。处理闪念笔记、文献笔记、永久笔记、项目笔记的增删改查,以及与Agent记忆系统的双向关联。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。
如何安装 Zettelkasten CN?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zettelkasten-cn」即可一键安装,无需额外配置。
Zettelkasten CN 是免费的吗?
是的,Zettelkasten CN 完全免费(开源免费),可自由下载、安装和使用。
Zettelkasten CN 支持哪些平台?
Zettelkasten CN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zettelkasten CN?
由 WittFan(@wittfan)开发并维护,当前版本 v1.0.0。
推荐 Skills