ordlibrary commited on
Commit
97ef11c
Β·
verified Β·
1 Parent(s): a68859b

Clawd Computer README v2: 🦞 emoji, ecosystem links,

Browse files
Files changed (1) hide show
  1. README.md +17 -10
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
- # 🐾 Clawd Computer
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 the tools the agents reach for: Python, Node.js, git, the Hugging Face `hf` CLI, ripgrep, jq, and more.
18
 
19
  ## What's inside
20
 
21
  | Layer | Tool |
22
- |-------|------|
23
  | Web terminal | [`ttyd`](https://github.com/tsl0922/ttyd) β†’ bash |
24
- | Reverse proxy | `nginx` (serves landing + websocket-proxies the terminal) |
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/` β€” the live interactive terminal
32
 
33
- ## Run it locally
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` (and any other keys) in the Space **Settings β†’ Secrets**. They are injected as environment variables at runtime and are available inside the terminal.
44
 
45
  ---
46
 
47
- Part of the **Clawd** homebase on Hugging Face. 🐾
 
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