Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

openclaw-obsidian-vault-syncOpenClaw Obsidian vault sync 搜索

Agent Skill

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

总安装

3,065

周安装

124

GitHub Stars

公开资料未说明

下载量

962
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-obsidian-vault-sync

简介

OpenClaw obsidian vault sync 连接 OpenClaw 工作区与 Obsidian 知识库。

  • 维护结构化知识同步流程,适用于笔记管理与思维导图整合。
  • 在设置 Obsidian 集成或链接 vault 时使用该技能建立通道。
  • 通过 clawhub 安装后配置 vault 路径与同步规则。
  • 需确认本地文件系统与 Obsidian 实例的读写权限。

SKILL.md

name
obsidian-openclaw-sync
description
Connect an OpenClaw workspace to an Obsidian vault and maintain a structured knowledge sync workflow. Use when setting up Obsidian integration, linking a vault into the workspace, organizing notes into reusable folders, syncing user, profile, org, methodology, and journal content into markdown files, or teaching other OpenClaw agents how to persist working context into Obsidian. Covers symlink-based vault connection, note placement rules, daily journal sync, and mirroring OpenClaw self-knowledge into Obsidian.

Obsidian and OpenClaw Sync

Use this skill to connect OpenClaw with an Obsidian vault and keep knowledge organized as markdown files that humans and agents can both reuse.

Core pattern

Treat obsidian/ in the workspace as the vault entrypoint.

Preferred setup on macOS:

ln -s "/absolute/path/to/your/Obsidian/Vault" ./obsidian

This keeps OpenClaw operating inside the workspace while writing directly into the real vault.

What to store where

Use a stable folder taxonomy. Current proven structure:

  • 00-人物/ — people profiles, role cards, relationship context, resume variants
  • 10-组织/ — org structures, team maps, stakeholder context
  • 20-方法论/ — reusable frameworks, SOPs, evaluation logic, decision rules
  • 30-日志/ — daily journals and chronological work summaries
  • 90-OpenClaw/ — mirrored agent operating context (AGENTS.md, USER.md, MEMORY.md, etc.)

Do not dump everything into one folder. Prefer one note = one durable topic.

Writing rules

  1. Distill first, then write.
  2. Prefer structured markdown over raw chat transcripts.
  3. Create overview pages when details begin to scatter.
  4. Separate raw daily logs from long-term reusable knowledge.
  5. When a note reflects evolving judgment, write the current best understanding instead of preserving every conversational twist.

Recommended note types

1. Person notes

Use for:

  • user profile
  • leaders / collaborators / stakeholders
  • role positioning
  • performance goals
  • relationship context

Typical examples:

  • 00-人物/佘金明.md
  • 00-人物/章东丞.md
  • 00-人物/佘金明-工作画像.md

2. Org notes

Use for:

  • team structure
  • reporting lines
  • collaboration topology
  • account/project organization

Typical example:

  • 10-组织/BlueFocus-宁德时代项目组.md

3. Methodology notes

Use for:

  • frameworks that will be reused
  • evaluation models
  • operating principles
  • AI workflow / SOP abstractions

Typical examples:

  • 20-方法论/AI助理-评估与运营改进框架.md
  • 20-方法论/AI助理运营阶段性汇报-3月9日上线至今.md

4. Daily journal notes

Use for:

  • what was done today
  • outputs created
  • stage results
  • next-step suggestions

Typical example:

  • 30-日志/YYYY-MM-DD.md

5. OpenClaw mirror notes

Mirror key workspace files into 90-OpenClaw/ when you want the Obsidian vault to contain the agent's operating context.

Typical files:

  • AGENTS.md
  • SOUL.md
  • USER.md
  • MEMORY.md
  • TOOLS.md
  • HEARTBEAT.md

Workflow: convert chat work into Obsidian knowledge

A. Identify the knowledge type

Ask:

  • Is this about a person?
  • Is this about an org/team?
  • Is this a reusable method?
  • Is this just today’s progress?
  • Is this agent self-context that should be mirrored?

B. Choose the destination note

  • Append to an existing note if the topic already exists.
  • Create a new note if the content would otherwise make an unrelated note bloated.
  • Create an overview note when several related notes need a summary layer.

C. Rewrite into durable markdown

Prefer sections like:

  • 基本信息
  • 当前理解
  • 核心职责
  • 协作关系
  • 方法论
  • 今日完成
  • 下一步建议

D. Keep logs and knowledge separate

  • Put “today what happened” in 30-日志/
  • Put reusable conclusions in 00-人物/, 10-组织/, 20-方法论/

Workflow: daily journal sync

When asked to write a daily journal:

  1. Summarize the day’s actual completed work.
  2. List key files/outputs created.
  3. Capture stage-level outcomes, not just actions.
  4. Add recommended next steps if useful.
  5. Save to 30-日志/YYYY-MM-DD.md.

Workflow: mirror OpenClaw context into Obsidian

Use when you want the vault to preserve the agent’s own operating documents.

Mirror from workspace root into obsidian/90-OpenClaw/:

  • AGENTS.md
  • BOOTSTRAP.md if still relevant
  • IDENTITY.md
  • SOUL.md
  • USER.md
  • MEMORY.md
  • TOOLS.md
  • HEARTBEAT.md

This is useful for:

  • letting humans inspect agent context in Obsidian
  • keeping system memory visible and editable
  • preserving operational continuity in the vault

Practical rules for other agents

  • Respect privacy: do not export sensitive material to shared vaults unless explicitly intended.
  • Prefer incremental updates over large rewrites.
  • If content comes from screenshots or docs, convert it into structured text before storing.
  • If multiple notes are created in one task, also create or update one summary/overview note when helpful.
  • Do not assume Obsidian plugins or APIs are available; plain markdown file operations are sufficient.

Verification checklist

After setup or sync, verify:

ls -la ./obsidian
find -L ./obsidian -maxdepth 3 -type f | sort | sed -n '1,50p'

Confirm:

  • obsidian/ exists and points to the real vault or is a real folder
  • target markdown files were created in the intended category
  • note names are human-readable
  • content is structured enough for future reuse

Bundled references

  • Folder structure and note placement: references/structure.md
  • Reusable operating workflow: references/workflow.md
  • Example vault patterns from current usage: references/examples.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

98.08%
按下载量换算944

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills