← 返回 Skills 市场
tmxccc

Obsidian Master Assistant

作者 wuxi304 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
782
总下载
0
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install obsidian-openclaw
功能描述
Obsidian 大师级配置助手 - 基于三大 YouTube 频道教程,提供完整的 Obsidian 配置、插件推荐、模板系统、AI 集成(Claude/OpenClaw/Gemini)和知识管理最佳实践。
使用说明 (SKILL.md)

Obsidian Master Skill

基于三大 YouTube 频道(Linking Your Thinking、Jason Efficiency Lab、清单控沙牛)的完整教程,提供 Obsidian 大师级配置方案。

功能特性

📚 核心功能

  1. 文件夹架构建议 - PARA 方法的 Obsidian 实现
  2. 插件推荐与配置 - 官方 + 社区插件完整清单
  3. 模板系统 - 每日笔记、读书笔记、项目笔记模板
  4. Bases 数据库配置 - Obsidian 1.10 新功能完整指南
  5. AI 集成方案 - Claude Skill + OpenClaw + Gemini 3
  6. 学习路径规划 - 4 周从入门到精通

🤖 AI 集成

  • Claude Skill - 笔记总结、扩展、翻译、改进
  • OpenClaw 联动 - Telegram/微信消息自动整理到 Obsidian
  • Gemini 3 - 系统指令、避免幻觉、高级技巧
  • 记忆系统 - 自动写入 memory/ 目录

📊 数据库配置

  • 任务管理数据库(状态/优先级/截止日期)
  • 知识库数据库(分类/掌握程度/复习时间)
  • 多视图支持(表格/看板/日历/画廊)

使用方法

快速启动

# 安装 skill
clawhub install obsidian-master

# 使用 skill
openclaw ask "帮我配置 Obsidian"
openclaw ask "推荐 Obsidian 插件"
openclaw ask "创建每日笔记模板"

可用命令

命令 描述
obsidian setup 获取完整配置指南
obsidian plugins 获取插件推荐清单
obsidian templates 获取模板系统
obsidian ai 获取 AI 集成方案
obsidian workflow 获取 AI 工作流配置
obsidian checklist 获取配置检查清单

配置文件

Skill 会生成以下配置文件到你的工作区:

  • Obsidian 核心技巧与完整配置指南.md - 完整配置文档
  • memory/topics/系统配置与规则.md - OpenClaw 记忆配置
  • memory/topics/日程与计划.md - 任务管理配置
  • memory/topics/项目开发.md - 项目管理配置
  • memory/topics/主人偏好与习惯.md - 个人偏好配置

技术规格

系统要求

  • Obsidian 1.10+
  • Node.js v22.12+
  • OpenClaw v2026.3.2+
  • (可选)Claude API Key
  • (可选)Google AI Studio API Key

依赖项

  • OpenClaw Core
  • (可选)Claude Skill
  • (可选)OpenClaw Gateway

学习资源

视频教程

频道 订阅者 特色
Linking Your Thinking 31.6 万 LYT 方法论、知识管理理论
Jason Efficiency Lab 2.04 万 AI 工具实战、OpenClaw 部署
清单控沙牛 6,370 新功能教程、Bases 数据库

推荐学习路径

  1. 第 1 周 - 基础入门(安装、基础语法、每日笔记)
  2. 第 2-3 周 - 进阶提升(Bases 数据库、插件配置)
  3. 第 4 周 - AI 集成(Claude Skill、OpenClaw 联动)
  4. 持续 - 系统优化(定期回顾、模板优化)

配置示例

文件夹架构

📁 Vault/
├── 📁 00-Inbox/           # 收集箱
├── 📁 01-Daily/           # 日记
├── 📁 02-Areas/           # 责任领域
├── 📁 03-Projects/        # 项目
├── 📁 04-Resources/       # 资源库
├── 📁 05-Archives/        # 归档
├── 📁 99-System/          # 系统配置
└── 📁 memory/             # OpenClaw 记忆

每日笔记模板

---
date: {{date}}
tags: [日记/每日]
---

# {{date:YYYY 年 MM 月 DD 日}}

## 📅 今日计划
- [ ] 

## 📝 今日记录

## 🧠 今日想法

## 📚 今日学习

## ✅ 今日完成
- [ ] 

## 🔄 明日计划
- [ ] 

OpenClaw 配置

{
  "agents": {
    "defaults": {
      "compaction": {
        "mode": "safeguard",
        "memoryFlush": {
          "enabled": true
        }
      }
    }
  },
  "channels": {
    "telegram": {
      "systemPrompt": "Identity: Obsidian Master Assistant. Mode: /nothink.",
      "disableAudioPreflight": true
    }
  }
}

检查清单

基础配置(30 分钟)

  • 安装 Obsidian 1.10+
  • 创建 Vault 文件夹
  • 设置基础文件夹架构
  • 启用官方核心插件
  • 创建每日笔记模板

本周完成(2-3 小时)

  • 安装社区插件(Dataview、Templater 等)
  • 配置 Bases 数据库
  • 创建项目/读书笔记模板
  • 设置 iCloud 同步

本月完成(持续优化)

  • 配置 OpenClaw 联动
  • 设置 AI 自动化工作流
  • 完善记忆系统
  • 定制 CSS 主题

故障排除

常见问题

问题 解决方案
插件无法安装 检查网络连接,使用镜像源
模板不生效 检查模板文件夹路径配置
AI 无响应 检查 API Key 有效性
同步冲突 使用 iCloud/云同步的版本控制

诊断命令

# 检查 OpenClaw 状态
openclaw gateway status

# 检查记忆系统
openclaw memory search --query "Obsidian 配置"

# 检查插件状态
openclaw tools list

贡献指南

欢迎提交 Issue 和 Pull Request!

  1. Fork 本仓库
  2. 创建功能分支
  3. 提交更改
  4. 推送到分支
  5. 创建 Pull Request

许可证

MIT License - 详见 LICENSE 文件

致谢

更新日志

v1.0.0 (2026-03-05)

  • 初始版本发布
  • 包含完整的 Obsidian 配置指南
  • 集成 OpenClaw 记忆系统
  • 提供 AI 工作流配置方案
  • 包含三大 YouTube 频道教程汇总

Skill ID: obsidian-master
版本: 1.0.0
最后更新: 2026-03-05

安全使用建议
This skill appears to be what it claims: an Obsidian configuration and template helper. Before installing, consider: (1) review the SKILL.md and src/index.js (they are small and readable) so you know which files will be created (memory/ and markdown guides); (2) only provide API keys (Claude, Google AI Studio, Telegram/WeChat tokens) if you intend to enable the optional integrations—those integrations will ingest message content and could persist it to memory/; (3) monitor the generated files and the memory/ folder for any personal data you don't want stored; (4) if you plan to connect messaging channels, follow the platform best practices for token handling and revoke tokens you no longer use. Overall the skill is coherent and low-risk based on the supplied files.
功能分析
Type: OpenClaw Skill Name: obsidian-openclaw Version: 1.0.0 The 'obsidian-master' skill bundle is a configuration assistant for the Obsidian note-taking app. The core logic in `src/index.js` is entirely informational, returning static markdown content and templates based on user queries. There are no external dependencies, network requests, or file system operations within the code, and the instructions in `SKILL.md` are consistent with the stated purpose of providing educational resources and configuration guides.
能力评估
Purpose & Capability
Name/description (Obsidian configuration, templates, AI integration) align with the included files and runtime behavior. The repo and SKILL.md only provide configuration guidance, templates, and text outputs; the bundled src/index.js returns guides/templates and does not require external credentials or unrelated system access.
Instruction Scope
SKILL.md and src/index.js remain scoped to producing configuration guides, templates, and OpenClaw integration suggestions. It does recommend wiring OpenClaw to messaging channels (Telegram/WeChat) and writing to a local memory/ directory; while this is coherent with the skill's purpose, it means the user may later configure external integrations that ingest personal messages. The skill itself does not contain code that automatically exfiltrates data or calls external endpoints.
Install Mechanism
No install specification and no package dependencies are declared. This instruction-only + small JS implementation approach minimizes installation risk; nothing is downloaded from external URLs or installed automatically by the skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. Mentions of optional API keys (Claude, Google AI Studio) are expected for AI integrations and are optional. There are no unexpected credential requests in code or SKILL.md.
Persistence & Privilege
always is false and the skill is user-invocable. The SKILL.md recommends generating files into the user's workspace (e.g., memory/ and guide markdowns); this is appropriate for a configuration/template skill. The skill does not modify other skills or system-wide settings in its files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obsidian-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obsidian-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
## v1.0.0 - 初始发布 (2026-03-05) ### 新增功能 - 完整的 Obsidian 配置指南 - 文件夹架构建议(PARA 方法) - 插件推荐清单(官方 + 社区) - 模板系统(每日/读书/项目笔记) - Bases 数据库配置指南 - AI 集成方案(Claude Skill + OpenClaw + Gemini 3) - 4 周学习路径规划 ### 基于教程 - Linking Your Thinking (31.6 万订阅) - Jason Efficiency Lab (2.04 万订阅) - 清单控沙牛 (6,370 订阅) ### 配套资源 - Obsidian 核心技巧与完整配置指南.md - 三大 YouTube 频道课程网址汇总 - 完整模板系统
元数据
Slug obsidian-openclaw
版本 1.0.0
许可证
累计安装 11
当前安装数 11
历史版本数 1
常见问题

Obsidian Master Assistant 是什么?

Obsidian 大师级配置助手 - 基于三大 YouTube 频道教程,提供完整的 Obsidian 配置、插件推荐、模板系统、AI 集成(Claude/OpenClaw/Gemini)和知识管理最佳实践。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 782 次。

如何安装 Obsidian Master Assistant?

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

Obsidian Master Assistant 是免费的吗?

是的,Obsidian Master Assistant 完全免费(开源免费),可自由下载、安装和使用。

Obsidian Master Assistant 支持哪些平台?

Obsidian Master Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Obsidian Master Assistant?

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

💬 留言讨论