Add agent wallet docs#2931
Open
yashovardhan wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Adds documentation for agent wallet
Note
Low Risk
Documentation and agent-skill content only; no runtime application or auth code changes. Main review risk is factual alignment between
mmuser docs andmm-devskill references.Overview
This PR introduces MetaMask Agent Wallet as a new Docusaurus docs product at
/agent-wallet, wired throughagent-wallet-sidebar.js, a dedicated docs plugin, and the site footer/nav.The new section covers get started (install, quickstart, wallet modes), task guides (transfers, swap/bridge, perps, prediction markets, balances/prices, signing), concepts (architecture, security, agent skills), reference (commands, errors, chains), and troubleshooting, all documented around the user-facing
mmCLI and Early Access positioning.In parallel it adds
.agents/skills/packages (metamask-agent-walletwith command references and safety rules,metamask-agent-workflowsfor multi-step flows) oriented tomm-dev, plusskills-lock.jsonpinning those skills frommetamask/agent-skills.Contributor rules are extended with Agent Wallet sidebar/terminology guidance (
product-agent-wallet.mdc,AGENTS.md,contributor-workflow.mdc).Reviewed by Cursor Bugbot for commit 1559ef2. Bugbot is set up for automated code reviews on this repo. Configure here.