← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install patient-recruitment-ad-gen
功能描述
Generate ethical, compliant, and patient-friendly recruitment advertisements for clinical trials.
安全使用建议
This skill appears to do what it says: generate IRB/EC‑style recruitment text from the provided inputs. Before using it: (1) verify IRB/EC approval and legal/regulatory language for your jurisdiction before distributing any ad; (2) avoid pasting personal health information or participant identifiers into the inputs unless you control where outputs are stored; (3) note the small doc/code mismatch (SKILL.md mentions a CONFIG block and third‑party packages but the script uses only Python stdlib), so run python -m py_compile scripts/main.py and python scripts/main.py --help in a safe environment first to confirm behavior; (4) if you plan to integrate this into automated pipelines, ensure review and approval steps are preserved so ads are not published without human IRB review.
功能分析
Type: OpenClaw Skill
Name: patient-recruitment-ad-gen
Version: 1.0.0
The skill is a legitimate tool for generating clinical trial recruitment advertisements. The Python script (scripts/main.py) performs safe string formatting based on user-provided arguments and contains no network calls, file system modifications, or dangerous execution sinks like eval or os.system. The documentation (SKILL.md and references/) is thorough, focusing on regulatory compliance (FDA/EMA/ICH-GCP) and ethical guidelines without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the actual artifacts: SKILL.md, reference guidance, and a single Python script that formats recruitment text. The skill does not request unrelated credentials, system paths, or external tooling that would be disproportionate to generating recruitment ads.
Instruction Scope
Runtime instructions are narrowly scoped to validating inputs and running scripts/main.py. They do not instruct reading unrelated system files or sending data to external endpoints. Minor inconsistency: SKILL.md mentions editing an in-file CONFIG block and unpinned third-party packages, but scripts/main.py contains no CONFIG block and imports only Python stdlib modules, so the guidance is slightly misleading but not dangerous.
Install Mechanism
There is no install spec; this is instruction-plus-local-script only. That lowers surface risk — nothing is downloaded or written by an installer and the script uses only stdlib imports (argparse, json, datetime, typing).
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script accepts inputs via CLI flags and prints or emits JSON; this is proportionate to the stated functionality. Note: SKILL.md's mention of unspecified third-party packages is unnecessary here because the script uses only stdlib.
Persistence & Privilege
The skill is not set to always:true and does not request ongoing presence or modify other skills. Autonomous model invocation is allowed (platform default) but not combined with any concerning privileges or credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install patient-recruitment-ad-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/patient-recruitment-ad-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Patient Recruitment Ad Generator v1.0.0
- Initial release providing a workflow to generate ethical, compliant, and patient-friendly clinical trial recruitment advertisements.
- Supports structured input parameters for disease, study phase, intervention, population, location, investigator, and more.
- Ensures IRB/EC regulatory compliance, excluding prohibited language and undue influence.
- Includes reproducible output with explicit assumptions and fallback for incomplete input.
- Reference materials and sample templates provided for guidance on ethics and regulatory standards.
- Designed for use by researchers and clinical organizations to streamline ad creation and review.
元数据
常见问题
Patient Recruitment Ad Gen 是什么?
Generate ethical, compliant, and patient-friendly recruitment advertisements for clinical trials. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Patient Recruitment Ad Gen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install patient-recruitment-ad-gen」即可一键安装,无需额外配置。
Patient Recruitment Ad Gen 是免费的吗?
是的,Patient Recruitment Ad Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Patient Recruitment Ad Gen 支持哪些平台?
Patient Recruitment Ad Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Patient Recruitment Ad Gen?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills