← 返回 Skills 市场
smseow001

Obsidian 快速上手指南

作者 SMS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
45
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install obsidian-handbook
功能描述
提供Obsidian本地笔记快速入门,涵盖核心概念、必备插件、模板方案及实用避坑指南。
使用说明 (SKILL.md)

Obsidian 效率手册

本地笔记软件 Obsidian 快速上手 | 插件配置 + 模板方案 + 避坑指南


一、核心定位

本技能提供 Obsidian 的完整快速上手方案,涵盖:

  • 三大核心概念 · 5 款必备插件 · 3 类常用模板 · 避坑指南

二、三大核心概念

2.1 仓库(Vault)

  • 定义:数据存储的核心单位 = 本地文件夹
  • 组成:笔记 + 附件 + 配置全部存在于此
  • 同步方案
    iCloud / OneDrive / Git(推荐)
    
  • 优势:数据完全自主,不依赖云服务

2.2 双向链接(Bi-directional Links)

  • 语法[[笔记名称]]
  • 核心价值:让孤立文件 → 网状知识网络
  • 应用场景
    • 笔记间跳转
    • 构建知识图谱
    • 发现隐藏关联

2.3 关系图谱(Graph View)

  • 功能:可视化展示所有笔记的链接关系
  • 价值
    • 识别核心节点(高链接量)
    • 发现孤立内容(无链接)
    • 直观理解知识结构

三、必备插件(5款)

3.1 Templater(模板神器)

  • 功能
    • 自动插入日期/时间
    • 变量替换
    • 执行 JavaScript 脚本
  • 优势:减少重复性格式劳动
  • 配置:绑定快捷键,一键插入模板

3.2 Dataview(数据库查询)

  • 功能
    • 类 SQL 语法查询笔记库
    • 按标签、状态、评分等条件筛选
    • 动态汇总信息
  • 示例
    TABLE tag, date, rating
    FROM ""
    WHERE rating >= 3
    SORT date DESC
    

3.3 Excalidraw(手绘画图)

  • 功能
    • 内置手绘风格画图工具
    • 绘制流程图、架构图
    • 可视化头脑风暴
  • 优势:与笔记无缝集成

3.4 Kanban(看板管理)

  • 功能
    • 笔记内直接创建看板
    • 拖拽卡片管理任务
  • 适用:项目管理、任务跟踪

3.5 自动分类插件

  • 功能
    • 预设规则自动添加标签
    • 自动归档整理
  • 优势:保持笔记库长期有序

四、常用模板(3类)

4.1 每日日记模板

# {{date:YYYY-MM-DD}}

## 📋 今日待办
- [ ]

## 💼 工作记录


## 💡 灵感


## 📝 备注

---

4.2 读书笔记模板

# 读书笔记:《书名》

## 📖 基本信息
- **作者**:
- **阅读日期**:
- **评分**:⭐⭐⭐⭐⭐

## 🎯 核心观点
1.
2.
3.

## 📌 摘录
> 

## 💬 个人思考


## 🔗 相关笔记
- [[]]

4.3 项目复盘模板

# 项目复盘:[项目名称]

## 📌 项目背景


## 🛠️ 技术方案


## ⚠️ 踩坑记录
1.

## 📈 个人收获


## 🔜 下一步行动
- [ ]

五、避坑指南

❌ 避免过度折腾

  • 问题:沉迷更换主题和外观
  • 原则:内容为王,工具为辅
  • 建议:选择主题后稳定使用 3 个月再评估

❌ 切忌无序堆积

  • 问题:不加选择地记录 → "数字废墟"
  • 解决:每周定期整理(建议周末 30 分钟)
    归档 / 删除 / 链接 / 提炼
    

❌ 忽视移动端

  • 问题:只在电脑端使用,碎片时间浪费
  • 解决
    1. 配置 iOS/Android 客户端
    2. 开启同步(iCloud/OneDrive)
    3. 习惯用手机快速记录灵感

✅ 正确使用姿势

  1. 从小处着手:先用每日日记养成习惯
  2. 逐步构建链接:笔记 → 双向链接 → 知识网络
  3. 善用模板:减少重复劳动,专注内容
  4. 定期回顾:周/月整理,防止知识孤岛

六、使用方式

触发场景

用户说「帮我规划每日待办」→ 调起每日日记模板
用户说「记录这本书」→ 调起读书笔记模板
用户说「这个项目怎么复盘」→ 调起项目复盘模板
用户说「Obsidian 怎么用」→ 展示完整指南

组合工作流

每日记录 → 双链笔记 → Dataview 汇总 → 定期复盘

七、与知识库系统的对比

维度 Obsidian 知识库闭环(thinking-knowledge-system)
存储位置 本地优先 AI 辅助管理
核心机制 双向链接 AI 回写 + 规则引擎
适用场景 个人笔记沉淀 AI 参与的知识生产
互补关系 手动记录为主 AI 辅助归纳联系

最佳实践:两者结合使用

  • Obsidian:个人笔记 + 双向链接 + 图谱可视化
  • 知识库闭环:AI 辅助归纳 + 跨资料联系 + 系统性提炼

本技能帮助快速掌握 Obsidian 高效使用方法

安全使用建议
This skill appears safe and coherent: it is purely a guide and asks for no credentials or installs. Before using, consider: (1) plugin safety — recommended plugins like Templater can execute JavaScript, so only install plugins from Obsidian's official/community plugin list and trusted authors; (2) syncing choices — if you use Git/iCloud/OneDrive, avoid committing sensitive data and verify your sync settings; (3) templates — review any third-party templates before running them (they may include JS in Templater); (4) agent behavior — this skill provides templates and instructions but should not automatically write to your vault unless you (or an integration) explicitly perform writes. If you want extra caution, enable Obsidian's safe mode and inspect plugin source code or permissions before installation.
功能分析
Type: OpenClaw Skill Name: obsidian-handbook Version: 1.0.0 The skill bundle is a purely informational guide and template collection for the Obsidian note-taking application. It contains Markdown templates for daily journals, book notes, and project reviews, along with instructions for the AI agent to provide these templates based on user prompts. No executable code, network requests, or data exfiltration risks were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill is a local Obsidian handbook (concepts, plugins, templates, tips). All declared metadata and the SKILL.md content align with that purpose; there are no unrelated env vars, binaries, or installs requested.
Instruction Scope
SKILL.md contains only explanations, templates, plugin recommendations, and example queries. It does not instruct the agent to read local files, environment variables, system config, or to send data to external endpoints. It mentions sync options (iCloud/OneDrive/Git) as user choices but does not require credentials or perform sync actions.
Install Mechanism
No install specification or code files — instruction-only. This minimizes risk because nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The requested scope is proportional to an Obsidian guide.
Persistence & Privilege
always:false and default model invocation are appropriate. The skill does not request persistent or elevated presence, nor does it modify other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obsidian-handbook
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obsidian-handbook 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Obsidian Handbook v1.0.0 - 首次发布,提供 Obsidian 快速上手完整方案。 - 涵盖三大核心概念、五款必备插件、三类常用模板与避坑指南。 - 提供典型笔记模板(每日、读书、项目复盘)及推荐插件配置。 - 总结正确使用原则和高效 Obsidian 工作流建议。 - 对比手动笔记与 AI 辅助知识库系统的优势与互补方案。
元数据
Slug obsidian-handbook
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Obsidian 快速上手指南 是什么?

提供Obsidian本地笔记快速入门,涵盖核心概念、必备插件、模板方案及实用避坑指南。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 Obsidian 快速上手指南?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-handbook」即可一键安装,无需额外配置。

Obsidian 快速上手指南 是免费的吗?

是的,Obsidian 快速上手指南 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Obsidian 快速上手指南 支持哪些平台?

Obsidian 快速上手指南 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Obsidian 快速上手指南?

由 SMS(@smseow001)开发并维护,当前版本 v1.0.0。

💬 留言讨论