Skip to content

Commit ddc6a81

Browse files
authored
add ClawHub installation option to OpenClaw skill guide
1 parent 5f7c28e commit ddc6a81

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

gator_versioned_docs/version-0.3.0/get-started/use-with-openclaw.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,22 @@ delegations, and request advanced permissions through an AI assistant.
1919
## Install the skill
2020

2121
<Tabs>
22-
<TabItem value="git">
22+
<TabItem value="clawhub" label="ClawHub">
23+
24+
```bash
25+
clawhub install smart-accounts-kit
26+
```
27+
28+
</TabItem>
29+
<TabItem value="git" label="Git">
2330

2431
```bash
2532
cd ~/.openclaw/workspace/skills
2633
git clone https://github.com/smartgator/smart-accounts-kit-skills.git
2734
```
2835

2936
</TabItem>
30-
<TabItem value="OpenClaw prompt">
37+
<TabItem value="prompt" label="OpenClaw prompt">
3138

3239
```txt
3340
Install the skill from https://github.com/smartgator/smart-accounts-kit-skills.git

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,22 @@ delegations, and request advanced permissions through an AI assistant.
1818
## Install the skill
1919

2020
<Tabs>
21-
<TabItem value="git">
21+
<TabItem value="clawhub" label="ClawHub">
22+
23+
```bash
24+
clawhub install smart-accounts-kit
25+
```
26+
27+
</TabItem>
28+
<TabItem value="git" label="Git">
2229

2330
```bash
2431
cd ~/.openclaw/workspace/skills
2532
git clone https://github.com/smartgator/smart-accounts-kit-skills.git
2633
```
2734

2835
</TabItem>
29-
<TabItem value="OpenClaw prompt">
36+
<TabItem value="prompt" label="OpenClaw prompt">
3037

3138
```txt
3239
Install the skill from https://github.com/smartgator/smart-accounts-kit-skills.git

0 commit comments

Comments
 (0)