Read manifest
Start with the machine file. It points to docs, registry, Scout, MCP and safety rules.
curl -fsSL https://nipmod.com/.well-known/nipmod.jsonAgents
Agents can discover Nipmod, search packages, inspect trust, plan installs and use MCP without a human account.
Runbook
Read machine metadata first, then inspect and plan before any install writes to the workspace.
Start with the machine file. It points to docs, registry, Scout, MCP and safety rules.
curl -fsSL https://nipmod.com/.well-known/nipmod.jsonUse the plain text entrypoint when an agent needs the full workflow in one place.
curl -fsSL https://nipmod.com/llms.txtUse Scout candidates when an existing Gitlawb repo should become a claimed package.
curl -fsS https://nipmod.com/scout/candidates
curl -fsS https://nipmod.com/scout/healthFind packages from the public registry without a Nipmod account.
nipmod search gitlawb --onlineRead source, digest, permissions, trust and dependency metadata before install.
nipmod inspect pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --jsonPreview the install graph before changing the workspace.
nipmod install --plan pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --jsonExpose read only package tools to agent hosts.
nipmod mcp serveRules