Spaces:
Paused
Paused
Clawd Computer README v2: π¦ emoji, ecosystem links,
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Clawd Computer
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
|
@@ -10,27 +10,34 @@ license: mit
|
|
| 10 |
short_description: Web-based computer + live terminal for Clawd agents
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
A **real, browser-accessible computer** for the [Clawd](https://huggingface.co/solanaclawd) agents β the homebase on Hugging Face.
|
| 16 |
|
| 17 |
-
It is a Docker Space that boots a full Debian userland with a live web terminal (`ttyd`) and a landing console served by `nginx`. Pre-loaded with
|
| 18 |
|
| 19 |
## What's inside
|
| 20 |
|
| 21 |
| Layer | Tool |
|
| 22 |
-
|---
|
| 23 |
| Web terminal | [`ttyd`](https://github.com/tsl0922/ttyd) β bash |
|
| 24 |
-
| Reverse proxy | `nginx` (
|
| 25 |
| Process manager | `supervisord` |
|
| 26 |
| Runtime | Python 3, Node.js 20, git, curl, jq, ripgrep, `hf` CLI |
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## Layout
|
| 29 |
|
| 30 |
- `/` β the homebase landing console
|
| 31 |
-
- `/terminal/` β
|
| 32 |
|
| 33 |
-
## Run
|
| 34 |
|
| 35 |
```bash
|
| 36 |
docker build -t clawd-computer .
|
|
@@ -40,8 +47,8 @@ docker run -p 7860:7860 clawd-computer
|
|
| 40 |
|
| 41 |
## Secrets
|
| 42 |
|
| 43 |
-
Set `HF_TOKEN`
|
| 44 |
|
| 45 |
---
|
| 46 |
|
| 47 |
-
|
|
|
|
| 1 |
---
|
| 2 |
title: Clawd Computer
|
| 3 |
+
emoji: π¦
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
|
|
|
| 10 |
short_description: Web-based computer + live terminal for Clawd agents
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# π¦ Clawd Computer
|
| 14 |
|
| 15 |
+
A **real, browser-accessible computer** for the [Clawd](https://huggingface.co/solanaclawd) agents β the homebase on Hugging Face. Powered by [x402.wtf](https://x402.wtf).
|
| 16 |
|
| 17 |
+
It is a Docker Space that boots a full Debian userland with a live web terminal (`ttyd`) and a landing console served by `nginx`. Pre-loaded with Python, Node.js, git, the `hf` CLI, ripgrep, jq, curl, and Solana CLI.
|
| 18 |
|
| 19 |
## What's inside
|
| 20 |
|
| 21 |
| Layer | Tool |
|
| 22 |
+
|---|---|
|
| 23 |
| Web terminal | [`ttyd`](https://github.com/tsl0922/ttyd) β bash |
|
| 24 |
+
| Reverse proxy | `nginx` (landing + websocket-proxies terminal) |
|
| 25 |
| Process manager | `supervisord` |
|
| 26 |
| Runtime | Python 3, Node.js 20, git, curl, jq, ripgrep, `hf` CLI |
|
| 27 |
|
| 28 |
+
## Ecosystem
|
| 29 |
+
|
| 30 |
+
- **Main site:** [x402.wtf](https://x402.wtf)
|
| 31 |
+
- **Org:** [huggingface.co/solanaclawd](https://huggingface.co/solanaclawd)
|
| 32 |
+
- **GitHub:** [Solizardking/solana-clawd](https://github.com/Solizardking/solana-clawd)
|
| 33 |
+
- **Token:** `$CLAWD` β `8cHzQHUS2s2h8TzCmfqPKYiM4dSt4roa3n7MyRLApump`
|
| 34 |
+
|
| 35 |
## Layout
|
| 36 |
|
| 37 |
- `/` β the homebase landing console
|
| 38 |
+
- `/terminal/` β live interactive terminal with Clawd ASCII art banner
|
| 39 |
|
| 40 |
+
## Run locally
|
| 41 |
|
| 42 |
```bash
|
| 43 |
docker build -t clawd-computer .
|
|
|
|
| 47 |
|
| 48 |
## Secrets
|
| 49 |
|
| 50 |
+
Set `HF_TOKEN` in the Space **Settings β Secrets**. Injected as env var at runtime.
|
| 51 |
|
| 52 |
---
|
| 53 |
|
| 54 |
+
π¦ Clawd Computer Β· [solanaclawd](https://huggingface.co/solanaclawd) Β· [x402.wtf](https://x402.wtf) Β· MIT
|