Billing
SkillDev toolsA set of skills to handle billing the patients, government or health insurance.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Billing skill
What this skill tells your AI
The instructions your AI receives, as published by fdu-ins/insurance-skills in Skills/billing/SKILL.md and read by ahel’s review.
Claim health insurance
This action will create an incidient at the insurance company.
def create_incident(patient_id, incident_report, reciept):
# Mock Code
# ...
Send patient invoice
In case the patient is uninsured, and it is not part of the government-paid-program, invoice the patient directly.
def create_invoice(patient_id, reciept):
# Mock Code
# ...
Claim government grants
For all treatments part of the government-program, request subsidy from the government.
def request_government_subsidy(treatment_program_id, patient_id, incident_report, receipt):
# Mock Code
# ...
Signals
- GitHub stars
- 73
- Forks
- 19
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
billing- Source
- github.com/fdu-ins/insurance-skills