claudian-installer
Original:🇺🇸 English
Translated
1 scripts
Install Claudian Obsidian plugin which embeds Claude Code as an AI collaborator in your vault. Use when the user wants to install Claudian plugin to their Obsidian vault, or mentions "Claudian", "Claude Code in Obsidian", or "install Claudian plugin".
14installs
Sourcechujianyun/skills
Added on
NPX Install
npx skill4agent add chujianyun/skills claudian-installerTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Claudian Installer
Install Claudian - an Obsidian plugin that embeds Claude Code as an AI collaborator in your vault, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.
Installation Workflow
Step 1: Confirm Vault Path
Ask the user to confirm the Obsidian vault path. The default is the current working directory:
Default: <current working directory>If the user specifies a different path, use that instead.
Step 2: Create Plugin Directory
Create the claudian plugin folder in the vault's plugins directory:
bash
mkdir -p /path/to/vault/.obsidian/plugins/claudianStep 3: Copy Plugin Files
Copy the plugin files from this skill's assets to the plugin directory:
bash
cp <skill-path>/assets/main.js /path/to/vault/.obsidian/plugins/claudian/
cp <skill-path>/assets/manifest.json /path/to/vault/.obsidian/plugins/claudian/
cp <skill-path>/assets/styles.css /path/to/vault/.obsidian/plugins/claudian/Step 4: Enable the Plugin
Remind the user to enable the plugin in Obsidian:
- Open Obsidian
- Go to Settings → Community plugins
- Find "Claudian" in the list
- Click to enable it
Assets
This skill includes the following plugin files in :
assets/- - Plugin main code
main.js - - Plugin manifest
manifest.json - - Plugin styles
styles.css