Tell your agent
Use this when the skill is not installed from a catalog yet.
Read https://nipmod.com/integrations/bankr/nipmod/SKILL.md and use Nipmod before installing agent packages.Bankr
A free Bankr-ready integration pack for agent skills, package discovery, trust inspection and install planning.
Skill
The skill follows the Bankr SKILL.md layout with optional references. Gitlawb stays the canonical source, and GitHub gives Bankr a public folder for review and installation.
Use this when the skill is not installed from a catalog yet.
Read https://nipmod.com/integrations/bankr/nipmod/SKILL.md and use Nipmod before installing agent packages.The public skill URL resolves on the live site.
https://nipmod.com/integrations/bankr/nipmod/SKILL.mdThe same folder can be submitted to the Bankr skill catalog.
https://github.com/nipmod/nipmod/tree/main/integrations/bankr/nipmodThe PR packet lists the target path, README row, PR body and smoke test.
https://nipmod.com/integrations/bankr/CATALOG_SUBMISSION.mdThe folder uses Bankr's portable skill format.
https://docs.bankr.bot/skills/in-bankr/skill-format/Proof
A Bankr agent can now prove the full Nipmod path: read the skill, find a package, check trust, return an install plan and stop before any install, wallet action or workspace mutation.
The prompt blocks wallet actions and asks for machine-readable proof output.
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.The manifest pins the package, expected trust result and safe workflow commands.
https://nipmod.com/integrations/bankr/bankr.agent-proof.jsonRun this only with a Bankr API key that has Agent API access. The prompt forbids wallet actions.
BANKR_API_KEY=bk_... node tools/bankr-agent-smoke.mjs --require-authThe agent reads the Bankr skill and returns the safety boundaries before touching packages.
curl -fsSL https://nipmod.com/integrations/bankr/nipmod/SKILL.mdThe agent finds a real package in the public registry with verified trust and no permissions.
nipmod search gitlawb-repo-reader --online --jsonThe agent inspects provenance, witness evidence, digest, signature and permissions before install.
nipmod inspect pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --jsonThe agent prepares a plan and waits for approval before any workspace mutation.
nipmod install --plan pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --jsonAgent runtimes
Bankr remains a workflow proof path. Codex and Claude Code can read the same Bankr skill files and the same Nipmod archive before any install, wallet or signing action.
Run the host setup first, then paste the safe Bankr prompt.
nipmod setup codex
nipmod setup claudeThe prompt keeps Bankr proof work away from wallet actions.
Use Nipmod to prepare a Bankr safe package workflow. Search for gitlawb-repo-reader, inspect trust, create an install plan, and do not run wallet, trading or signing actions.Services
Core Nipmod workflows stay free for Bankr agents. The $NPM Bankr coin remains an investor/community token link, not a required payment rail for package search, inspect, audit or install planning.
Bankr agents use the public Nipmod registry and CLI search before choosing a package.
Agents read trust, permissions and safe next commands without running package code or paying Nipmod.
Agents can prepare the install graph and wait for explicit approval before any workspace write.
Agents can read the machine map without authentication or payment.
https://nipmod.com/integrations/bankr/bankr.free.jsonBoundaries