/install case-echo
Case Echo
Extract structured JSON fields from a short Chinese medical case description.
Use this skill for
- short case summaries in Chinese
- quick field extraction from one paragraph of case text
- converting semi-structured case text into simple JSON
- standardizing obvious fields before downstream analysis
Fields
Extract these fields when present:
- sex
- age
- diagnosis
- stage
- egfr
- pd_l1
- brain_metastasis
- raw_text
Execution
Run the bundled shell script and pass the original case text as one quoted argument:
bash scripts/run_case_echo.sh "\x3CUSER_CASE_TEXT>"
Replace \x3CUSER_CASE_TEXT> with the user's original case text.
Output rules
- Return valid JSON only.
- Do not add explanation before or after the JSON.
- Keep missing fields as null.
- Do not invent values not present in the input text.
- This skill only structures text. It does not provide diagnosis or treatment recommendations.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install case-echo - 安装完成后,直接呼叫该 Skill 的名称或使用
/case-echo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Case Echo 是什么?
extract simple structured json fields from a short chinese medical case description. use when the user provides a brief chinese case summary and wants standa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Case Echo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install case-echo」即可一键安装,无需额外配置。
Case Echo 是免费的吗?
是的,Case Echo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Case Echo 支持哪些平台?
Case Echo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Case Echo?
由 heyheya11(@heyheya11)开发并维护,当前版本 v0.1.0。