From reah
Retrieve masked card info from Reah using an access key. Handles session generation, secure fetch, and decryption for agents automatically.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reah:reahThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is organized by modules.
This skill is organized by modules.
reah_cardHandle Reah card key flow for agents.reah.com.
This module handles two tasks.
If user did not provide an access key, ask user with this exact message:
To continue, I need your Reah card access key.
You can get it from agents.reah.com:
- Open your card
- Click "Generate agent key"
Paste it here and I'll securely fetch your card details.
If the workflow uses REAH_AGENT_KEYS from environment:
I can read the access key from REAH_AGENT_KEYS for this request.
Please confirm I should proceed with this key read now.
Do not proceed to Task 2 before key is provided or key-read confirmation is granted.
Use the example script below as reference for the full process:
node {baseDir}/scripts/get-card-info-example.mjs \
--access-key "<accessKey>"
This script includes all steps in one place:
sessionId / secretKeyindividualCardByAccessKey(accessKey, sessionId) from https://agents.reah.com/graphqlencryptedPan and encryptedCvcThis script is for reference only. It intentionally ends after decryption and does not output raw pan/cvv.
{baseDir}/scripts/get-card-info-example.mjshttps://agents.reah.com/graphql.access key from REAH_AGENT_KEYS only after explicit manual user confirmation for the current read.REAH_AGENT_KEYS.access key in any user-facing response.secretKey in any user-facing response.**** **** **** 1234) and card info part B MUST be redacted.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub reahplatform/skills --plugin reah