vault-config

Display and modify obsidian-brain settings through an interactive vault-config UI.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/abhattacherjee/obsidian-brain --skill vault-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-config
Source: https://github.com/abhattacherjee/obsidian-brain/tree/main/skills/vault-config
Command: npx skills add https://github.com/abhattacherjee/obsidian-brain --skill vault-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive configuration menu for obsidian-brain settings, enabling users to view and change settings (e.g., log_raw_messages) and adjust session filtering thresholds.

Core Features & Use Cases

  • Interactive configuration via /vault-config to view and modify vault settings like vault_path, sessions_folder, insights_folder, and other thresholds.
  • Immediate feedback: display current values and apply changes persistently to ~/.claude/obsidian-brain-config.json.
  • Use Case: A user wants to toggle raw message logging or tighten session filters after initial setup.

Quick Start

Launch the vault-config interactive menu to view and tweak obsidian-brain settings.

Frequently Asked Questions about vault-config

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

FAQPage Schema
How do I change obsidian-brain settings like vault paths and session thresholds?

You can modify obsidian-brain settings by launching the interactive configuration menu via the /vault-config command. This menu reads the current configuration from the local claude cache, validates your changes, and writes updates persistently to ~/.claude/obsidian-brain-config.json.

Can I toggle raw message logging for obsidian-brain sessions?

Yes, you can toggle the log_raw_messages setting through the interactive vault-config UI. Launching the /vault-config command displays current values and applies your changes persistently to the configuration file.

What settings can I adjust for filtering obsidian-brain sessions?

You can adjust session filtering thresholds such as min_turns and min_duration_minutes through the interactive vault-config menu. The UI displays current values and writes validated updates to ~/.claude/obsidian-brain-config.json.

Where are obsidian-brain configuration files stored locally?

Obsidian-brain configuration is stored locally in ~/.claude/obsidian-brain-config.json. The vault-config UI reads the current configuration from the local claude cache and writes updates to this file with proper permissions.

Do I need any dependencies to use the interactive vault configuration menu?

No additional dependencies are required to use the interactive vault configuration menu. The Skill operates independently by reading the current configuration from the local claude cache and writing validated changes directly to the configuration file.

How does the vault-config menu validate setting changes before applying them?

The vault-config interactive menu validates changes before writing updates to ~/.claude/obsidian-brain-config.json. It ensures that modified settings like vault paths and session thresholds are properly formatted and applied with correct file permissions.