From p8-advisor
Installs the Claudian Obsidian plugin by copying files to a target vault and guiding the user to enable it. Activated when users mention Claudian or installing it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/p8-advisor:claudian-installerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
Current bundled Claudian version: 2.0.2
开始前先确认:
.obsidian/plugins/claudian如果用户已经明确给了 vault 路径,也可以直接继续,但要在回复里说明默认使用该路径。
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.
Create the claudian plugin folder in the vault's plugins directory:
mkdir -p /path/to/vault/.obsidian/plugins/claudian
Copy the plugin files from this skill's assets to the plugin directory:
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/
Remind the user to enable the plugin in Obsidian:
This skill includes the following plugin files in assets/:
main.js - Plugin main codemanifest.json - Plugin manifeststyles.css - Plugin stylesnpx claudepluginhub chujianyun/skills --plugin p8-advisorBootstraps an Obsidian plugin project: clones the official sample plugin, installs TypeScript + esbuild, configures manifest.json, and symlinks a dev vault for local testing.
Guides setting up Obsidian as a Markdown vault with Claude Code for AI-powered personal knowledge management. Includes vault architecture and CLAUDE.md instructions.
Install the BenAI Relay fork in an Obsidian vault as the foundation for a shared Team OS — replaces the official Relay (`system3-relay`) plugin with the BenAI fork (`benai-relay-fork`) which ships custom RBAC + access controls for team-wide vault sharing. Bundled production build ships inside the skill — user just points to their Obsidian vault path. Use when the user wants to "set up team os", "install BenAI Relay", "swap relay for the fork", "replace the official relay plugin", or "use BenAI's relay in my vault".