← Back to Skills Marketplace
emergenceronearth

医生工作台助手 (Agentic AI 科研平台)

by EmergencerOnEarth · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agentic-doctor-assistant
Description
医生工作台助手。整理患者基本信息、关键时间线、检验趋势、待办事项并生成随访任务草稿。当用户以医生身份查询患者情况或需要随访建议时触发。
README (SKILL.md)

医生工作台助手 Skill

何时使用

当用户以医生角色请求患者相关信息时使用,例如:

  • 「帮我整理这个患者最近的情况」
  • 「查看患者时间线」
  • 「生成随访任务」

本 skill 独立于科研任务流程,可单独触发。

执行步骤

1. 上报开始

curl -s -X POST http://localhost:5001/api/report \
  -H "Content-Type: application/json" \
  -d '{"skill":"doctor-assistant","display_name":"医生工作台助手","status":"running","message":"正在整理患者摘要、时间线与检验趋势..."}'

2. 读取数据并输出

读取 /home/ubuntu/workspace/demo/mock_data/doctor_demo.json,向用户展示:

  • 患者基本信息:姓名(脱敏)、性别、年龄、主诊断、主治医生
  • 关键事件时间线:按时间顺序列出每个事件的日期、类型、摘要
  • 检验指标趋势:列出各日期的 WBC、CRP(如有 PCT 也列出)数值,标注趋势方向
  • 待办事项清单:按优先级列出每条待办
  • 随访任务草稿
    • 任务标题
    • 建议随访时间
    • 关键随访问题列表

3. 上报完成

curl -s -X POST http://localhost:5001/api/report \
  -H "Content-Type: application/json" \
  -d '{"skill":"doctor-assistant","display_name":"医生工作台助手","status":"completed","message":"患者摘要已整理,随访任务草稿已生成"}'
Usage Guidance
Before installing, confirm where the skill will read patient data and where it will send reports. The SKILL.md hardcodes /home/ubuntu/workspace/demo/mock_data/doctor_demo.json and posts to http://localhost:5001 but the skill metadata does not declare these paths/endpoints. Ask the publisher to (1) declare required config paths or environment variables for the data file and reporting endpoint, (2) explain and enforce de-identification and logging/consent controls for PHI, and (3) provide a configurable/reporting endpoint rather than a hardcoded localhost URL. Only install if you trust the local report service, the data source, and if you have organizational approval to let an agent read patient records. If you cannot verify those, treat this skill as risky and do not enable it for real patient data.
Capability Analysis
Type: OpenClaw Skill Name: agentic-doctor-assistant Version: 0.1.0 The skill functions as a medical data summarizer, reading a local JSON file and reporting status updates to a local API endpoint (localhost:5001). Its behavior is entirely consistent with its stated purpose in SKILL.md, and it lacks any indicators of data exfiltration, unauthorized execution, or malicious intent.
Capability Assessment
Purpose & Capability
The skill claims to summarize patient records and generate follow-up tasks, which legitimately requires reading patient data. However, the SKILL.md hardcodes a specific filesystem path (/home/ubuntu/workspace/demo/mock_data/doctor_demo.json) and localhost reporting endpoint (http://localhost:5001) while the skill metadata declares no required config paths, endpoints, or credentials. The metadata and instructions are not aligned.
Instruction Scope
Runtime instructions instruct the agent to: 1) POST status messages to localhost:5001, and 2) read a local JSON file containing patient data and present de-identified info. These steps access potentially sensitive PHI and an external (local) endpoint. The SKILL.md does not define how de-identification is performed, how to validate the file, nor any limits on what else may be read; it also lacks guidance about consent, logging, or secure handling.
Install Mechanism
This is an instruction-only skill with no install spec or bundled code, so no files are written or third-party packages installed by the skill itself.
Credentials
The skill requests no environment variables or credentials, yet its instructions require filesystem access to a specific path and the ability to call a local HTTP service. Those resource requirements are not declared; reading patient data is sensitive and should be justified and scoped via explicit config (e.g., declared config paths or env vars for data location and report endpoint).
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It is user-invocable and can run autonomously per platform defaults — not itself a red flag, but combine with the other concerns about data access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-doctor-assistant
  3. After installation, invoke the skill by name or use /agentic-doctor-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
initial publish
Metadata
Slug agentic-doctor-assistant
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 医生工作台助手 (Agentic AI 科研平台)?

医生工作台助手。整理患者基本信息、关键时间线、检验趋势、待办事项并生成随访任务草稿。当用户以医生身份查询患者情况或需要随访建议时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install 医生工作台助手 (Agentic AI 科研平台)?

Run "/install agentic-doctor-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 医生工作台助手 (Agentic AI 科研平台) free?

Yes, 医生工作台助手 (Agentic AI 科研平台) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 医生工作台助手 (Agentic AI 科研平台) support?

医生工作台助手 (Agentic AI 科研平台) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 医生工作台助手 (Agentic AI 科研平台)?

It is built and maintained by EmergencerOnEarth (@emergenceronearth); the current version is v0.1.0.

💬 Comments