← Back to Skills Marketplace
aipoch-ai

Prior Authorization Letter Drafter

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prior-auth-letter-drafter
Description
Generate professional prior authorization request letters for insurance companies with proper clinical justification and formatting.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prior-auth-letter-drafter
  3. After installation, invoke the skill by name or use /prior-auth-letter-drafter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug prior-auth-letter-drafter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Prior Authorization Letter Drafter?

Generate professional prior authorization request letters for insurance companies with proper clinical justification and formatting. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Prior Authorization Letter Drafter?

Run "/install prior-auth-letter-drafter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Prior Authorization Letter Drafter free?

Yes, Prior Authorization Letter Drafter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Prior Authorization Letter Drafter support?

Prior Authorization Letter Drafter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Prior Authorization Letter Drafter?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments