展示HN:KatmerCode – 在Obsidian中使用学术研究技能的Claude代码

1作者: hkcanan大约 12 小时前原帖
我为我的妻子(学术研究者)开发了一个 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> - &#x2F;peer-review — 8-criteria manuscript evaluation with radar chart - &#x2F;cite-verify — checks references against CrossRef, Semantic Scholar, OpenAlex - &#x2F;research-gap — finds gaps in the literature with feasibility scoring - &#x2F;journal-match — suggests target journals from your reference profile - &#x2F;lit-search — parallel search across arXiv, PubMed, Semantic Scholar, OpenAlex - &#x2F;citation-network — interactive citation graph - &#x2F;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&#x2F;katmer-code</code></pre>