Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install AgriciDaniel/claude-obsidian. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

AgriciDaniel/claude-obsidian Installation Guide

How to install AgriciDaniel/claude-obsidian. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for AgriciDaniel/claude-obsidian. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i AgriciDaniel/claude-obsidian
or

Install via npx

npx @hexmos/ipm i AgriciDaniel/claude-obsidian

Prerequisites

Python

programming_language

Version: 3.11

Obsidian

application

Bash

shell

Git

version_control

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install from Source

git clone https://github.com/AgriciDaniel/claude-obsidian.git

cd claude-obsidian

export GENERATED_AT="$(date -u +%Y-%m-%dT%H:%M:%SZ)"

export OPERATION_ID="init-reviewed"

python3 scripts/claude-obsidian.py init "$HOME/Documents/MyKnowledgeVault" --generated-at "$GENERATED_AT" --operation-id "$OPERATION_ID"

python3 scripts/claude-obsidian.py init "$HOME/Documents/MyKnowledgeVault" --generated-at "$GENERATED_AT" --operation-id "$OPERATION_ID" --approved-plan-sha256 "<sha256-from-the-plan>" --apply

cd "$HOME/Documents/MyKnowledgeVault"

claude --plugin-dir /absolute/path/to/claude-obsidian

Setup for Codex, OpenCode, or Gemini

git clone https://github.com/AgriciDaniel/claude-obsidian.git

cd claude-obsidian

bash bin/setup-multi-agent.sh --host codex

bash bin/setup-multi-agent.sh --host codex --apply

Windows and WSL Installation

git clone https://github.com/AgriciDaniel/claude-obsidian.git

cd claude-obsidian

python3 scripts/claude-obsidian.py init "/mnt/c/Users/<YourUsername>/Documents/MyKnowledgeVault" --generated-at "$(date -u +%Y-%m-%dT%H:%M:%SZ)" --operation-id "init-reviewed" --approved-plan-sha256 "<sha256-from-the-plan>" --apply