Agent skill · software engineering · jeremylongshore

abridge-install-auth

Set up Abridge clinical AI platform authentication and EHR integration

Why this skill is useful

Adds executable scripts for Abridge integration and authentication that are specific to healthcare EHR systems, which the AI wouldn't generate on its own.

What it needs

Requires npm, pip installed locally. Requires abridge account access. About 3k tokens when loaded. Last updated 2026-08-07. 2,604 stars on the source repository.

What this skill does

Abridge Install & Auth Overview Configure Abridge ambient AI platform credentials and EHR integration tokens. Abridge is an enterprise clinical documentation platform — it does not have a public npm/pip SDK. Integration happens through EHR-embedded workflows (Epic Pal, Athena, eClinicalWorks) and partner API access. Prerequisites Healthcare organization with Abridge contract EHR system access (Epic, Athena, eClinicalWorks, Cerner, or AllScripts) Abridge Partner Portal credentials from your sales engineer HIPAA-compliant infrastructure (required for PHI handling) Instructions Step 1: Obtain Abridge Partner Credentials Step 2: Configure Epic EHR Integration (Most Common Path) Step 3: Authenticate via OAuth 2.0 (SMART on FHIR) Step 4: Verify Connection Output .env.local with partner credentials (chmod 600, gitignored) EHR integration config pointing to correct FHIR endpoints SMART on FHIR OAuth flow for clinician authentication Verified connectivity to Abridge partner API Examples In a sandbox onboarding session, obtain a non-production client from the partner portal and place its values in the deployment platform's secret store or a local, gitignored environment file with restrictive permissions. Complete a SMART-on-FHIR authorization using a sandbox redirect URI, then call the health endpoint and record only its HTTP status and organization-safe request identifier. A 200 response proves connectivity, not production readiness. If verification returns 401 or 403, stop and confirm the client, scope, organization provisioning, and redirect URI with the service owners; never paste a credential into a ticket, shell history, or source file. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills jeremylongshore/abridge-install-auth

View the source on GitHub

Browse the @skills marketplace