← Back to Skills Marketplace
12357851

Obsidian 1 0 0.Local.Backup

by 12357851 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
171
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install obsidian-1-0-0-local-backup
Description
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
README (SKILL.md)

Obsidian

Obsidian vault = a normal folder on disk.

Vault structure (typical)

  • Notes: *.md (plain text Markdown; edit with any editor)
  • Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts)
  • Canvases: *.canvas (JSON)
  • Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.)

Find the active vault(s)

Obsidian desktop tracks vaults here (source of truth):

  • ~/Library/Application Support/obsidian/obsidian.json

obsidian-cli resolves vaults from that file; vault name is typically the folder name (path suffix).

Fast “what vault is active / where are the notes?”

  • If you’ve already set a default: obsidian-cli print-default --path-only
  • Otherwise, read ~/Library/Application Support/obsidian/obsidian.json and use the vault entry with "open": true.

Notes

  • Multiple vaults common (iCloud vs ~/Documents, work/personal, etc.). Don’t guess; read config.
  • Avoid writing hardcoded vault paths into scripts; prefer reading the config or using print-default.

obsidian-cli quick start

Pick a default vault (once):

  • obsidian-cli set-default "\x3Cvault-folder-name>"
  • obsidian-cli print-default / obsidian-cli print-default --path-only

Search

  • obsidian-cli search "query" (note names)
  • obsidian-cli search-content "query" (inside notes; shows snippets + lines)

Create

  • obsidian-cli create "Folder/New note" --content "..." --open
  • Requires Obsidian URI handler (obsidian://…) working (Obsidian installed).
  • Avoid creating notes under “hidden” dot-folders (e.g. .something/...) via URI; Obsidian may refuse.

Move/rename (safe refactor)

  • obsidian-cli move "old/path/note" "new/path/note"
  • Updates [[wikilinks]] and common Markdown links across the vault (this is the main win vs mv).

Delete

  • obsidian-cli delete "path/note"

Prefer direct edits when appropriate: open the .md file and change it; Obsidian will pick it up.

Usage Guidance
This skill is coherent for automating Obsidian via obsidian-cli, but check a few practical things before installing: 1) The install is a Homebrew tap (yakitrak/yakitrak) — verify the tap/maintainer is trustworthy or inspect the formula/source before installing. 2) The SKILL.md points to a macOS config path (~/Library/Application Support/obsidian/obsidian.json); if you use Linux/Windows, ensure obsidian-cli or the skill supports your OS and that you know where your vaults are. 3) The skill will read your Obsidian config and local note files (normal for this use case) — ensure you are comfortable granting local-file access. 4) Metadata ownerId differs slightly between registry and _meta.json; this can indicate repackaging or a minor metadata issue — if provenance matters, confirm the publisher. If you need stronger assurance, review the obsidian-cli source code or the Homebrew formula before installing.
Capability Analysis
Type: OpenClaw Skill Name: obsidian-1-0-0-local-backup Version: 1.0.0 The skill bundle provides instructions and metadata for managing Obsidian vaults using the legitimate 'obsidian-cli' tool. It includes standard installation steps via Homebrew (yakitrak/yakitrak/obsidian-cli) and provides guidance for the agent to locate vault configurations in the local filesystem (~/Library/Application Support/obsidian/obsidian.json). No malicious intent, data exfiltration, or suspicious command execution patterns were identified.
Capability Assessment
Purpose & Capability
The skill's name/description (Obsidian automation) match the declared requirement (obsidian-cli) and the instructions (search, create, move, delete notes, and reading Obsidian's config to find vaults). Requiring obsidian-cli is proportional to the stated purpose.
Instruction Scope
SKILL.md confines actions to local vault operations and locating the active vault via ~/Library/Application Support/obsidian/obsidian.json. Reading that local config file is necessary to reliably find vaults. The doc does not instruct sending data to external endpoints or accessing unrelated system resources. Note: the referenced config path is macOS-specific; the skill does not provide alternate paths for other OSes.
Install Mechanism
The install step is a Homebrew formula (yakitrak/yakitrak/obsidian-cli). Installing via a brew tap is a typical delivery mechanism, but yakitrak appears to be a third-party tap (not an official widely-known repo). This is a moderate-risk install vector compared with an official GitHub release or core Homebrew formula because it will fetch and install code from that tap.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond the Obsidian config it documents. That is proportionate to the stated task of operating on local Obsidian vaults.
Persistence & Privilege
always is false and the skill is user-invocable. There is no instruction to modify other skills or global agent settings. The skill does ask the agent to read a user config file and vault files, which is expected for this purpose but worth noting as local file access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install obsidian-1-0-0-local-backup
  3. After installation, invoke the skill by name or use /obsidian-1-0-0-local-backup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
obsidian-1-0-0-local-backup 1.0.0 - Initial release of the Obsidian skill. - Adds support for working with Obsidian vaults (plain Markdown notes) using obsidian-cli. - Provides instructions for finding active vaults and recommended scripting practices. - Includes obsidian-cli quick start commands for searching, creating, moving, and deleting notes.
Metadata
Slug obsidian-1-0-0-local-backup
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Obsidian 1 0 0.Local.Backup?

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.

How do I install Obsidian 1 0 0.Local.Backup?

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

Is Obsidian 1 0 0.Local.Backup free?

Yes, Obsidian 1 0 0.Local.Backup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Obsidian 1 0 0.Local.Backup support?

Obsidian 1 0 0.Local.Backup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Obsidian 1 0 0.Local.Backup?

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

💬 Comments