Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

znoteznote 命令行

Agent Skill

znote 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,096

周安装

129

GitHub Stars

公开资料未说明

下载量

1,032
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:znote(znote 命令行)
来源仓库:https://github.com/goog/znote
安装命令:
openclaw skills install znote
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install znote

简介

znote 用于构建 Zettelkasten 滑箱笔记系统,支持创建与管理知识卡片。

  • 适用于结构化笔记整理与知识图谱搭建场景。
  • 通过 clawhub 安装并使用 openclaw skills install znote 命令部署。
  • 依赖 zk.py CLI 脚本运行,需确认 Python 环境兼容性。
  • 建议定期导出笔记以防数据丢失。

SKILL.md

name
znote
description
Create, manage, and operate a Zettelkasten slip-box note system using the zk.py CLI script. Use this skill whenever a user wants to build or use a Zettelkasten note system, manage atomic notes, create fleeting/literature/permanent notes, link notes together, find orphaned notes, generate Maps of Content, or search/browse a note vault. Trigger on phrases like "zettelkasten", "slip box notes", "atomic notes", "permanent notes", "znote", "zk notes", "note vault", "create a note", "link my notes", "find orphaned notes", "map of content", or "manage my notes with zk".

znote: Zettelkasten CLI Note Manager

A single-file Python CLI tool (zk.py) implementing the full Zettelkasten method as described in the Desktop Commander / Obsidian Practical Setup Guide. No dependencies beyond Python 3.8+ stdlib. Creates and manages a local markdown vault compatible with Obsidian.

Inputs

  • Python 3.8+ (no pip installs needed)
  • Optional: ZK_VAULT environment variable to set vault location (default: ~/Zettelkasten)
  • Optional: EDITOR environment variable for note editing (default: nano)

Vault Structure

~/Zettelkasten/
  00-Inbox/        ← fleeting notes (quick captures)
  10-Literature/   ← one note per source, in your own words
  20-Permanent/    ← atomic notes, one idea, fully linked
  30-MOC/          ← Maps of Content (navigation layers)
  40-Templates/    ← markdown templates for each type

Workflow

Step 1: Deliver the script

Copy zk.py to /mnt/user-data/outputs/zk.py and present it to the user via present_files. Also deliver README.md.

Step 2: User installs

chmod +x zk.py
cp zk.py ~/.local/bin/zk        # optional: make globally available
export ZK_VAULT=~/Zettelkasten  # add to ~/.bashrc or ~/.zshrc

Step 3: Initialise vault

python3 zk.py init
# Creates all 5 folders + 4 markdown templates

Step 4: Daily workflow

Capture (fleeting note, no friction):

zk new fleeting

Process inbox weekly (flags notes older than 7 days):

zk inbox

Write permanent notes (one atomic idea per note):

zk new permanent "Claim written as a full sentence"

Link notes — edit the ## Connections section and add [[note-stem]] links.

Promote fleeting → permanent:

zk promote "fragment of title"

Generate Map of Content when a topic has 8+ notes:

zk moc "Topic Name"

Step 5: Maintenance commands

zk links                    # find orphaned notes (no links in/out)
zk links "note title"       # show forward + backlinks for one note
zk graph                    # ASCII link graph of entire vault
zk stats                    # counts, top tags, orphan count
zk search "query"           # full-text search with highlights
zk list --folder permanent  # list notes in a specific folder
zk list --tag psychology    # filter by tag

Output

  • zk.py — single-file Python CLI, ~400 lines, no dependencies
  • README.md — full usage guide with workflow and tips
  • A local markdown vault fully compatible with Obsidian

Note Types & Templates

TypeFolderFilename patternTemplate fields
Fleeting00-Inbox/{timestamp}.mdcreated, status
Literature10-Literature/{date}-{slug}.mdcreated, status, source, author, tags
Permanent20-Permanent/{date}-{slug}.mdcreated, status, tags, source, Connections, Source
MOC30-MOC/MOC-{slug}.mdcreated, status, tags, linked notes

Key Method Rules (from the guide)

  • One idea per permanent note — if a second idea appears, create a new note and link
  • Titles are claims, not topics: "Attention is a finite resource" not "Attention"
  • Link from day one — every permanent note needs at least one [[link]]
  • Tags supplement links — use broad tags (#psychology), not fine-grained ones
  • MOCs emerge late — only create when navigation actually becomes difficult
  • Inbox rule — fleeting notes must be processed within 7 days

Notes / Edge Cases

  • The script uses [[double-bracket]] wiki-link syntax identical to Obsidian — vaults are fully interoperable
  • Link targets are matched by filename stem (case-insensitive)
  • zk graph marks missing link targets with ⇢? in red
  • --no-edit flag on new, promote, moc skips opening the editor (useful for scripting)
  • ZK_VAULT env var overrides --vault flag and default path
  • The zk promote command fuzzy-matches on filename and note body content
  • Templates folder is excluded from stats/orphan counts automatically

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.99%
按下载量换算887

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills