k3-blockchain-agent
Build automated blockchain analysis workflows on K3 — from natural language requests to deployed, running automations that fetch on-chain data, analyze it with AI, and deliver insights via email, Telegram, or Slack. Use this skill whenever the user mentions blockchain workflows, on-chain analytics, DeFi monitoring, token tracking, wallet alerts, pool analysis, protocol dashboards, NFT tracking, automated trading, smart contract monitoring, or wants to automate anything involving blockchain data. Also trigger when the user mentions K3, workflow builder, or wants scheduled crypto/DeFi reports. Even if they just say "monitor this wallet" or "track this token" — this skill applies.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexgrankinukr-hash/k3-blockchain-agentWhat This Skill Does
The k3-blockchain-agent is an advanced automation orchestrator for blockchain data. It bridges the gap between natural language requests and production-ready DeFi workflows. By utilizing the K3 Development MCP, this agent enables you to monitor on-chain events, track liquidity pools, analyze token performance, and trigger alerts or actions across multiple chains like Ethereum, Arbitrum, and Base. It serves as your interface for the K3 orchestrator, which translates your requirements into structured, deployed automation pipelines that fetch data, perform AI analysis, and deliver insights directly to your preferred communication channels such as Slack, Telegram, or email.
Installation
To integrate this agent, use the OpenClaw CLI to install the dependency:
clawhub install openclaw/skills/skills/alexgrankinukr-hash/k3-blockchain-agent
Once installed, ensure your K3 Development MCP is properly configured. You must verify your connection by calling listTeamMcpServerIntegrations() to view which data sources (e.g., TheGraph, CoinGecko) are available for your environment before running your first workflow.
Use Cases
- DeFi Portfolio Monitoring: Receive automated daily reports on your wallet performance, liquidity pool health, and Impermanent Loss tracking.
- Smart Contract Auditing/Tracking: Monitor specific smart contracts for unauthorized interaction or high-volume transactions.
- Arbitrage/Alert Systems: Build automated triggers that notify your team via Telegram when specific token price thresholds are met or pool liquidity shifts dramatically.
- NFT Floor Price Tracking: Keep a pulse on your NFT collection value with automated price aggregation from leading marketplaces.
Example Prompts
- "Track the WETH/USDC pool on Uniswap V3 on Ethereum and send me a daily summary of fees earned and impermanent loss to my Slack."
- "Monitor this wallet address 0xabc... and alert me on Telegram whenever there is an outbound transfer exceeding 5 ETH."
- "Build a workflow that checks the TVL of Aave on Arbitrum every hour and emails me if it drops by more than 10% compared to the daily average."
Tips & Limitations
Always follow the workflow lifecycle: Understand, Find Data, Test, Build, and Deploy. The most common point of failure is skipping the Test phase, which often results in workflows running with null data. Be specific with contract addresses and chain IDs, as the agent cannot guess these parameters. Remember that this skill operates based on your team's configured MCP integrations; if a specific protocol isn't indexed by your current providers, you may need to add a custom endpoint.
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-alexgrankinukr-hash-k3-blockchain-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution, network-access