← 返回 Skills 市场
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ecrf-designer
功能描述
Design clinical trial CRFs with proper validation rules
使用说明 (SKILL.md)
eCRF Designer
Clinical data collection form design.
Use Cases
- Case report form creation
- CDISC SDTM compliance
- EDC system setup
- Data validation rules
Parameters
visit_schedule: Time pointsdata_elements: Variables to collectcdisc_domain: SDTM domain
Returns
- CRF specifications
- Field validation rules
- Logic skip patterns
- Data dictionary
Example
Demographics form with edit checks for age range
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
Security Checklist
- No hardcoded credentials or API keys
- No unauthorized file system access (../)
- Output does not expose sensitive information
- Prompt injection protections in place
- Input file paths validated (no ../ traversal)
- Output directory restricted to workspace
- Script execution in sandboxed environment
- Error messages sanitized (no stack traces exposed)
- Dependencies audited
Prerequisites
No additional Python packages required.
Evaluation Criteria
Success Metrics
- Successfully executes main functionality
- Output meets quality standards
- Handles edge cases gracefully
- Performance is acceptable
Test Cases
- Basic Functionality: Standard input → Expected output
- Edge Case: Invalid input → Graceful error handling
- Performance: Large dataset → Acceptable processing time
Lifecycle Status
- Current Stage: Draft
- Next Review Date: 2026-03-06
- Known Issues: None
- Planned Improvements:
- Performance optimization
- Additional feature support
安全使用建议
This package appears coherent and low-risk for its stated purpose, but take these precautions before installing or running it:
- Inspect the included scripts/main.py (you already have it) and confirm it matches your expectations. It only writes a JSON file and prints to stdout.
- SKILL.md mentions path validation, but the script does not sanitize the output path; avoid running it with untrusted output locations and run it in a workspace/sandbox.
- The documentation references R although only Python code is present—confirm there are no missing components you expect.
- Test with non-sensitive sample data first. If you plan to use real clinical data, run in an isolated environment and ensure your own data-handling controls (encryption, access controls) are applied.
- If you need stricter guarantees, add explicit path validation or modify export_json to enforce an allowed output directory and reject parent-directory traversal.
功能分析
Type: OpenClaw Skill
Name: ecrf-designer
Version: 1.0.0
The eCRF Designer skill is a legitimate tool for generating clinical trial Case Report Form templates in JSON format. The core logic in scripts/main.py is straightforward, providing templates for demographics and adverse events without any network activity, obfuscation, or unauthorized file access. The SKILL.md documentation accurately reflects the tool's functionality and includes standard security considerations.
能力评估
Purpose & Capability
Name, description, SKILL.md use-cases, and the included Python script all align: the tool generates CRF templates, prints them, and exports JSON. There are no unrelated binaries, credentials, or installs required.
Instruction Scope
SKILL.md describes only local script execution and file I/O (expected). The Python script writes an output JSON and lists templates; it does not read arbitrary system files or call external endpoints. However, SKILL.md mentions 'Python/R scripts executed locally' while the package only contains a Python script (minor documentation mismatch). Also the security checklist calls for input path validation (no ../ traversal), but main.py does not perform any path sanitization or explicit validation on the output path.
Install Mechanism
No install spec is provided (instruction-only skill) and the only code is a small standalone Python script. Nothing is downloaded from external hosts and nothing will be written to system locations by an installer.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate for a local CRF generation tool.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges. always is false and there is no behavior that modifies other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ecrf-designer - 安装完成后,直接呼叫该 Skill 的名称或使用
/ecrf-designer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ecrf-designer skill:
- Enables design of clinical trial case report forms (CRFs) with validation rules
- Supports CDISC SDTM compliance and logic skip patterns
- Outputs CRF specifications, field validation, and data dictionary
- Local execution of Python/R scripts; no external API use
- Includes security and risk assessments with checklist
- No extra Python dependencies required
元数据
常见问题
eCRF Designer 是什么?
Design clinical trial CRFs with proper validation rules. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 eCRF Designer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ecrf-designer」即可一键安装,无需额外配置。
eCRF Designer 是免费的吗?
是的,eCRF Designer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
eCRF Designer 支持哪些平台?
eCRF Designer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 eCRF Designer?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills