abridge-hello-world
Installation
SKILL.md
Abridge Hello World
Overview
Minimal working example demonstrating Abridge's ambient clinical documentation. This creates a simulated encounter session, sends audio/transcript data, and receives a structured clinical note.
Prerequisites
- Completed
abridge-install-authsetup - Abridge sandbox credentials configured
- Node.js 18+ with TypeScript
Instructions
Step 1: Create Project Structure
mkdir abridge-hello-world && cd abridge-hello-world
npm init -y
Related skills