← 返回 Skills 市场
aipoch-ai

Prior Authorization Letter Drafter

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prior-auth-letter-drafter
功能描述
Generate professional prior authorization request letters for insurance companies with proper clinical justification and formatting.
安全使用建议
This package appears to be a simple, local prior-authorization letter generator (no network or credential access). However, before trusting it with real patient data you should: 1) Note the inconsistencies — SKILL.md claims DOCX/PDF output, templates, and python-docx/jinja2, but the code only writes plaintext and the named template file is missing. 2) Verify requirements.txt — the root file lists an unknown 'main' dependency and 'dataclasses' unnecessarily; this looks like a packaging error. 3) Manual review — inspect scripts/main.py (already included) and run python -m py_compile scripts/main.py, then run the script with test (non-PHI) data to confirm behavior. 4) Ensure HIPAA/privacy compliance — do not feed real PHI until you confirm the environment and storage meet your policies. 5) If you need DOCX/PDF output or carrier-specific templates, request the author to supply the missing template files and correct dependency declarations or modify the script locally. These issues look like sloppy packaging rather than malicious intent, but fix the discrepancies or run in an isolated environment before using with sensitive data.
功能分析
Type: OpenClaw Skill Name: prior-auth-letter-drafter Version: 1.0.0 The skill bundle is a straightforward template generator for medical prior authorization letters. The core logic in `scripts/main.py` uses standard Python libraries to parse JSON and generate formatted text, with no evidence of network access, data exfiltration, or malicious execution. While `requirements.txt` oddly lists 'main' as a dependency (likely a developer error referring to the script name), and the bundle includes a simulated audit report (`prior-auth-letter-drafter_audit_result_v1.json`), no harmful intent or high-risk vulnerabilities were identified.
能力评估
Purpose & Capability
The scripts/main.py implements a plaintext prior authorization letter generator consistent with the stated purpose. However, SKILL.md and references claim DOCX/PDF output, python-docx/jinja2 dependencies, and a letter_template.docx that are not present in the package; those claimed capabilities are not implemented by the code.
Instruction Scope
SKILL.md instructs running the packaged Python script and validating inputs; the instructions do not ask for unrelated system data, environment variables, or network access. The runtime guidance is scoped to generating letters and validating inputs.
Install Mechanism
There is no install spec (instruction-only + packaged script), so nothing is downloaded at install time (low install risk). However, the repository contains contradictory dependency notes: references/requirements.txt says no external deps, SKILL.md mentions python-docx/jinja2, and root requirements.txt lists 'dataclasses' and an unknown 'main' package — these inconsistencies are suspicious but not an active install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code reads only a provided JSON input file and writes local output; no secret access or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not attempt to modify other skills or global agent settings. It runs locally when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prior-auth-letter-drafter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prior-auth-letter-drafter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of prior-auth-letter-drafter: - Generates professional prior authorization request letters for insurance companies with standardized formatting and clinical justification. - Supports medical codes (ICD-10, CPT/HCPCS) and customizable templates for different insurance carriers. - Command-line usage with audit-ready commands and robust input parameter validation. - Produces structured DOCX output including required provider, patient, and service details. - Includes security and risk assessment guidelines, with fallback procedures for missing inputs or execution errors.
元数据
Slug prior-auth-letter-drafter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Prior Authorization Letter Drafter 是什么?

Generate professional prior authorization request letters for insurance companies with proper clinical justification and formatting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Prior Authorization Letter Drafter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prior-auth-letter-drafter」即可一键安装,无需额外配置。

Prior Authorization Letter Drafter 是免费的吗?

是的,Prior Authorization Letter Drafter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Prior Authorization Letter Drafter 支持哪些平台?

Prior Authorization Letter Drafter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Prior Authorization Letter Drafter?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论