JSPM

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

Bank of Bots skill file for AI agents (Claude Code, OpenClaw, and compatible platforms)

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

Bank of Bots skill file for AI agents. Provides SKILL.md — the full command reference for wallets, payments, transfers, credit scoring, and more via the BOB API.

Install

npm install @bankofbots/skill

Postinstall prints the path to SKILL.md and copy instructions for your platform.

Activate

Copy SKILL.md to your agent's skill directory:

Claude Code

mkdir -p .claude/skills/bankofbots
cp node_modules/@bankofbots/skill/SKILL.md .claude/skills/bankofbots/SKILL.md

OpenClaw

mkdir -p ~/.openclaw/skills/bankofbots
cp node_modules/@bankofbots/skill/SKILL.md ~/.openclaw/skills/bankofbots/SKILL.md

Programmatic use

const { skillPath, content } = require('@bankofbots/skill');
// skillPath — absolute path to SKILL.md
// content   — SKILL.md contents as a string