Skip to content

Commit 968aa0c

Browse files
release openclaw docs
1 parent e745acb commit 968aa0c

3 files changed

Lines changed: 54 additions & 3 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
sidebar_label: Use with OpenClaw
3+
description: Use the MetaMask Smart Accounts Kit skill with OpenClaw to build and deploy applications with smart accounts support.
4+
keywords: [openclaw, skill, delegation, smart accounts, ai, metamask smart accounts kit]
5+
---
6+
7+
import Tabs from "@theme/Tabs";
8+
import TabItem from "@theme/TabItem";
9+
10+
# Use the Smart Accounts Kit with OpenClaw
11+
12+
Use the MetaMask Smart Accounts Kit [OpenClaw skill](https://docs.openclaw.ai/tools/skills) to interact with the Smart
13+
Accounts Kit using natural language prompts.
14+
15+
[OpenClaw](https://openclaw.ai/) is an open-source platform for AI agents that enables you to build, deploy, and
16+
manage AI assistants with access to various tools and skills. The skill enables you to create smart accounts,
17+
delegations, and request advanced permissions through an AI assistant.
18+
19+
## Install the skill
20+
21+
<Tabs>
22+
<TabItem value="git">
23+
24+
```bash
25+
cd ~/.openclaw/workspace/skills
26+
git clone https://github.com/smartgator/smart-accounts-kit-skills.git
27+
```
28+
29+
</TabItem>
30+
<TabItem value="OpenClaw prompt">
31+
32+
```txt
33+
Install the skill from https://github.com/smartgator/smart-accounts-kit-skills.git
34+
```
35+
36+
</TabItem>
37+
</Tabs>
38+
39+
## Skill reference
40+
41+
The skill helps your agent learn about the Smart Accounts Kit and its capabilities, and integrate them into your
42+
applications. The skill provides access to the following capabilities:
43+
44+
| Capability | Description |
45+
|------------|-------------|
46+
| [`Smart accounts`](https://github.com/smartgator/smart-accounts-kit-skills/blob/main/references/smart-accounts.md) | Helps you integrate MetaMask smart accounts to support batch transactions, multi-sig signatures, and gas sponsorship.|
47+
| [`Delegation`](https://github.com/smartgator/smart-accounts-kit-skills/blob/main/references/delegations.md) | Helps you integrate delegations with scopes and caveats. |
48+
| [`Advanced Permissions`](https://github.com/smartgator/smart-accounts-kit-skills/blob/main/references/advanced-permissions.md) | Helps you integrate Advanced Permissions. |

gator_versioned_sidebars/version-0.3.0-sidebars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
]
2525
},
2626
"get-started/use-the-cli",
27+
"get-started/use-with-openclaw",
2728
{
2829
"type": "category",
2930
"label": "Use Scaffold-ETH 2",

smart-accounts-kit/get-started/use-with-openclaw.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ import TabItem from "@theme/TabItem";
1111

1212
Use the MetaMask Smart Accounts Kit [OpenClaw skill](https://docs.openclaw.ai/tools/skills) to interact with the Smart Accounts Kit using natural language prompts.
1313

14-
OpenClaw is an open-source platform for AI agents that enables you to build, deploy, and manage AI assistants with access to various tools and skills. The skill enables you to create smart accounts, delegations, and request advanced permissions through an AI assistant.
14+
[OpenClaw](https://openclaw.ai/) is an open-source platform for AI agents that enables you to build, deploy, and
15+
manage AI assistants with access to various tools and skills. The skill enables you to create smart accounts,
16+
delegations, and request advanced permissions through an AI assistant.
1517

1618
## Install the skill
1719

1820
<Tabs>
1921
<TabItem value="git">
2022

2123
```bash
22-
cd ~/.openclaw/workspace/skills
23-
git clone https://github.com/smartgator/smart-accounts-kit-skills.git
24+
cd ~/.openclaw/workspace/skills
25+
git clone https://github.com/smartgator/smart-accounts-kit-skills.git
2426
```
2527

2628
</TabItem>

0 commit comments

Comments
 (0)