← All skills
Tencent SkillHub · Developer Tools

Obsidian - read, search, write and edit direct to obsidian vault.

Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, scripts/obsidian_cli.py, scripts/obsidian_search.py, .clawhub/origin.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Obsidian Knowledge Base

Obsidian vault = folder with Markdown files + .obsidian/ config.

Configuration

Vault Path: /home/ruslan/webdav/data/ruslain Env: OBSIDIAN_VAULT=/home/ruslan/webdav/data/ruslain

CLI Usage

Scripts location: /home/ruslan/.openclaw/workspace/skills/obsidian/scripts Note: Global flags (--vault, --json) must come BEFORE the command. export OBSIDIAN_VAULT=/home/ruslan/webdav/data/ruslain cd /home/ruslan/.openclaw/workspace/skills/obsidian/scripts # Search (fuzzy/phonetic) - uses ripgrep for speed python3 obsidian_search.py "$OBSIDIAN_VAULT" "query" --limit 10 --json # List notes python3 obsidian_cli.py --json list # all notes python3 obsidian_cli.py --json list "Projects" # in folder # List folders python3 obsidian_cli.py --json folders # Read note python3 obsidian_cli.py --json read "Note Name" # Create note python3 obsidian_cli.py --json create "Title" -c "Content" -f "Folder" -t tag1 tag2 python3 obsidian_cli.py --json create "Title" -c "Content" --auto-folder # auto-detect folder # Edit note python3 obsidian_cli.py --json edit "Note" append -c "Text to append" python3 obsidian_cli.py --json edit "Note" prepend -c "Text at start" python3 obsidian_cli.py --json edit "Note" replace -c "New full content" python3 obsidian_cli.py --json edit "Note" replace-section -s "Summary" -c "New section text" # Tags python3 obsidian_cli.py --json tags # Links (incoming/outgoing) python3 obsidian_cli.py --json links "Note Name" # Suggest folder for content python3 obsidian_cli.py --json suggest-folder "content text" --title "Note Title"

Workflow: Query Knowledge Base

Run obsidian_search.py with user query Read top results if needed for context Formulate answer based on found content Cite sources: [[Note Name]]

Workflow: Save Note

If no folder specified → run suggest-folder or use --auto-folder Create note with create command Add appropriate tags based on content Report created path to user

Workflow: Edit Note by Prompt

User prompts like: "Добавь резюме в конец заметки X" → edit X append -c "..." "Перепиши заметку Y более кратко" → read note, rewrite, edit Y replace -c "..." "Добавь секцию 'Выводы' в заметку Z" → edit Z replace-section -s "Выводы" -c "..."

Note Format

--- created: 2024-01-15T10:30:00 modified: 2024-01-15T12:00:00 tags: - project - work --- # Title Content with [[wikilinks]] and #inline-tags.

Wikilinks

[[Note Name]] — link to note [[Note Name|Display Text]] — link with alias [[Note Name#Section]] — link to section

Frontmatter Fields

Standard fields: created — creation timestamp modified — last edit timestamp tags — list of tags aliases — alternative names for linking

Search Behavior

obsidian_search.py uses: ripgrep for fast initial filtering Title matching (highest weight) Tag matching Fuzzy content search with phonetic transliteration (RU↔EN) Returns: path, title, score, matched context

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • scripts/obsidian_cli.py Scripts
  • scripts/obsidian_search.py Scripts
  • _meta.json Config
  • .clawhub/origin.json Config