Skip to main content
Brain OS requires Claude Code. Install and authenticate Claude Code before continuing.
1

Install Brain OS

The fastest way to install all 25 skills is the one-line curl installer:
This clones the plugin to ~/.brain-os/ and symlinks all skills to ~/.claude/skills/.
The Claude Code Marketplace gives you managed installs and one-command updates. Use it if you prefer not to run curl scripts directly:
2

Set your vault path

Open ~/.brain-os/brain-os.config.md and set vault_path to the location of your Obsidian vault:
Every Brain OS skill reads this file to locate your vault. If this is not set correctly, skills will not find your notes.See Vault Setup for the expected folder structure inside your vault.
3

Run your first skill

Open Claude Code and run:
The today skill reads your calendar, open tasks, and recent notes to generate a prioritized plan for the day. It’s a good first skill because it works immediately with whatever notes you already have.
4

Install specific skills only

If you only want a subset of skills, pass them as arguments to the installer:
This installs only self-learn, audit, and today — leaving your ~/.claude/skills/ directory untouched otherwise.
5

Uninstall

To remove all Brain OS skills:
This removes all Brain OS symlinks from ~/.claude/skills/. Your vault and config file are left untouched.