Skip to content

Commit 4220e15

Browse files
update the version
1 parent 96be1f6 commit 4220e15

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MetaMask Agent CLI Skills
22

3-
SKILLs for the MetaMask Agent CLI (`@metamask/agentic-cli` v2.1.0). These skills enable AI agents to authenticate, manage wallets, swap tokens, bridge across chains, trade perpetual futures, and more using the MetaMask Agent CLI.
3+
SKILLs for the MetaMask Agent CLI (`@metamask/agentic-cli` v3.0.0). These skills enable AI agents to authenticate, manage wallets, swap tokens, bridge across chains, trade perpetual futures, and more using the MetaMask Agent CLI.
44

55
## Skills
66

skills/metamask-agent-wallet/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Use when the user asks anything about blockchain wallets, transacti
44
license: MIT
55
metadata:
66
author: metamask
7-
version: "3.1.0"
8-
cliVersion: "2.1.0"
7+
version: "4.0.0"
8+
cliVersion: "3.0.0"
99
---
1010

1111
# MetaMask Agentic CLI Skill
@@ -153,7 +153,7 @@ Run these checks before the first CLI operation in a session, in order.
153153

154154
### 1. Version compatibility
155155

156-
This skill is written for `@metamask/agentic-cli` **v2.1.0** (see `cliVersion` in the frontmatter). Check the installed version:
156+
This skill is written for `@metamask/agentic-cli` **v3.0.0** (see `cliVersion` in the frontmatter). Check the installed version:
157157

158158
```bash
159159
mm --version
@@ -167,7 +167,7 @@ npm view @metamask/agentic-cli version
167167

168168
If the installed `major.minor` differs from the pinned `cliVersion`, or the installed version is behind the latest release, warn the user once and continue:
169169

170-
> Version mismatch: installed CLI `<installed>`, this skill is pinned to `2.1.0`, latest release is `<latest>`. Command syntax in this skill may be inaccurate until they are aligned. Update the CLI with `npm install -g @metamask/agentic-cli@latest`, then re-install the skills with `npx skills add metaMask/agent-skills`.
170+
> Version mismatch: installed CLI `<installed>`, this skill is pinned to `3.0.0`, latest release is `<latest>`. Command syntax in this skill may be inaccurate until they are aligned. Update the CLI with `npm install -g @metamask/agentic-cli@latest`, then re-install the skills with `npx skills add metaMask/agent-skills`.
171171
172172
Run this check once per session. Do not block operations on it.
173173

skills/metamask-agent-workflows/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Use when the user needs to perform multi-step operations with the M
44
license: MIT
55
metadata:
66
author: metamask
7-
version: "3.1.0"
8-
cliVersion: "2.1.0"
7+
version: "4.0.0"
8+
cliVersion: "3.0.0"
99
---
1010

1111
# MetaMask Agent Workflows
@@ -47,7 +47,7 @@ Run these checks before the first CLI operation in a session, in order.
4747

4848
### 1. Version compatibility
4949

50-
This skill is written for `@metamask/agentic-cli` **v2.1.0** (see `cliVersion` in the frontmatter). Check the installed version:
50+
This skill is written for `@metamask/agentic-cli` **v3.0.0** (see `cliVersion` in the frontmatter). Check the installed version:
5151

5252
```bash
5353
mm --version
@@ -61,7 +61,7 @@ npm view @metamask/agentic-cli version
6161

6262
If the installed `major.minor` differs from the pinned `cliVersion`, or the installed version is behind the latest release, warn the user once and continue:
6363

64-
> Version mismatch: installed CLI `<installed>`, this skill is pinned to `2.1.0`, latest release is `<latest>`. Command syntax in this skill may be inaccurate until they are aligned. Update the CLI with `npm install -g @metamask/agentic-cli@latest`, then re-install the skills with `npx skills add metaMask/agent-skills`.
64+
> Version mismatch: installed CLI `<installed>`, this skill is pinned to `3.0.0`, latest release is `<latest>`. Command syntax in this skill may be inaccurate until they are aligned. Update the CLI with `npm install -g @metamask/agentic-cli@latest`, then re-install the skills with `npx skills add metaMask/agent-skills`.
6565
6666
Run this check once per session. Do not block operations on it.
6767

0 commit comments

Comments
 (0)