← 返回 Skills 市场
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install medical-scribe-dictation
功能描述
Convert physician verbal dictation into structured SOAP notes. Trigger.
安全使用建议
What to consider before installing or running this skill:
- Privacy / PHI: This skill’s code and documentation indicate it can call external LLMs (OpenAI/Anthropic) and STT libraries. If you process patient data, assume that transcriptions or SOAP notes could be sent to third-party APIs unless you verify a local-only mode. Do not run with real PHI on third-party endpoints unless you have an explicit HIPAA-compliant contractual arrangement and have validated the endpoint’s handling of PHI.
- Missing credential declarations: The registry metadata lists no required environment variables, but requirements and SKILL.md imply use of OpenAI/Anthropic which typically need API keys (e.g., OPENAI_API_KEY, ANTHROPIC_API_KEY). Confirm which credentials the script will read before providing them.
- Review the code before use: Inspect scripts/main.py for network calls, logging, or file-write locations (where transcripts/notes are stored). The audit JSON bundled with the package reports a prior review, but you should still run python -m py_compile scripts/main.py and read the source to confirm behavior (and to find where API keys are used).
- Prefer local processing for sensitive data: If you need to process PHI, prefer local STT (faster-whisper) and local model inference or an enterprise/HIPAA-compliant hosted LLM. If using public LLM APIs, redact identifiers or obtain institutional approval.
- Dependency consistency: SKILL.md references faster-whisper (optional) but requirements.txt lists 'whisper'. Decide which STT backend you will install and adjust dependencies accordingly.
- If you lack the ability to audit code or enforce PHI protections, treat this skill as risky for real patient data. If you proceed, test with synthetic or de-identified data first and limit API credentials to least-privilege accounts.
功能分析
Type: OpenClaw Skill
Name: medical-scribe-dictation
Version: 1.0.0
The skill bundle is a well-structured tool designed to convert medical dictations into SOAP notes. The Python script (scripts/main.py) implements legitimate rule-based and LLM-based parsing logic for medical vitals, medications, and clinical sections without any evidence of malicious execution (e.g., eval, os.system) or data exfiltration. While the documentation (SKILL.md) and a provided audit report (medical-scribe-dictation_audit_result_v2.json) contain some mismatched references to 'Academic Writing' (likely due to template reuse), the instructions are focused on safety, scope-bounding, and error handling rather than agent manipulation.
能力评估
Purpose & Capability
The skill's stated purpose (convert physician dictation to SOAP notes) matches the included code and reference material, but the declared metadata lists no required environment variables while the SKILL.md and requirements.txt explicitly reference external LLM packages (openai, anthropic) and STT (whisper/faster-whisper). That omission is inconsistent: using those dependencies normally requires API credentials and would change risk/profile for a medical (PHI) workflow.
Instruction Scope
Runtime instructions direct users to run scripts/main.py and to rely on LLM/STT dependencies but do not provide any explicit guidance or safeguards about handling protected health information (PHI), endpoint selection, or whether external LLMs are HIPAA-compliant. The SKILL.md does not warn that transcriptions or notes may be sent to third-party APIs (OpenAI/Anthropic) nor does it provide an explicit local-only mode or redaction guidance.
Install Mechanism
There is no network download/install spec in the registry entry (instruction-only install). The package includes a requirements.txt and a Python script; no opaque remote installers or extracted archives are used. Installation risk is therefore moderate/standard for a Python package (user must pip install dependencies).
Credentials
Registry metadata claims no required env vars, yet the code and SKILL.md rely on openai/anthropic clients which typically require API keys in environment variables; requirements.txt includes openai and anthropic. The skill also references whisper/faster-whisper for audio transcription. For a medical scribe, requesting API keys for external LLM services is a significant privacy/credential concern and should be declared and justified. The package does not enumerate which environment variables (e.g., OPENAI_API_KEY, ANTHROPIC_API_KEY) will be used or provide secure/PHI-safe deployment guidance.
Persistence & Privilege
The skill does not request elevated or permanent platform privileges (always is false). It is a packaged script that reads inputs and writes outputs; there is no indication it modifies other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install medical-scribe-dictation - 安装完成后,直接呼叫该 Skill 的名称或使用
/medical-scribe-dictation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
medical-scribe-dictation 1.0.0
- Initial release.
- Transforms physician dictation into structured SOAP notes with normalization and clinical quality checks.
- Supports both audio (speech-to-text) and pre-transcribed text inputs.
- Outputs are customizable by specialty, format, and confidence threshold.
- Includes medical terminology handling and validation logic.
- Reference templates, parameter explanations, usage examples, and workflow documentation provided.
元数据
常见问题
Medical Scribe (Dictation) 是什么?
Convert physician verbal dictation into structured SOAP notes. Trigger. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Medical Scribe (Dictation)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install medical-scribe-dictation」即可一键安装,无需额外配置。
Medical Scribe (Dictation) 是免费的吗?
是的,Medical Scribe (Dictation) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Medical Scribe (Dictation) 支持哪些平台?
Medical Scribe (Dictation) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Medical Scribe (Dictation)?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills