Show HN: KatmerCode – 在 Obsidian 中使用 Claude Code,具备学术研究能力
1 分•作者: hkcanan•大约 20 小时前
我为我的妻子(学术研究员)构建了一个 Obsidian 插件。它使用 Agent SDK 将 Claude Code 嵌入为侧边栏聊天,并附带 7 个斜杠命令技能:
```
- /peer-review — 基于 8 个标准的手稿评估,附带雷达图
- /cite-verify — 针对 CrossRef、Semantic Scholar、OpenAlex 验证参考文献
- /research-gap — 查找文献中的空白,并进行可行性评分
- /journal-match — 根据您的参考文献资料推荐目标期刊
- /lit-search — 在 arXiv、PubMed、Semantic Scholar、OpenAlex 上进行并行搜索
- /citation-network — 交互式引用图
- /abstract — 生成 5 种格式的摘要
```
此外,它还具有内联差异编辑功能(编辑器中的字级别跟踪更改)和 MCP 服务器支持。
开源 (MIT 许可证): hkcanan/katmer-code
查看原文
I built an Obsidian plugin for my wife (academic researcher). It embeds Claude Code as a sidebar chat using the Agent SDK, and ships with 7 slash-command skills:<p><pre><code> - /peer-review — 8-criteria manuscript evaluation with radar chart
- /cite-verify — checks references against CrossRef, Semantic Scholar, OpenAlex
- /research-gap — finds gaps in the literature with feasibility scoring
- /journal-match — suggests target journals from your reference profile
- /lit-search — parallel search across arXiv, PubMed, Semantic Scholar, OpenAlex
- /citation-network — interactive citation graph
- /abstract — generates abstracts in 5 formats
Also has inline diff editing (word-level track changes in the editor) and MCP server support.
Open source (MIT): hkcanan/katmer-code</code></pre>