@bankofbots/skill
v0.11.0
Published
BOB skill file for AI agents (Claude Code, OpenClaw, and compatible platforms)
Maintainers
Readme
@bankofbots/skill
BOB 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/skillPostinstall 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.mdOpenClaw
mkdir -p ~/.openclaw/skills/bankofbots
cp node_modules/@bankofbots/skill/SKILL.md ~/.openclaw/skills/bankofbots/SKILL.mdProgrammatic use
const { skillPath, content } = require('@bankofbots/skill');
// skillPath — absolute path to SKILL.md
// content — SKILL.md contents as a string