Nipmod

Bankr

Nipmod for Bankr agents

A free Bankr-ready integration pack for agent skills, package discovery, trust inspection and install planning.

Skill

Install the 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.

Prompt

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.
Skill file

Use now

The public skill URL resolves on the live site.

https://nipmod.com/integrations/bankr/nipmod/SKILL.md
Catalog

Ready for review

The same folder can be submitted to the Bankr skill catalog.

https://github.com/nipmod/nipmod/tree/main/integrations/bankr/nipmod
Submission

Catalog packet

The PR packet lists the target path, README row, PR body and smoke test.

https://nipmod.com/integrations/bankr/CATALOG_SUBMISSION.md
Format

Bankr skill docs

The folder uses Bankr's portable skill format.

https://docs.bankr.bot/skills/in-bankr/skill-format/

Proof

Agent proof workflow

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.

Prompt

Run with a Bankr agent

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.
Manifest

Agent proof JSON

The manifest pins the package, expected trust result and safe workflow commands.

https://nipmod.com/integrations/bankr/bankr.agent-proof.json
Runtime

Bankr API smoke

Run 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-auth
Read

Skill loaded

The agent reads the Bankr skill and returns the safety boundaries before touching packages.

curl -fsSL https://nipmod.com/integrations/bankr/nipmod/SKILL.md
Find

Package found

The agent finds a real package in the public registry with verified trust and no permissions.

nipmod search gitlawb-repo-reader --online --json
Trust

Trust checked

The agent inspects provenance, witness evidence, digest, signature and permissions before install.

nipmod inspect pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --json
Plan

Install plan only

The 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 --json

Agent runtimes

Use Bankr proof from Codex or Claude Code

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.

Setup

Connect agent host

Run the host setup first, then paste the safe Bankr prompt.

nipmod setup codex
nipmod setup claude
Prompt

Safe workflow

The 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

Free 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.

Search

Free package search

Bankr agents use the public Nipmod registry and CLI search before choosing a package.

Audit

Free package audit

Agents read trust, permissions and safe next commands without running package code or paying Nipmod.

Plan

Free install plan

Agents can prepare the install graph and wait for explicit approval before any workspace write.

Map

Free service map

Agents can read the machine map without authentication or payment.

https://nipmod.com/integrations/bankr/bankr.free.json

Boundaries

Clean integration path

Bankr is the wallet, agent and optional commerce surface.

Gitlawb remains the source network for signed agent repos.

Nipmod is the package, trust and install layer.

Nipmod package search, inspect, audit and install planning stay free.