From hermes-qq
Installs Claudian Obsidian plugin into a vault: confirms path, creates .obsidian/plugins/claudian directory, copies main.js/manifest.json/styles.css assets, guides enablement in settings. Auto-activates on Claudian install requests.
npx claudepluginhub chujianyun/skills --plugin hermes-qqThis skill uses the workspace's default tool permissions.
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.
Sets up Obsidian plugin dev environment: clones sample plugin, installs TypeScript/esbuild deps, configures manifest.json/versions.json, symlinks dev vault.
Guides building AI-powered personal knowledge management system using Obsidian Markdown vaults and Claude Code, with vault architecture, workflows, and prompts for AI-maintained notes.
Documents Claude Code plugin structure including directory layout, plugin.json manifest, commands/agents/skills/hooks organization, naming conventions, and auto-discovery.
Share bugs, ideas, or general feedback.
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 styles