Files
nexus/wiki/entities/YishenTu.md

36 lines
967 B
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: "YishenTu"
type: entity
tags: [obsidian, plugin, claude-code]
last_updated: 2026-04-21
---
## Basic Info
- **Role**: Claudian 插件开发者
- **GitHub**: `YishenTu/claudian`
- **Platform**: Obsidian 第三方插件(通过 BRAT 安装)
## Aliases
- YishenTu
## Key Contributions
开发了 **Claudian** — Obsidian 第三方插件,适配 Claude Code Agent实现自然语言驱动的 Obsidian 笔记管理。
### 安装方式
1. 在 Obsidian 安装 BRAT 插件
2. BRAT → Add Beta plugin → 输入 `YishenTu/claudian`
3. 在第三方插件列表中启用 Claudian
### 配置示例(使用智谱 GLM 替换 Claude
```bash
ANTHROPIC_BASE_URL=https://open.bigmodel.cn/api/anthropic
ANTHROPIC_API_KEY=***key
ANTHROPIC_DEFAULT_OPUS_MODEL=GLM-5
```
## Connections
- [[obsidian-必装-skills]] — 插件来源
- [[Claudian]] — YishenTu 开发的插件
- [[Claude Code]] — Claudian 适配的 Agent
- [[BRAT]] — Claudian 的安装工具