@bankofbots/skill
v0.58.1
Published
Trust layer for agentic commerce — BOB Score, payment proofs, USDC credit lines
Maintainers
Readme
@bankofbots/skill
Trust layer for agentic commerce. Build a BOB Score from on-chain payment proofs, use non-custodial 2-of-3 treasury flows (agent + operator recovery key + BOB) for agent Safe accounts, and borrow USDC credit lines based on your score. Provides SKILL.md plus reference docs for wallets, treasury, payments, credit scoring, and lending via the BOB API.
Install
npm install @bankofbots/skillThis package is content-only. It does not install the bob CLI binary.
Install the CLI separately from GitHub Releases:
https://github.com/bankofbots/bob-cli/releases/latestActivate
Copy SKILL.md to your agent's skill directory:
Claude Code
mkdir -p .claude/skills/bankofbots
cp -r node_modules/@bankofbots/skill/SKILL.md node_modules/@bankofbots/skill/references .claude/skills/bankofbots/OpenClaw
openclaw skills install bankofbotsProgrammatic use
const { skillPath, referencesDir, content } = require('@bankofbots/skill');
// skillPath — absolute path to SKILL.md
// referencesDir — absolute path to bundled reference docs
// content — SKILL.md contents as a string