obsidian

obsidian is a skill for Claude Code, Codex from L-LesterYu/OpenClaw-hot-skills-zh. It costs 47 tokens per session (908 once invoked), scanned A, original, MIT.

A command-line tool for managing an Obsidian vault, which is a folder of linked Markdown notes. It supports daily notes, task tracking, browsing files, and organizing note content.

In plain words
What is it for?
Use it to create daily notes, browse Markdown files, manage tasks, and route ideas, questions, insights, and tasks into organized sections.
Why use it?
Notes and tasks can become scattered or inconsistently organized. The tool provides repeatable commands and shared task logs for keeping a vault structured.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to create daily notes, browse Markdown files, manage tasks, and route ideas, questions, insights, and tasks into organized sections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/l-lesteryu/openclaw-hot-skills-zh/obsidian-zh
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add L-LesterYu/OpenClaw-hot-skills-zh --skill obsidian-zh
Clone the repo
git clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zh

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for obsidian

README.md
[![agentmods](https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/obsidian-zh/github.svg)](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/obsidian-zh)
Your own site
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/obsidian-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/obsidian-zh/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for obsidian

Your own site · 80×15
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/obsidian-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/obsidian-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 908 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00908
Opus 5 $0.00023 $0.00454
Sonnet 5 $0.00009 $0.00182
Haiku 4.5 $0.00005 $0.00091

Measured 9d ago against content hash e3d843dbcefb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

obsidian scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/obsidian-zh/SKILL.md · 149 lines

What it actually says

Obsidian 笔记管理技能

使用 obsidian CLI 工具与 Obsidian 笔记库交互,实现自动化笔记管理和任务追踪。

初始化配置

首次使用需要配置 Obsidian 笔记库路径:

# 交互式配置
obsidian init

# 或直接指定笔记库路径
obsidian init --vault /path/to/your/vault

日常笔记管理

打开或创建今天的日常笔记(交互模式):

obsidian daily

查看笔记库中的所有 Markdown 文件:

obsidian files

浏览模式 - 在笔记库中浏览文件:

obsidian view

任务管理

查看和管理集中式任务日志中的任务:

obsidian tasks

配置管理

显示当前配置或创建/编辑配置文件:

obsidian config

内容组织功能

分区组织 - 内容通过前缀自动路由到相应分区:

  • [] 任务 → 任务分区(复选框格式)
  • - 想法 → 想法分区(列表格式)
  • ? 问题 → 问题分区(列表格式)
  • ! 洞察 → 洞察分区(列表格式)

任务日志 - 任务自动记录到集中式文件,并包含反向链接

艾森豪威尔标签 - 带颜色优先级高亮:

  • #do(红色)- 紧急且重要
  • #delegate(橙色)- 紧急但不重要
  • #schedule(蓝色)- 重要但不紧急
  • #eliminate(灰色)- 不紧急也不重要

使用场景

  • 日常笔记自动化 - 快速创建和管理每日笔记
  • 任务追踪 - 集中管理任务和待办事项
  • 知识管理 - 组织和分类笔记内容
  • 工作流优化 - 通过分区和标签系统提高效率
  • 团队协作 - 标准化笔记格式和任务管理流程

安装要求

确保已安装 Node.js (>=14.0.0):

# 通过 npm 全局安装
npm install -g obsidian-cli-manager

# 或从源码安装
git clone https://github.com/caneppelevitor/obsidian-cli.git
cd obsidian-cli
npm install
npm link

提示

  • 使用 obsidian init 命令首次配置笔记库路径
  • 日常笔记支持分区自动组织功能
  • 任务会自动记录到集中式任务日志
  • 使用艾森豪威尔标签进行优先级管理
  • 可以在 tmux 中配置快捷键快速打开(可选)

高级功能

与 OpenClaw 集成

通过 OpenClaw 自动化 Obsidian 工作流:

# 创建今天的日常笔记
obsidian daily

# 列出所有笔记文件
obsidian files --format json

# 查看任务列表
obsidian tasks

自定义配置

配置文件位于 ~/.obsidian-cli/config.yaml,可以自定义:

  • 笔记库路径
  • 日常笔记模板
  • 分区设置
  • 任务日志位置
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 149 lines · 47 tokens per session scan A e3d843dbcefb

Subscribe to this mod's changes

obsidian is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 908 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories