view --main billing-skill-dlya-avtomatizatsii-vystavleniya-schetov.md
Billing: скилл для автоматизации выставления счетов
SKILL.md
metadata.json
readonly
--- lines
---
name: Billing
description: A set of skills to handle billing the patients, government or health insurance.
---
# Billing
## Claim health insurance
This action will create an incidient at the insurance company.
```python
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.
```python
def create_invoice(patient_id, reciept):
# Mock Code
# ...
```
## Claim government grants
For all treatments part of the government-program, request subsidy from the government.
```python
def request_government_subsidy(treatment_program_id, patient_id, incident_report, receipt):
# Mock Code
# ...
```
Инициализация мануала...
//
$ ls -R related_skills/
2026-04-02
⭐ 104
claims-material-check-medical-insurance-assistant: Скилл проверки документов
2026-04-02
⭐ 1
vibecode-integration-brex: Скилл для управления Brex
2026-04-02
⭐ 6
tranzila-payment-gateway: Скилл интеграции платежей в Израиле
2026-04-02
⭐ 1
mercadopago-integration: Скилл для интеграции платежей
package.json
$ install --global
skills.sh
npx skills add https://github.com/majiayu000/claude-skill-registry-data/tree/main/data/billing
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы