blueagent/SKILL.md
Security OS for autonomous agents and builders on Base. 31 pay-per-use tools across Quantum Security, Agent Safety, Research, Data, and Earn. Built for AI agents, Zero-Human Companies (ZHC), and Base ecosystem builders. Pay USDC per call via x402 protocol — no subscription, no API key needed.
npx skillsauth add bankrbot/openclaw-skills blueagent-x402Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
31 pay-per-use AI tools on Base — Quantum Security · Agent Safety · Research · Data · Earn
Base URL: https://x402.bankr.bot/0xf31f59e7b8b58555f7871f71973a394c8f1bffe5/
| Service | Price | Description |
|---------|-------|-------------|
| quantum-premium | $1.50 | Wallet quantum vulnerability score — public key exposure, threat timeline, migration steps |
| quantum-batch | up to $2.50 | Scan 1–10 wallets at $0.25 each — pay only for what you scan |
| quantum-migrate | $2.00 | Step-by-step quantum-safe migration plan with tools and timeline |
| quantum-timeline | $0.40 | Evidence-based quantum threat timeline — when CRQC arrives and what it means |
| key-exposure | $0.50 | Check if wallet's public key is exposed on-chain — the #1 quantum risk factor |
| Service | Price | Description |
|---------|-------|-------------|
| risk-gate | $0.05 | Pre-transaction safety check — APPROVE / WARN / BLOCK with risk score |
| honeypot-check | $0.05 | Detect honeypot or rug pull contracts before buying |
| allowance-audit | $0.20 | Audit dangerous token approvals — find unlimited allowances to revoke |
| phishing-scan | $0.10 | Scan URL, address, or @handle for phishing and scam indicators |
| mev-shield | $0.30 | MEV sandwich attack risk before large swaps — protection strategies |
| contract-trust | $0.25 | Trust score for any contract — verified, audited, safe for agent interaction? |
| aml-screen | $0.25 | AML compliance screening — transaction patterns, risk flags |
| circuit-breaker | $0.50 | CONTINUE / PAUSE / HALT decision for autonomous agents and ZHC |
| Service | Price | Description |
|---------|-------|-------------|
| deep-analysis | $0.35 | Deep due diligence for any Base token or project — risk score, rug probability |
| tokenomics-score | $0.50 | Supply, inflation, unlock cliff analysis — sustainability score, sell pressure |
| whitepaper-tldr | $0.20 | Summarize any whitepaper into 5 key bullets — thesis, moat, risks |
| narrative-pulse | $0.40 | Trending crypto narratives — momentum scores, Base ecosystem themes |
| vc-tracker | $1.00 | VC investment activity — hot sectors, thesis, signals for builders and traders |
| launch-advisor | $3.00 | Full token launch playbook — tokenomics, 8-week timeline, marketing, KPIs |
| grant-evaluator | $5.00 | Base ecosystem grant scoring — innovation, feasibility, impact, team quality |
| x402-readiness | $1.00 | Audit any API for x402 payment protocol readiness — gaps, steps, pricing |
| base-deploy-check | $0.50 | Pre-deployment security check — vulnerabilities, centralization risks, go/no-go |
| Service | Price | Description |
|---------|-------|-------------|
| wallet-pnl | $1.00 | Wallet PnL report — win rate, trading style, smart money score |
| whale-tracker | $0.10 | Smart money flow analysis — accumulation vs distribution signal |
| dex-flow | $0.15 | DEX buy/sell pressure and volume flow — live DexScreener data |
| airdrop-check | $0.10 | Base airdrop eligibility — which protocols, activity score, estimated value |
| alert-check | $0.10 | Check active alert triggers for any address |
| Service | Price | Description |
|---------|-------|-------------|
| yield-optimizer | $0.15 | Best APY on Base DeFi — live DeFiLlama data, risk-adjusted recommendations |
| lp-analyzer | $0.25 | LP position analysis — impermanent loss, fee income, rebalance recommendation |
| tax-report | $2.00 | On-chain tax summary — realized gains, taxable events, P&L |
| alert-subscribe | $0.50 | Subscribe to real-time alerts via webhook — whale, circuit breaker, quantum |
npm install -g @blueagent/cli
blueagent setup
blueagent honeypot-check 0xTOKEN
blueagent risk-gate "approve USDC to Uniswap"
blueagent analyze "$BRETT"
import { BlueAgent } from '@blueagent/sdk'
const ba = new BlueAgent({ privateKey: process.env.WALLET_PRIVATE_KEY })
await ba.security.riskcheck({ action: 'swap 100 USDC' })
await ba.research.analyze({ projectName: '$BRETT' })
await ba.earn.yieldOptimizer({ token: 'USDC' })
npx @blueagent/skill install --claude
const status = await ba.security.circuitBreaker({
agentId: 'my-zhc',
context: 'consecutive losses detected',
recentLosses: '$340'
})
// { decision: "PAUSE", cooldownPeriod: "30 minutes", requiresHumanReview: false }
data-ai
Discover, bet on, track, and settle Hunch prediction markets in natural language. Trigger when a user wants to bet, take a position, or get odds on a crypto outcome — token market-cap milestones and flips, launchpad races (Bankr vs pump.fun volume / #1-days / launches over a cap), token head-to-head outperformance, mcap strike-ladders, and up/down price rounds. Also trigger on "what can I bet on about $TOKEN", "odds on …", "take YES/NO on …", "show my Hunch bets", "did my market resolve". Settles in USDC on Base via x402 (≤ $10 / bet); every bet returns an on-chain proof.
tools
HSM-backed secret management for AI agents. Store API keys (including Bankr `bk_` keys), passwords, and credentials in an encrypted vault; retrieve them at runtime via MCP without keeping secrets in chat context. Bankr Dynamic Key Vending issues short-lived scoped `bk_usr_` keys from a partner key (`bk_ptr_`) without manual rotation. Policy-based access control, secret rotation, sharing, EVM transaction intents (sign/simulate/broadcast), multi-chain signing keys, treasury multisig proposals, OIDC federation for external service auth, built-in prompt injection detection, and optional Shroud TEE LLM proxy. Use when the agent needs secure credential storage, just-in-time secret access, guarded on-chain signing, or security scanning — not for Bankr trading prompts, portfolio checks, or x402 calls (use the bankr skill instead).
development
Give your Bankr agent its own brain and a wallet-signed line to every other agent — on any framework, with no API key. SIGNA is the keyless agent layer on Base: resolve any identity to a messageable wallet, send and read wallet-signed DMs, invoke capabilities on the network, and run a brain that reasons on decentralized inference and acts through those capabilities. The Bankr wallet is the only credential. Triggers: "message that agent", "DM this wallet/handle", "reach the agent behind @x", "what is the base market", "resolve @handle to a wallet", "ask the network", "let my agent think and report".
development
AI-powered crypto trading agent, wallet API, and LLM gateway via natural language. Use when the user wants to trade crypto, check portfolio balances (with PnL and NFTs), view token prices, search tokens, transfer crypto, manage NFTs, use leverage (Hyperliquid or Avantis), bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, call or deploy x402 paid API endpoints, browse the web, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, Unichain, World Chain, Arbitrum, and BNB Chain.