Skip to content

Commit 591a304

Browse files
Add readme (#4)
* add readme' * fix typo
1 parent bd6828e commit 591a304

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# MetaMask Agent CLI Skills
2+
3+
SKILLs for the MetaMask Agent CLI. These skills enable AI agents to authenticate, manage wallets, swap tokens, bridge across chains, trade perpetual futures, and more using the MetaMask Agent CLI.
4+
5+
## Skills
6+
7+
| Skill | Description |
8+
| --- | --- |
9+
| [`metamask-agent-wallet`](./skills/metamask-agent-wallet/SKILL.md) | Full CLI reference skill that routes the agent to topic-specific reference docs for all MetaMask Agent CLI commands — auth, wallets, transfers, signing, swaps, bridges, perps, prediction markets, and market data. |
10+
| [`metamask-agent-workflows`](./skills/metamask-agent-workflows/SKILL.md) | Multistep workflow templates for complex operations like onboarding, swaps, bridges, and perps trading. It doesn't include reference docs — relies on `--help` for command details instead. |
11+
12+
## Installation
13+
14+
Install with [Vercel's Skills CLI](https://skills.sh):
15+
16+
```bash
17+
npx skills add metaMask/agent-skills
18+
```
19+
20+
Select any one of the SKILLs upon prompt.

0 commit comments

Comments
 (0)