|
| 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. | |
0 commit comments