setup-obsidian

Install or update the Oh My TIL Obsidian plugin in the current vault.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/SongYunSeop/oh-my-til --skill setup-obsidian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-obsidian
Source: https://github.com/SongYunSeop/oh-my-til/tree/main/skills/setup-obsidian
Command: npx skills add https://github.com/SongYunSeop/oh-my-til --skill setup-obsidian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install or update the Oh My TIL Obsidian plugin in the current Obsidian vault, enabling seamless plugin setup without manual file management.

Core Features & Use Cases

  • Installs main.js, manifest.json, styles.css, and node-pty into the vault's Obsidian plugin folder.
  • Explicitly does not install skills, agents, or CLAUDE.md; these are managed by the Claude Code Plugin.
  • Works from the vault directory and reports installation or update results for quick follow-up.

Quick Start

Run the install-obsidian command from the vault directory to install or update the Obsidian plugin.

Frequently Asked Questions about setup-obsidian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the Oh My TIL plugin in an Obsidian vault?

To install the Oh My TIL plugin, run the install-obsidian command from your vault directory to automatically download main.js, manifest.json, styles.css, and node-pty into the .obsidian plugin folder.

What do I need to set up the Obsidian plugin?

You need Node.js 18+ and an existing Obsidian vault containing an .obsidian folder to run the install-obsidian script and set up the plugin successfully.

How do I enable the Oh My TIL plugin after installation?

After running the install-obsidian script, you must manually enable the Oh My TIL plugin from the Obsidian Settings menu to start using it within your vault.

Does the Obsidian plugin installer also set up skills and agents?

No, the Obsidian plugin installer explicitly does not install skills, agents, or CLAUDE.md files; these elements are managed separately by the Claude Code Plugin.

Can I update an existing Oh My TIL Obsidian plugin installation?

Yes, running the install-obsidian command from your vault directory will update an existing Oh My TIL plugin installation and report the update results for quick verification.