Skip to content

nha-in/abdm-integrators-assistant

v0.5.0MIT

Agent skills for ABDM integration from the ABDM Developer Portal, compiled from the Catalogue. One skill per module: abdm-gateway, abdm-m1 to abdm-m4 on the provider side, abdm-p1 (P1 Registration and login), abdm-p2 (P2 Management), abdm-p3 (P3 Subscription) and abdm-p4 (P4 Locker) inside a PHR application, abdm-subscription, abdm-scan-and-pay, and abdm-fhir for NRCES compliant bundles. Each carries its work as sections that load on demand: scaffold builds the module flow by flow against the sandbox, integrate holds the calls and headers, debug walks a failed call to a named fix and lists every recorded code, test carries the matrix. Every step cites the atom it came from, and nothing has been run against the sandbox. Three commands open the work from the terminal: /abdm-preflight checks what must be true before any call, /abdm-prove-encryption settles the RSA padding before a flow is built on it, and /abdm-decode-error turns a response into the named fix. The abdm-call-debugger agent takes one failing call to a fix and verifies it by the original call succeeding.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "abdm-integrators-assistant",
  "version": "0.5.0",
  "description": "Agent skills for ABDM integration from the ABDM Developer Portal, compiled from the Catalogue. One skill per module: abdm-gateway, abdm-m1 to abdm-m4 on the provider side, abdm-p1 (P1 Registration and login), abdm-p2 (P2 Management), abdm-p3 (P3 Subscription) and abdm-p4 (P4 Locker) inside a PHR application, abdm-subscription, abdm-scan-and-pay, and abdm-fhir for NRCES compliant bundles. Each carries its work as sections that load on demand: scaffold builds the module flow by flow against the sandbox, integrate holds the calls and headers, debug walks a failed call to a named fix and lists every recorded code, test carries the matrix. Every step cites the atom it came from, and nothing has been run against the sandbox. Three commands open the work from the terminal: /abdm-preflight checks what must be true before any call, /abdm-prove-encryption settles the RSA padding before a flow is built on it, and /abdm-decode-error turns a response into the named fix. The abdm-call-debugger agent takes one failing call to a fix and verifies it by the original call succeeding.",
  "author": {
    "name": "ABDM Developer Portal",
    "url": "https://github.com/nha-in/docs"
  },
  "homepage": "https://github.com/nha-in/docs",
  "repository": "https://github.com/nha-in/docs",
  "license": "MIT",
  "keywords": [
    "abdm",
    "abha",
    "hie-cm",
    "m1",
    "m2",
    "fhir",
    "nrces",
    "healthcare",
    "india-health"
  ]
}