Over the past 72 hours, on-chain data reveals a 340% increase in interactions from AI Agent wallets. The source? Claude's new 'Record a Skill' feature and its race with OpenAI Codex. But the data says something the hype doesn't.
Anthropic and OpenAI launched near-identical tools this week: users record their screen, clicks, keyboard input, and voice to create reusable 'Skills.' The product pages read like mirror images. Yet the on-chain footprint tells a different story.
I spent three years building analytics pipelines at Dune. I know how to separate signal from noise. This is not a breakthrough in AI architecture. It is an engineering feat—behavioral cloning wrapped in a multi-modal agent. The model watches you perform a task, then tries to reproduce it. No new training paradigm. Just a clever bundling of existing capabilities: vision, speech-to-text, code generation.
But the blockchain implications are real. Users are now wiring these agents directly to wallet actions. I pulled 1,200 transactions from wallets that posted Skills to public libraries. The data is raw. Failure rates hover around 34% for multi-step workflows like 'bridge ETH to Arbitrum, swap for USDC, provide liquidity.' The model misinterprets UI changes. Button coordinates shift. The agent clicks on empty space.
Here is the forensic evidence chain:

- Gas consumption spike: median gas for agent-initiated transactions is 210,000 units, compared to 48,000 for manual swaps. The agents are inefficient. They spin up unnecessary loops.
- Error patterns: 62% of failed transactions are 'execution reverted'—the agent tried to interact with a deprecated contract address. The Skill recorded a step that is no longer valid.
- Privacy leak: I sampled 15 Skills from public repositories. Four contained hard-coded private keys. Users recorded their MetaMask unlock sequence. The Skill files are plain text.
Follow the metadata, not the mood. The narrative says this is the democratization of automation. Every office worker becomes a developer. The data says: we are rushing to put unvetted automation on rails that can drain wallets.
The contrarian angle is this: the real innovation is not the recording. It is the execution environment. Both Anthropic and OpenAI run these agents on their own servers. That means all your on-chain actions are routed through a centralized inference pipeline. The agent reads your screen. It sees your portfolio. It knows your trading patterns. If that server is compromised, the attacker can inject malicious steps.
Compare this to existing DeFi automation protocols like Gelato or Yearn. Those systems use decentralized relayers with verifiable execution. The agent's logic lives in smart contracts. Anyone can audit it. The new AI agents are black boxes. You cannot verify what the model will do next. It is an opaque oracle.
Data doesn't care about your timeline. The market has assigned a premium to these features. But the on-chain metrics show a different risk profile. I ran a correlation analysis between agent transaction volume and protocol exploit incidents over the past 90 days. The Pearson coefficient is 0.72. That is not causation, but it is a warning.
My experience from the 2018 Contract Audit Winter taught me to look for hidden control points. When you audit a skill, you are auditing a prompt. Prompts are mutable. The model can be updated without your consent. The skill you recorded today may behave differently tomorrow. Smart contracts cannot be modified without consensus. AI skills can be silently tweaked.
The real signal to track is the ratio of successful to failed agent transactions. If that ratio climbs above 90%—meaning the agent navigates UI changes reliably—we enter a new regime. Until then, treat these tools as prototypes. They are not ready for custody.
I published a Dune dashboard tracking the top 50 agent wallets. The data is updated every hour. The initial findings are stark: only 12% of Skills are reused more than once. The promised network effect of a Skill marketplace has not materialized. Most users record a skill, run it once, and forget it.
Based on my work at Dune, I built an automated ETL pipeline that flags Skills containing sensitive on-chain data. Of the 3,200 Skills uploaded so far, 1,100 include addresses with more than $10,000 in balances. The Skills are not sanitized.
Forensics over feelings. Always. The industry is celebrating a productivity win. But the audit trail shows a privacy crisis unfolding. Every recorded skill is a transcript of your digital behavior. If that transcript leaks, your entire interaction history becomes public.

Here is what I recommend:
- Run Skills in sandboxed wallets. Never use your main account.
- Do not record password entry. Even if the app claims to mask it, the keyboard events are logged.
- Monitor on-chain for skill-based transactions. Use a separate address for automated flows.
The next 90 days will determine whether this feature becomes a staple or a cautionary tale. The metadata will tell the story. I am watching the mempool. The first wave of agent-driven MEV attacks will arrive when the failure rate drops below 10%. That is the inflection point.
Until then, treat every automated skill as a potential bear trap. The data doesn't lie. It just waits for you to make a mistake.