tools: add searchable EVM error catalog for agents#166
Open
mrtdlgc wants to merge 1 commit into
Open
Conversation
|
@mrtdlgc is attempting to deploy a commit to the BuidlGuidl Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tools/SKILL.mdas a searchable EVM/RPC/wallet/ERC-4337/x402 error catalog for agentsSKILL.md,README.md,openclaw-skill/SKILL.md, and the homepage Tools card in syncBaseline
Tested with Opus 4.8 high and GPT-5.5 Pro on a realistic Ethereum debugging prompt covering:
Panic(uint256)code0x11AA23 reverted or OOG402/insufficient_fundsoneip155:84530x08c379a0Both models correctly decoded the common cases. So this PR does not try to teach basic revert decoding.
The gap: both models defaulted to hand-rolled app-side decoder tables and troubleshooting prose. Neither mentioned an existing searchable catalog, hosted HTTP API, MCP server, or client SDK.
Triage
Panic(0x11),AA23,Error(string), Base chain id): cutPlacement
This belongs in
tools/SKILL.md, not a new skill, because the baseline shows the missing piece is tool discovery. The models already know the common decoding concepts; they skip the maintained tool path.Verification
POST https://revert.wtf/api/searchreturns bounded catalog resultsPOST https://revert.wtf/api/explainreturns normalized explanations with evidence and next stepsPOST /api/revert-decode,/api/aa-decode, and/api/selectorreturn focused decoder results@revertwtf/mcpis published on npmgit diff --check