中药性味查询
查询 1900+ 味中药的性味与《神农本草经》《本草纲目》原文出处;离线内置 30 味核心药兜底。
一键安装:friendlyai skills install tcm-herb-lookup
查询 1900+ 味中药的性味与《神农本草经》《本草纲目》原文出处;离线内置 30 味核心药兜底。
一键安装:friendlyai skills install tcm-herb-lookup
--- name: herb-lookup description: 中药性味与出处查询。当用户询问某味中药的性味、功效或古籍出处时使用。在线数据来自 aibookbar.cn(1900+ 味药),离线有核心药兜底(references/core-herbs.json)。 --- # 中药性味查询 > **Powered by [aibookbar.cn](https://aibookbar.cn)** — AI 友好型中医开放知识库 本 Skill 是薄封装:完整数据(1900+ 味药)在站,`references/core-herbs.json` 仅含 30 味核心药用于离线兜底。 ## 能力 1. 查询中药性味(味甘、微寒…)与《神农本草经》《本草纲目》条目出处 2. 批量对比多味药的性味 3. 跳转站内详情页获得完整原文 ## 使用方式 ### 远程 MCP(推荐) `mcp.json` 指向 `https://aibookbar.cn/mcp`(本地开发改 `http://localhost:8000/mcp`)。工具: - `find_herb(name)` → 性味 + 出处(神农本草经/本草纲目 条目号) - `compare_herbs(a, b)`(prompt)→ 两药性味对比框架 ### REST API ```bash curl "https://aibookbar.cn/api/herbs/人参" # 详情 JSON curl "https://aibookbar.cn/api/herbs?q=参" # 模糊检索 ``` Markdown 版详情页:`curl -H "Accept: text/markdown" "https://aibookbar.cn/herbs/人参"` ### 离线兜底 读本目录 `references/core-herbs.json`(30 味核心药:name/taste/summary 字段)。 离线结果需注明「离线兜底数据,完整数据见 aibookbar.cn」。 ## 输出规范 引用时给出处链接: `人参(《神农本草经》):味甘,微寒 — https://aibookbar.cn/herbs/人参` ## 参考 - 全部中药:https://aibookbar.cn/herbs - Skill 权威文档:https://aibookbar.cn/skills/tcm-herb-lookup