← Back to Skills Marketplace
ruslanlanket

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

by RuslanLanket · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
8683
Downloads
6
Stars
89
Active Installs
1
Versions
Install in OpenClaw
/install obsidian-direct
Description
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.
Usage Guidance
Install only if you intend an agent to access and modify your Obsidian vault. Change the hardcoded vault path, keep backups or version history enabled, avoid storing secrets in the vault, and consider adding confirmation or diff review before replace, clear, or overwrite operations.
Capability Analysis
Type: OpenClaw Skill Name: obsidian-direct Version: 1.0.0 The OpenClaw AgentSkills skill bundle for Obsidian is classified as benign. The `SKILL.md` provides clear, task-oriented instructions for the agent to manage Obsidian notes, without any evidence of prompt injection attempts to deviate from its purpose or perform malicious actions. The Python scripts (`obsidian_cli.py`, `obsidian_search.py`) legitimately interact with the file system to read and write markdown files within the specified vault. Crucially, external command execution via `subprocess.run` (for `ripgrep` and `grep`) properly sanitizes user input using `re.escape()`, mitigating command injection risks. There is no evidence of data exfiltration, persistence mechanisms, or other malicious behaviors.
Capability Assessment
Purpose & Capability
Reading, searching, creating, and editing Markdown notes is coherent with an Obsidian vault skill; the capability is powerful because it covers private knowledge-base content and full-note replacement.
Instruction Scope
The SKILL.md discloses create and edit workflows, but it does not separate read-only from mutating use or require preview/confirmation before append, replace, or section-replacement operations.
Install Mechanism
No downloader, remote execution, or installer persistence was found. The documentation and code include a hardcoded personal vault path that users would need to review and change.
Credentials
The scripts operate across all Markdown files in the configured vault and accept caller-supplied vault and folder paths; folder handling is not clearly constrained to the vault, which is broader than ideal for a local private notes skill.
Persistence & Privilege
The CLI persistently creates and edits files, can overwrite an existing note on create, and supports destructive replace/clear behavior without built-in backup, dry-run, or confirmation controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install obsidian-direct
  3. After installation, invoke the skill by name or use /obsidian-direct
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Adds support for managing Obsidian vaults as a knowledge base. - Fuzzy/phonetic search across all notes using fast ripgrep filtering. - Automatic folder detection for new notes and note suggestion based on content. - Create, read, and edit notes with frontmatter (timestamps, tags, aliases). - Manage tags, incoming/outgoing wikilinks, and sections within notes. - Comprehensive CLI scripts for querying, saving, editing, and organizing notes and folders. - Designed workflows for knowledge base queries, note creation, and prompt-driven editing.
Metadata
Slug obsidian-direct
Version 1.0.0
License
All-time Installs 307
Active Installs 89
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 8683 downloads so far.

How do I install Obsidian - read, search, write and edit direct to obsidian vault.?

Run "/install obsidian-direct" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

Yes, Obsidian - read, search, write and edit direct to obsidian vault. is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Obsidian - read, search, write and edit direct to obsidian vault. support?

Obsidian - read, search, write and edit direct to obsidian vault. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by RuslanLanket (@ruslanlanket); the current version is v1.0.0.

💬 Comments