雷达加了第二张脸——这回是给 Agent 看的
上一篇讲的是我用 AX 雷达的一手体验。这一篇讲我给它加了 HTTP API、MCP server 和一份 Claude Skill——让 Claude 自己能查、能搜、能保存。两张脸共用一个后端;sha256 不是 bcrypt;pgvector 早就在了;Skill 才是放 domain 知识的地方。
上一篇讲的是我用 AX 雷达的一手体验。这一篇讲我给它加了 HTTP API、MCP server 和一份 Claude Skill——让 Claude 自己能查、能搜、能保存。两张脸共用一个后端;sha256 不是 bcrypt;pgvector 早就在了;Skill 才是放 domain 知识的地方。
Part 1 covered AX Radar from my side as the operator. Part 2 covers what I shipped this week: an HTTP API, an MCP server, and a Claude Code skill that let Claude read, search, and mutate the radar directly. Two surfaces, one backend. Why sha256 beats bcrypt here. Why semantic search rode the existing pgvector index. Why the skill is where domain knowledge lives.
15 个源文件,5 个依赖,零数据库。把 LLM 当编译器用,Obsidian 当 IDE,Wiki 当代码库。
I built a personal knowledge compiler that treats the LLM as a programmer and your wiki as a codebase. 15 source files, 5 dependencies, zero databases.
© Xingfan Xia 2024 - 2026 · CC BY-NC 4.0