← 返回 Skills 市场
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install medical-device-mdr-auditor
功能描述
Audit medical device technical files against EU MDR 2017/745 regulations.
安全使用建议
This package appears to be an offline auditor implemented as a Python script; it does not request credentials or download external code. Before running: (1) review scripts/main.py locally (you already have it) and confirm there are no network calls or hidden behaviors (the reviewed portion showed none). (2) Do not run the tool against broad or sensitive directories — supply an explicit technical-file directory to avoid scanning unrelated files (and avoid PHI exposure). (3) Use the suggested safe checks first: python -m py_compile scripts/main.py and python scripts/main.py --help. (4) Treat outputs as heuristic: the script uses filename patterns and simple size checks and is not a substitute for legal/regulatory review. If you need higher assurance, run the script in a sandboxed environment or have a compliance expert review both the code and the generated report.
功能分析
Type: OpenClaw Skill
Name: medical-device-mdr-auditor
Version: 1.0.0
The skill bundle is a legitimate tool designed to audit medical device technical documentation for EU MDR 2017/745 compliance. The core logic in `scripts/main.py` performs local file system scanning and keyword-based content validation using standard Python libraries (pathlib, re, json). No evidence of data exfiltration, network communication, or malicious execution (e.g., eval/os.system) was found. While the script reads file contents to verify regulatory requirements, it does so within the scope of its stated purpose, and the documentation in `SKILL.md` correctly describes the tool's behavior and risks.
能力评估
Purpose & Capability
The name/description, SKILL.md, and scripts/main.py all describe and implement a directory-scanning auditor for EU MDR requirements (checking filenames, simple size heuristics, producing a report). Required binaries/env/configs are none, which matches an offline Python script. Minor oddity: requirements.txt lists dataclasses and enum (both in the standard library for targeted Python versions), but this is a benign packaging artifact.
Instruction Scope
The SKILL.md instructs the agent to run scripts/main.py and to validate input/output paths before running, which is within scope. Two practical cautions: (1) the script recursively scans the provided input path (Path.rglob), so pointing it at a high-level path (e.g., / or your whole user home) will enumerate many files — avoid passing broad/sensitive directories. (2) SKILL.md suggests editing an in-file CONFIG block; the code review did not show a clearly labeled CONFIG block in the truncated main.py, so there is mild mismatch between docs and code that should be confirmed before automated runs. Usage examples include an absolute user-specific workspace path (likely leftover from packaging) — harmless but signals it was packaged from a user machine.
Install Mechanism
No install spec; skill is instruction + included Python script. No network downloads or third‑party installers are required. This is the lowest-risk install model for a script-only skill.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script operates on a user-supplied filesystem path only, which is appropriate for a file-audit tool.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or attempt to modify other skills. Autonomous invocation is allowed (platform default) but not combined with any other concerning privileges or credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install medical-device-mdr-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/medical-device-mdr-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release of the Medical Device MDR Auditor skill.
- Audits medical device technical files against EU MDR 2017/745 requirements.
- Checks for presence and completeness of critical documents, including Clinical Evaluation Reports, PMS and PMCF Plans, Risk Management, and other regulatory files.
- Supports single-file and batch audits with configurable input and output paths.
- Generates structured compliance reports, including audit findings and compliance status.
- Command-line interface with support for device classification, verbose output, and different output formats.
元数据
常见问题
Medical Device MDR Auditor 是什么?
Audit medical device technical files against EU MDR 2017/745 regulations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 Medical Device MDR Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install medical-device-mdr-auditor」即可一键安装,无需额外配置。
Medical Device MDR Auditor 是免费的吗?
是的,Medical Device MDR Auditor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Medical Device MDR Auditor 支持哪些平台?
Medical Device MDR Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Medical Device MDR Auditor?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills