Files
nexus/wiki/concepts/Claudian.md

38 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Claudian"
type: concept
tags: [obsidian, plugin, claude-code]
last_updated: 2026-04-21
---
## Definition
Claudian 是 YishenTu 开发的 Obsidian 第三方插件,通过 BRAT 安装,适配 Claude Code Agent实现自然语言驱动的 Obsidian 笔记管理。
## 安装方式
1. 在 Obsidian 插件市场搜索并安装 **BRAT**
2. 打开"设置 → BRAT → Add Beta plugin"
3. 输入仓库地址:`YishenTu/claudian`
4. 点击 Add Plugin等待下载完成
5. 在"第三方插件"列表中启用 Claudian
## 配置(可选:使用自定义模型)
```bash
ANTHROPIC_BASE_URL=https://open.bigmodel.cn/api/anthropic
ANTHROPIC_API_KEY=***key
ANTHROPIC_DEFAULT_OPUS_MODEL=GLM-5
```
可使用兼容 Anthropic 接口的模型(如智谱 GLM 或 DeepSeek替换 Claude。
## 验证配置
- `Ctrl/Cmd + P` 调出命令面板 → 输入 `claudian` → 选择 `Open chat view`
- 发送"你好",若回复正常则配置成功
## 替代方案
- [[Obsidian-Agent-Client]] — 支持 Claude Code / Codex / Gemini CLI / OpenCode / Qwen Code 多 Agent 适配
## Connections
- [[YishenTu]] — Claudian 开发者
- [[Claude Code]] — Claudian 适配的 Agent
- [[obsidian-必装-skills]] — 来源文档
- [[BRAT]] — 安装工具