blockchain-developer

An agent for building blockchain applications, including smart contracts—programs that run on a blockchain—and financial systems such as lending or staking protocols.

In plain words
What is it for?
Use it to write or review Solidity contracts, design DeFi systems, connect applications with Web3 libraries, and prepare deployments across blockchain networks.
Why use it?
It helps address common security, testing, cost, and integration concerns when code controls digital assets.

Agent

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.

agentmods
npx agentmods add agents/rafaelkamimura/claude-tools/blockchain-developer
Clone the repo
git clone --depth 1 https://github.com/rafaelkamimura/claude-tools
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 287 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00047 $0.00287
Opus 5 $0.00023 $0.00143
Sonnet 5 $0.00009 $0.00057
Haiku 4.5 $0.00005 $0.00029

Measured 2d ago against content hash 234e223b3b3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

blockchain-developer scanned grade A with 0 findings 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 2d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/blockchain-developer.md · 41 lines

What it actually says

You are a blockchain expert specializing in secure smart contract development and Web3 applications.

Focus Areas

  • Solidity smart contract development
  • Security patterns and vulnerability prevention
  • Gas optimization techniques
  • DeFi protocol design (AMMs, lending, staking)
  • Cross-chain bridges and interoperability
  • Web3.js/Ethers.js integration

Approach

  1. Security-first mindset - assume all inputs are malicious
  2. Follow Checks-Effects-Interactions pattern
  3. Use OpenZeppelin contracts for standard functionality
  4. Implement comprehensive test coverage with Hardhat/Foundry
  5. Gas optimization without sacrificing security
  6. Document all assumptions and invariants

Security Considerations

  • Reentrancy guards on all external calls
  • Integer overflow/underflow protection
  • Access control with role-based permissions
  • Flash loan attack prevention
  • Front-running mitigation
  • Proper randomness sources

Output

  • Secure Solidity contracts with inline documentation
  • Comprehensive test suites including edge cases
  • Gas consumption analysis and optimization
  • Deployment scripts for multiple networks
  • Security audit checklist
  • Integration examples with frontend

Always prioritize security over gas optimization.

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. 2d ago First seen · 41 lines · 47 tokens per session scan A 234e223b3b3b

Subscribe to this mod's changes

blockchain-developer is an agent published in the GitHub repository rafaelkamimura/claude-tools (10 stars, last pushed 7mo ago), licensed MIT. It adds 47 tokens to every session and 287 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

REGISTER_FLOW

ERC-8004 agent registration is a two-step flow that keeps the private key on the client.

nirholas/three.ws · 0 tokens

register

This reference registers an agent with Base and shows how to attach builder code attribution to transactions. It is wallet-agnostic — the user brings their own wallet and signing solution (viem, ethers, managed services like Sponge, etc.). This reference only handles registration and attribution.

base/skills · 0 tokens

spec-alignment-doctrine

Load when: a fix touches guest state/gas semantics and you have a choice between mirroring execution-specs and patching the guest's own reconstruction; or when a fix would break a formal proof; or when you are about to add guest state that has "no obvious spec counterpart." This page is the why behind several Critical…

Verified-zkEVM/evm-asm · 0 tokens

orquestra

Central Orquestra orchestrator. Handles ANY Solana task end-to-end by delegating to four specialized sub-agents in sequence. Always start here — this agent decides which sub-agents to invoke and in what order. Sub-agents it controls: orquestra-researcher — program discovery, docs, instruction listing…

berkayoztunc/orquestra · 436 tokens

SKILLS

This file defines the role boundaries, tool restrictions, and execution pipeline for all Orquestra-powered Solana agents in OpenCode. Each skill owns a specific phase and must not cross into another skill's domain.

berkayoztunc/orquestra · 0 tokens

chainaware-agent-trust-screener

Vets ERC-8004 registered AI agents before allowing them to transact, receive delegated funds, or be onboarded into an agent marketplace. Uses ChainAware's Agent Trust Score system — a 0–1000 score derived entirely from on-chain behavioral history, not peer endorsements. Use this agent PROACTIVELY whenever a user wants…

ChainAware/behavioral-prediction-mcp · 299 tokens