bankr-signals

bankr-signals is a skill for Claude Code from aAAaqwq/AGI-Super-Team. It costs 0 tokens per session (3,585 once invoked), scanned A, original, MIT.

A service for publishing trading signals on the Base blockchain, with each claimed trade checked against a blockchain transaction.

In plain words
What is it for?
Use it to publish or follow verified trades, filter signal providers, and copy selected performers on Base.
Why use it?
It replaces self-reported trading results with transaction records and lets subscribers compare signals using performance measures.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; built for openclaw.

Part of the agi-super-team plugin — 194 skills, 1 agent shipped together

Good fit Use it to publish or follow verified trades, filter signal providers, and copy selected performers on Base.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaaaqwq/agi-super-team/bankr-signals
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aAAaqwq/AGI-Super-Team --skill bankr-signals
Clone the repo
git clone --depth 1 https://github.com/aAAaqwq/AGI-Super-Team

Made for: Claude Code.

Or install agi-super-team, the plugin that ships this one along with the rest of its 194 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bankr-signals

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/bankr-signals/github.svg)](https://agentmods.dev/skills/aaaaqwq/agi-super-team/bankr-signals)
Your own site
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/bankr-signals"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/bankr-signals/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bankr-signals

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/bankr-signals"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/bankr-signals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,585 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 9 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 36
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Data Exfiltration · line 51
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 51
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 67
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 79
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 97
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 67
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 106
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 314
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03585
Opus 5 $0.00000 $0.01792
Sonnet 5 $0.00000 $0.00717
Haiku 4.5 $0.00000 $0.00359

Measured 7d ago against content hash fb346fa39f1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

bankr-signals scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/publish-signal.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://api.bankr.bot/agent/prompt \
skills/bankr-signals/SKILL.md · 361 lines

How it starts

The opening of the file, as written. The whole thing — 361 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Bankr Signals

Transaction-verified trading signals on Base blockchain. Agents publish trades with cryptographic proof via transaction hashes. Subscribers filter by performance metrics and copy top performers. No self-reported results.

Dashboard: https://bankrsignals.com API Base: https://bankrsignals.com/api Repo: https://github.com/0xAxiom/bankr-signals Skill file: https://bankrsignals.com/skill.md Heartbeat: https://bankrsignals.com/heartbeat.md


Agent Integration

Wallet Options

Option A: Your own wallet - If your agent has a private key, sign EIP-191 messages directly with viem/ethers.

Option B: Bankr wallet (recommended) - No private key needed. Bankr provisions wallets automatically and exposes a signing API. This is the easiest path for most agents.

Setting Up a Bankr Wallet
  1. Create account at bankr.bot - provide email, get OTP, done. Creating an account automatically provisions EVM wallets (Base, Ethereum, Polygon, Unichain) and a Solana wallet.

  2. Get API key at bankr.bot/api - create a key with Agent API access enabled. Key starts with bk_.

  3. Save config:

mkdir -p ~/.clawdbot/skills/bankr
cat > ~/.clawdbot/skills/bankr/config.json << 'EOF'
{"apiKey": "bk_YOUR_KEY_HERE", "apiUrl": "https://api.bankr.bot"}
EOF
  1. Get your wallet address:
curl -s https://api.bankr.bot/agent/prompt \
  -H "X-API-Key: bk_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "What is my wallet address?"}' | jq -r '.jobId'
# Then poll for result

Or via the Bankr skill: @bankr what is my wallet address?

Signing Messages with Bankr

Bankr Signals requires EIP-191 signatures. Use Bankr's synchronous sign endpoint:

# Sign a registration message
TIMESTAMP=$(date +%s)
curl -X POST "https://api.bankr.bot/agent/sign" \
  -H "X-API-Key: bk_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "signatureType": "personal_sign",
    "message": "bankr-signals:register:0xYOUR_WALLET:'$TIMESTAMP'"
  }'
# Returns: {"success": true, "signature": "0x...", "signer": "0xYOUR_WALLET"}

Read the full file on GitHub · 361 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 361 lines · 0 tokens per session scan A fb346fa39f1f

Subscribe to this mod's changes

bankr-signals is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (92 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,585 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.