obsidian-cli
The obsidian-cli skill enables agents to interact with an open Obsidian vault via the command line. It supports note management, task tracking, vault searching, and plugin development workflows.
Is obsidian-cli safe to install?
Review the source first: our audit of obsidian-cli's source files found 22 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to modify vault files and interact with the Obsidian application process.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and power users who want to automate Obsidian vault operations or streamline plugin and theme development.
What can you do with it?
- Create, read, and append content to notes
- Search vault content and manage properties
- Manage daily notes and tasks
- Reload plugins and themes during development
- Debug plugins using console logs, DOM inspection, and JavaScript evaluation
How good is this skill?
Quality score: 9/10. The skill provides a clear and comprehensive interface for Obsidian automation. The documentation is structured well for both general users and plugin developers.
What does the skill file contain?
# Obsidian CLI Use the `obsidian` CLI to interact with a running Obsidian instance. Requires Obsidian to be open. ## Command reference Run `obsidian help` to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli ## Syntax **Parameters** take a value with `=`. Quote values with spaces: ```bash obsidian create name="My Note" content="Hello world" ``` **Flags** are boolean switches with no value: ```bash obsidian create name="My Note" silent overwrite ``` For multiline content use `\n` for newline and `\t` for tab. ## File targeting Many command...
Frequently asked questions
Does the skill require Obsidian to be running?
Yes, the skill requires an open Obsidian instance to execute commands.
How do I target a specific vault?
Use the vault parameter as the first argument, for example: obsidian vault="My Vault" search query="test".
Can I run custom JavaScript in my vault?
Yes, the obsidian eval command allows execution of JavaScript code within the application context.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.