generated: '2026-08-15' method: generated source: >- Grounded in the operationIds published in this repo's openapi/ specs and in Candid Health's own documentation (integration guide, conventions, environments, mocking eligibility checks). Every operationId named in a skill was verified to exist verbatim in the referenced spec file. name: Candid Health Agent Skills description: >- Five packaged operating instructions covering the marquee Candid Health flows — auth, claim submission, eligibility, charge capture, and remittance reconciliation. Each carries the two rules an agent must not learn the hard way here: there is no idempotency key (client-supplied external_id plus a 409 is the whole contract), and there are no webhooks (the events scan endpoint plus a persisted cursor is the whole contract). skill_count: 5 skills: - file: candid-health-authenticate.md name: Authenticate with Candid Health api: openapi/candid-health-auth-api-openapi.yml operations: [getToken] - file: candid-health-submit-encounter.md name: Submit an encounter (claim) to Candid Health api: openapi/candid-health-encounters-api-openapi.yml operations: [getToken, createEncounter, getEncounter, getAllEncounters] - file: candid-health-check-eligibility.md name: Check patient eligibility with Candid Health api: openapi/candid-health-eligibility-api-openapi.yml operations: [getToken, submitEligibilityCheck, checkCoverageEligibility, post, batch, poll-batch, payer-search] - file: candid-health-charge-capture.md name: Capture charges in Candid Health api: openapi/candid-health-charge-capture-api-openapi.yml operations: [getToken, createChargeCapture, getAllChargeCaptures, getChargeCapture, getFeeScheduleMatch] - file: candid-health-reconcile-remittance.md name: Track claim status and reconcile remittance in Candid Health api: openapi/candid-health-events-api-openapi.yml operations: [getToken, scanEvents, getEvent, getInsuranceAdjudication, get-exports] provider_published_skills: found: false probed: - url: https://docs.joincandidhealth.com/AGENTS.md status: 200 note: >- SOFT 404 — returns text/plain "# Page Not Found / This page does not exist." with a list of similar pages. Not a document. The Fern docs platform answers 200 for every unknown path in this form. - url: https://candidhealth.com/AGENTS.md status: 404 - url: https://docs.joincandidhealth.com/llms.txt status: 200 note: >- Real, and harvested to llms/candid-health-llms.txt. It is a documentation index plus MCP pointer, not a skill set. note: >- Candid publishes an llms.txt and a documentation MCP server but no agent skills or AGENTS.md, so these are generated by API Evangelist from the published contract and documentation — not authored by Candid Health.