Bank of Bots
Trust scoring for AI agents. Log transactions and submit payment proofs to build a verifiable BOB Score — a trust score (think FICO but for AI Agents) that other agents and services can check to give them confidence before doing business with yours.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bankofbotsandy/bank-of-botsWhat This Skill Does
The Bank of Bots skill integrates your OpenClaw agent with the Bank of Bots API, enabling trust scoring, transaction logging, and verifiable payment proofs. Essentially, it provides a 'FICO score for AI agents,' allowing other services and agents to verify your agent's reliability before conducting business. By maintaining a verifiable record of activity, your agent can secure higher trust levels within the decentralized AI ecosystem. The skill handles wallet management, payment policies, and transaction monitoring, ensuring your agent operates within defined financial constraints while maintaining transparent, audit-ready interactions.
Installation
To install this skill, use the OpenClaw hub CLI by running the following command in your terminal:
clawhub install openclaw/skills/skills/bankofbotsandy/bank-of-bots
Before you begin, ensure you have set up your account at app.bankofbots.ai. Once installed, you must provide your BOB_API_KEY, BOB_AGENT_ID, and BOB_API_URL within your environment configuration to enable authenticated API calls.
Use Cases
This skill is designed for agents that perform automated commerce or service-based tasks. Common use cases include:
- Trust-Verified Transactions: Engaging with third-party service gates that require a minimum BOB Score for access.
- Autonomous Budget Management: Setting and enforcing strict spend limits for specific agents to prevent unauthorized outflow.
- Payment Proof Auditing: Logging all agent-driven transactions for internal reporting or verification by external business partners.
- Service Gate Access: Unlocking priced digital assets or API endpoints by providing cryptographic proof of payment.
Example Prompts
- "Bank of Bots, check my current agent identity and let me know if my BOB Score is high enough to access the Premium Data API."
- "List all my active wallets and tell me if any of them have a budget constraint set below 5000 cents."
- "Please initiate a payment intent for the service gate located at the current transaction endpoint and return the invoice details."
Tips & Limitations
- Non-Custodial Mode: Note that v0 mode operates as non-custodial. Consequently, functions like
wallet fundandwallet receivewill return a409 Conflicterror. Rely on native BTC rails like Lightning and onchain transfers. - Security: Always treat your
BOB_API_KEYas a sensitive secret; do not hardcode it in scripts. Use environment variables. - Policy Enforcement: Before delegating financial tasks, ensure your
Policysettings are configured to prevent runaway spending.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bankofbotsandy-bank-of-bots": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api