← 返回 Skills 市场
heyheya11

Case Echo

作者 heyheya11 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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.
安全使用建议
This skill appears coherent and limited to parsing provided Chinese case text into JSON. Before installing: 1) Ensure python3 is available on the host (the SKILL.md should declare this dependency). 2) Treat any input as protected health information — avoid feeding real patient-identifiable data unless you have appropriate consent and controls. 3) Test with non-sensitive examples to confirm the output format meets your needs; the extraction is regex-based and intentionally simple, so it may miss or mis-handle nonstandard phrasing. 4) If you need production use, consider reviewing/expanding the extraction patterns or adding logging/privacy controls.
功能分析
Type: OpenClaw Skill Name: case-echo Version: 0.1.0 The skill is vulnerable to shell injection in `scripts/run_case_echo.sh`, as it passes unvalidated user input (`$1`) directly into a shell command. While the Python logic in `scripts/extract_case.py` is a benign regex-based parser for medical text, the execution wrapper in `SKILL.md` and the shell script could allow an attacker to execute arbitrary commands via shell metacharacters (e.g., backticks or command substitution) within the case text.
能力评估
Purpose & Capability
The name/description (extract structured fields from Chinese case text) aligns with the included scripts which perform regex-based extraction. Minor mismatch: SKILL metadata lists no required binaries, but the runtime instruction and scripts invoke python3, so the skill implicitly requires a python3 runtime to be available.
Instruction Scope
SKILL.md instructs running the bundled shell script with the case text as a single argument. The scripts only read the provided text and return JSON; they do not access other files, environment variables, or external endpoints.
Install Mechanism
Instruction-only installation (no install spec). Two small local scripts are bundled; nothing is downloaded or extracted from external URLs.
Credentials
The skill requests no environment variables or credentials. The code does not attempt to read secrets or unrelated env vars.
Persistence & Privilege
The skill is not always-enabled and does not modify agent/system configuration. It runs only when invoked and has no elevated persistence or privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install case-echo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /case-echo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
initial public release
元数据
Slug case-echo
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论