Commit fb75978
Rewrite metamask-agent-wallet skill for weak-LLM execution (v6.0.0)
Full template rewrite of SKILL.md and all references/ and workflows/,
verified against @metamask/agentic-cli 4.0.1 (--help flag schemas +
live read-only runs + compiled-source inspection):
- One canonical syntax per command (flag form wherever both exist);
removed phantom positionals (predict quote/place/markets get,
wallet requests watch)
- Required/optional flag tables with value formats; captured real
output blocks with Capture -> placeholder lines; explicit
confirm-before-executing checklists; per-file error/recovery tables
- SKILL.md: placeholder legend, global-flags table, preflight
checklist with real mm doctor output, explicit routing rows
(added mm tx, price/token subcommands)
- Split predict.md into predict-account/data/trade; market-data.md
into price/token; renamed chain.md->chains.md,
polling.md->wallet-requests.md; new concepts.md and aave.md
- New scripts/encode_approve.py for exact-amount ERC-20 approvals
- Fixed: QR login works on prod (COMING_SOON guard is dead code);
--to-address rejected same-chain (INVALID_SWAP_PARAMS); perps
--venue optional; --wallet-timeout + walletTimeoutSeconds
documented; perps --dry-run/--yes coverage; transfer --token
semantics; Aave ERC-20 vs native value branch
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 20fdc45 commit fb75978
52 files changed
Lines changed: 4758 additions & 3173 deletions
File tree
- skills/metamask-agent-wallet
- references
- scripts
- workflows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
13 | 66 | | |
14 | 67 | | |
15 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments