Blueagent X402 logo

Blueagent X402

OrganizationPopular
BankrBot
blueagent-x402

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.

Overview

PublisherBankrBot
Repositoryskills
Skill nameblueagent-x402
Stars
1.2K
Forks
622
Bundled files
1
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by BankrBot on GitHub. Read the source before you install it.

Installation

Install the Blueagent X402 AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/BankrBot/skills.git /tmp/skills
mkdir -p .claude/skills
cp -r /tmp/skills/blueagent .claude/skills/blueagent-x402
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Blueagent X402 in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Blueagent X402 on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Blueagent X402 is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

BlueAgent x402 — Security OS for Autonomous Agents

31 pay-per-use AI tools on Base — Quantum Security · Agent Safety · Research · Data · Earn

Base URL: https://x402.bankr.bot/0xf31f59e7b8b58555f7871f71973a394c8f1bffe5/


QUANTUM SECURITY

ServicePriceDescription
quantum-premium$1.50Wallet quantum vulnerability score — public key exposure, threat timeline, migration steps
quantum-batchup to $2.50Scan 1–10 wallets at $0.25 each — pay only for what you scan
quantum-migrate$2.00Step-by-step quantum-safe migration plan with tools and timeline
quantum-timeline$0.40Evidence-based quantum threat timeline — when CRQC arrives and what it means
key-exposure$0.50Check if wallet's public key is exposed on-chain — the #1 quantum risk factor

AGENT SAFETY

ServicePriceDescription
risk-gate$0.05Pre-transaction safety check — APPROVE / WARN / BLOCK with risk score
honeypot-check$0.05Detect honeypot or rug pull contracts before buying
allowance-audit$0.20Audit dangerous token approvals — find unlimited allowances to revoke
phishing-scan$0.10Scan URL, address, or @handle for phishing and scam indicators
mev-shield$0.30MEV sandwich attack risk before large swaps — protection strategies
contract-trust$0.25Trust score for any contract — verified, audited, safe for agent interaction?
aml-screen$0.25AML compliance screening — transaction patterns, risk flags
circuit-breaker$0.50CONTINUE / PAUSE / HALT decision for autonomous agents and ZHC

RESEARCH

ServicePriceDescription
deep-analysis$0.35Deep due diligence for any Base token or project — risk score, rug probability
tokenomics-score$0.50Supply, inflation, unlock cliff analysis — sustainability score, sell pressure
whitepaper-tldr$0.20Summarize any whitepaper into 5 key bullets — thesis, moat, risks
narrative-pulse$0.40Trending crypto narratives — momentum scores, Base ecosystem themes
vc-tracker$1.00VC investment activity — hot sectors, thesis, signals for builders and traders
launch-advisor$3.00Full token launch playbook — tokenomics, 8-week timeline, marketing, KPIs
grant-evaluator$5.00Base ecosystem grant scoring — innovation, feasibility, impact, team quality
x402-readiness$1.00Audit any API for x402 payment protocol readiness — gaps, steps, pricing
base-deploy-check$0.50Pre-deployment security check — vulnerabilities, centralization risks, go/no-go

DATA & ALERTS

ServicePriceDescription
wallet-pnl$1.00Wallet PnL report — win rate, trading style, smart money score
whale-tracker$0.10Smart money flow analysis — accumulation vs distribution signal
dex-flow$0.15DEX buy/sell pressure and volume flow — live DexScreener data
airdrop-check$0.10Base airdrop eligibility — which protocols, activity score, estimated value
alert-check$0.10Check active alert triggers for any address

EARN

ServicePriceDescription
yield-optimizer$0.15Best APY on Base DeFi — live DeFiLlama data, risk-adjusted recommendations
lp-analyzer$0.25LP position analysis — impermanent loss, fee income, rebalance recommendation
tax-report$2.00On-chain tax summary — realized gains, taxable events, P&L
alert-subscribe$0.50Subscribe to real-time alerts via webhook — whale, circuit breaker, quantum

Quick Start

CLI

bash
npm install -g @blueagent/cli
blueagent setup
blueagent honeypot-check 0xTOKEN
blueagent risk-gate "approve USDC to Uniswap"
blueagent analyze "$BRETT"

SDK

typescript
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' })

MCP (Claude Code / AgentKit)

bash
npx @blueagent/skill install --claude

ZHC Circuit Breaker

typescript
const status = await ba.security.circuitBreaker({
  agentId: 'my-zhc',
  context: 'consecutive losses detected',
  recentLosses: '$340'
})
// { decision: "PAUSE", cooldownPeriod: "30 minutes", requiresHumanReview: false }

Resources

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Blueagent X402 AI skill do?

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.

Why use Blueagent X402 on TypingMind?

Because you install it once and use it with any model. Blueagent X402 is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Blueagent X402 in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/BankrBot/skills/tree/main/blueagent. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Blueagent X402?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Blueagent X402?

As many as you like. As long as a model supports skills, you can use Blueagent X402 with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Blueagent X402 AI skill free?

It is published on GitHub by BankrBot. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇