Skip to content

Commit 809c9de

Browse files
author
Simba (Clawdbot)
committed
Add ClaudeSmalltalk repo link to SKILL.md
Users need to clone the repo first to get the MCP server setup. Signed-off-by: Simba (Clawdbot) <simba@clawdbot.local>
1 parent c6442ac commit 809c9de

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

clawdbot/SKILL.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,23 @@ metadata: {"clawdbot":{"emoji":"💎","requires":{"bins":["python3","xvfb-run"]}
88

99
Execute Smalltalk code and browse live Squeak/Cuis images via MCP.
1010

11+
## Prerequisites
12+
13+
**Get the ClaudeSmalltalk repo first:**
14+
15+
```bash
16+
git clone https://github.com/CorporateSmalltalkConsultingLtd/ClaudeSmalltalk.git
17+
```
18+
19+
This repo contains:
20+
- MCP server code for Squeak (`MCP-Server-Squeak.st`)
21+
- Setup documentation (`SQUEAK-SETUP.md`, `CLAWDBOT-SETUP.md`)
22+
- This Clawdbot skill (`clawdbot/`)
23+
1124
## Setup
1225

13-
See [CLAWDBOT-SETUP.md](../CLAWDBOT-SETUP.md) for installation instructions.
26+
1. **Set up Squeak with MCP server** — see [SQUEAK-SETUP.md](https://github.com/CorporateSmalltalkConsultingLtd/ClaudeSmalltalk/blob/main/SQUEAK-SETUP.md)
27+
2. **Configure Clawdbot** — see [CLAWDBOT-SETUP.md](https://github.com/CorporateSmalltalkConsultingLtd/ClaudeSmalltalk/blob/main/CLAWDBOT-SETUP.md)
1428

1529
## Usage
1630

0 commit comments

Comments
 (0)