/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install case-echo - After installation, invoke the skill by name or use
/case-echo - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Case Echo?
Run "/install case-echo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Case Echo free?
Yes, Case Echo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Case Echo support?
Case Echo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Case Echo?
It is built and maintained by heyheya11 (@heyheya11); the current version is v0.1.0.