Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add iblai/medical-healthcare-agents --skill availitygit clone --depth 1 https://github.com/iblai/medical-healthcare-agentsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/iblai/medical-healthcare-agents/availity)<a href="https://agentmods.dev/skills/iblai/medical-healthcare-agents/availity"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/availity/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/iblai/medical-healthcare-agents/availity"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/availity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.00692 |
| Opus 5 | $0.00018 | $0.00346 |
| Sonnet 5 | $0.00007 | $0.00138 |
| Haiku 4.5 | $0.00004 | $0.00069 |
Grade A, and why
availity scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Availity Essentials
What it is
Availity is the largest healthcare information network in the US, connecting providers to hundreds of payers for eligibility, benefits, and administrative transactions. Availity Essentials (the payer-agnostic portal and API layer) supports X12 270/271 eligibility transactions, X12 278 prior authorization requests and responses, payer-specific PA requirement lookups, and provider enrollment management. Agents use it to automate revenue cycle and PA workflows without manual portal navigation.
When to use this skill
- Verify a patient's insurance coverage, deductible status, and copay/coinsurance before a procedure
- Check whether a specific CPT/HCPCS code requires prior authorization for a given payer
- Submit a PA request (X12 278) and retrieve authorization number or denial with reason codes
- Check the status of a pending prior authorization
- Manage provider enrollment status and roster submissions across multiple payers
Credentials
This skill authenticates using variables declared in the metadata above. Copy ~/.openclaw/.env.example to ~/.openclaw/.env and fill in real values. Required variables:
AVAILITY_CLIENT_ID- OAuth 2.0 client ID from Availity developer portalAVAILITY_CLIENT_SECRET- OAuth 2.0 client secret for token exchangeAVAILITY_BASE_URL- API base URL (https://api.availity.com/availity/v1)AVAILITY_ORG_ID- Availity organization ID assigned to the provider group/health system
Key operations
POST /eligibility-benefit-inquiry— real-time eligibility and benefits check (X12 270/271 equivalent); returns coverage, deductible, OOP max, PA required flagPOST /authorizations— submit prior authorization request (X12 278 equivalent) with diagnosis, procedure, and clinical attachmentGET /authorizations/{authId}— retrieve PA status (approved/denied/pending) and authorization numberGET /payers/{payerId}/pa-requirements?cpt={code}— lookup whether PA is required for a specific CPT by payerGET /providers/{npi}/enrollments— list payer enrollment status by provider NPIPOST /enrollments— submit new payer enrollment transaction
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 40 lines · 37 tokens per session scan A e2668d7015eb
availity is a skill published in the GitHub repository iblai/medical-healthcare-agents (10 stars, last pushed 3mo ago), licensed MIT. It adds 37 tokens to every session and 692 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
confluence
Confluence team wiki and documentation platform - lets an agent search, read, and create pages across internal knowledge bases, runbooks, technical documentation, and policy spaces.
github
GitHub source control and collaboration platform - lets an agent read pull requests, commits, repository metadata, and CI workflow results to support engineering review and documentation.
hubspot
HubSpot CRM and Marketing Hub - lets an agent read and update deals, contacts, companies, marketing campaigns, and workflow enrollments across the inbound sales and marketing lifecycle.
jira
Jira project and issue tracking - lets an agent create, query, update, and link issues, sprints, and epics across engineering, IT, and operations projects.
okta
Okta workforce identity platform - lets an agent verify employee identity, look up user profiles and group memberships, check MFA enrollment status, and support access provisioning workflows.
salesforce
Salesforce CRM and Sales Cloud - lets an agent read and write opportunities, accounts, contacts, cases, and activities across the enterprise revenue and support lifecycle.