claudian-installer
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.
Bundled Version
Current bundled Claudian version: 2.0.2
Installation Workflow
Step 0: 先确认安装目标(必须先做)
开始前先确认:
- 要安装到哪个 Obsidian vault
- 是否允许在目标 vault 下写入
.obsidian/plugins/claudian - 用户是否知道安装后还需要在 Obsidian 里手动启用插件
如果用户已经明确给了 vault 路径,也可以直接继续,但要在回复里说明默认使用该路径。
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:
mkdir -p /path/to/vault/.obsidian/plugins/claudian
Step 3: Copy Plugin Files
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/
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/:
main.js- Plugin main codemanifest.json- Plugin manifeststyles.css- Plugin styles
More from chujianyun/skills
prompt-optimizer
Prompt 优化助手。适用于用户想优化提示词、改进 AI 指令、为特定任务设计更好的 prompt,或需要选择合适提示框架时使用。会根据任务场景匹配合适框架,必要时先追问关键信息,再输出更清晰、更可执行的提示词版本。
116skill-optimizer
审查并优化现有 skill 的触发语义、工作流、确认门槛、资源组织、安全边界与文档分层。当用户提到“优化 skill”“检查 skill 质量”“改进某个 skill”“重构技能说明”,或明确说明要优化哪些方面时使用。默认先审查并给计划,只有在用户明确确认开始修改后才实施。
57qoder-wiki
Qoder 官方文档知识库,包含产品介绍、用户指南、功能配置、扩展能力、账户定价和故障排查。当用户询问 Qoder 相关问题(如安装、使用、功能、定价、快捷键、MCP、Skills、Quest Mode、Repo Wiki 等)时使用此 skill。
55openclaw-wiki
OpenClaw 官方文档知识库。适用于用户询问 OpenClaw 相关问题,如安装、配置、Gateway、WhatsApp/Telegram/Discord 等渠道连接、Sessions、Tools、Skills、Pi Agent、CLI、故障排查等场景。默认先查本地文档,文档不足时再考虑联网补充。
47sync-skills
Skills 同步助手。将本地目录、GitHub 仓库或 skillsmp.com 页面的 skill 同步到用户选择的 AI 编码工具目录。使用 AskUserQuestion 选择目标(支持多选和自定义路径),展示同步计划后执行,同名 skill 会被覆盖。必须包含 ~/.agents/skills 作为同步目标。
45openclaw-session-cleaner
OpenClaw session 清理助手。用于用户提到清理 OpenClaw sessions、删除旧 cron session、压缩或重建 sessions.json、排查 session 文件膨胀时使用。触发后优先检查 ~/.openclaw/agents/main/sessions/ 下的 session 文件数量和 sessions.json 大小,并按指令执行清理。
44