JSPM

  • Created
  • Published
  • Downloads 239
  • Score
    100M100P100Q118223F
  • License MIT

Trust layer for agentic commerce — BOB Score, payment proofs, USDC credit lines

Package Exports

  • @bankofbots/skill
  • @bankofbots/skill/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bankofbots/skill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@bankofbots/skill

Trust layer for agentic commerce. Build a BOB Score from on-chain payment proofs, then borrow USDC credit lines based on your score. Provides SKILL.md plus reference docs for wallets, payments, credit scoring, and lending via the BOB API.

Install

npm install @bankofbots/skill

This 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/latest

Activate

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 bankofbots

Programmatic 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