Stats
Actions
Tags
From epic-agent-skills
Use when the agent needs to list, inspect, or revoke active OAuth sessions in the Epic FlowState portal
How this skill is triggered — by the user, by Claude, or both
Slash command
/epic-agent-skills:agent-manage-sessionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List and revoke active OAuth sessions granted to the Epic FlowState gateway.
List and revoke active OAuth sessions granted to the Epic FlowState gateway.
agent-auth)epic-agent sessions list
# Shows: session ID, client, granted scopes, created at, last active
epic-agent sessions get <session-id>
# Shows: full session details, token expiry, associated client app
epic-agent sessions revoke <session-id>
# Immediately invalidates this OAuth session
epic-agent sessions revoke --all
# Invalidates every OAuth session — use for security incidents
# You will need to re-authenticate after this
epic-agent sessions list --client <client-id>
epic-agent sessions revoke --client <client-id>
| Field | Description |
|---|---|
id | Unique session identifier |
clientId | OAuth client that requested the session |
scopes | Granted permission scopes |
createdAt | When the session was authorized |
lastActiveAt | Last API call timestamp |
expiresAt | Token expiry time |
--all: you will be logged out — confirm before proceedingnpx claudepluginhub epic-digital-im/epic-agent-skillsProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.