{
  "type": "dev.nipmod.bankr.free.v1",
  "name": "Nipmod Bankr free integration",
  "pricing": "free",
  "coin": "https://bankr.bot/launches/0x5155Eaa3B5784B829DeAD78189Eb4Bf69359dbA3",
  "skill": "https://nipmod.com/integrations/bankr/nipmod/SKILL.md",
  "proof": {
    "agentWorkflow": "https://nipmod.com/integrations/bankr/bankr.agent-proof.json",
    "demoPrompt": "Do not trade, transfer, sign, deploy, launch, swap, buy, sell, or spend anything. Read https://nipmod.com/integrations/bankr/nipmod/SKILL.md and https://nipmod.com/integrations/bankr/bankr.agent-proof.json. Prove the Nipmod workflow by returning JSON with: skillRead, packageFound, trustChecked, installPlanReady and safety. Use the proof package and commands from the proof JSON. Do not install packages or mutate the user's workspace.",
    "runtimeSmoke": "BANKR_API_KEY=bk_... node tools/bankr-agent-smoke.mjs --require-auth"
  },
  "services": {
    "package-search": {
      "description": "Search and read verified Nipmod packages without payment.",
      "primary": "nipmod search <query> --online",
      "api": "https://nipmod.com/registry/packages.json",
      "docs": "https://nipmod.com/packages"
    },
    "package-audit": {
      "description": "Inspect trust, provenance, permissions and advisory state without payment.",
      "primary": "nipmod inspect <package> --json",
      "commands": ["nipmod install --plan <package> --json", "nipmod audit --online"],
      "docs": "https://nipmod.com/audit"
    },
    "install-plan": {
      "description": "Prepare a package install plan without payment or workspace mutation.",
      "primary": "nipmod install --plan <package> --json",
      "docs": "https://nipmod.com/setup"
    }
  }
}
