Skip to content

Commit a4e8ead

Browse files
committed
Rebrand the MoltBot to OpenClaw
1 parent d390a7c commit a4e8ead

8 files changed

Lines changed: 36 additions & 34 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
**SuperQode** is the agentic coding harness designed to drive the SuperQE process. It delivers a Superior and Quality Optimized Developer Experience as a TUI for interactive development, debugging, and exploratory QE. SuperQode can also be used as a general development harness beyond QE.
4545

46-
**Note (Enterprise):** Enterprise adds powerful automation, deep evaluation testing, and enterprise integrations (Moltbot first; more bot integrations coming).
46+
**Note (Enterprise):** Enterprise adds powerful automation, deep evaluation testing, and enterprise integrations (OpenClaw first; more bot integrations coming).
4747

4848
## Demo Video
4949

docs/enterprise/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Enterprise adds powerful automation, deep evaluation testing, and integrations o
1818
| Natural Language QE |||
1919
| ML severity model |||
2020
| SuperOpt optimizer | ✅ (flagged) | ✅ (optimized) |
21-
| Moltbot integration |||
21+
| OpenClaw integration |||
2222

2323
## Included Capabilities
2424

@@ -30,13 +30,13 @@ Enterprise adds powerful automation, deep evaluation testing, and integrations o
3030
- Natural language QE
3131
- Prompt packs and optimized workflows
3232
- ML severity model
33-
- Enterprise integrations (Moltbot first; more bot integrations coming)
34-
- Moltbot integration (experimental; self-hosted only)
33+
- Enterprise integrations (OpenClaw first; more bot integrations coming)
34+
- OpenClaw integration (experimental; self-hosted only)
3535

3636
## Enterprise Integrations
3737

3838
Enterprise integrations let you connect SuperQode/SuperQE with external agent platforms in a
39-
self-hosted setup. Moltbot is the first supported integration (experimental); more bot integrations
39+
self-hosted setup. OpenClaw is the first supported integration (experimental); more bot integrations
4040
will be added over time.
4141

4242
Contact the Superagentic AI team at [info@super-agentic.ai](mailto:info@super-agentic.ai) for access.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Orchestrating coding agents as **Super Quality Engineers** using the **SuperQE m
3030

3131
**SuperQode** is the agentic coding harness designed to drive the SuperQE process. It delivers a **Superior and Quality Optimized Developer Experience** as a TUI for interactive development, debugging, and exploratory QE. SuperQode can also be used as a general development harness beyond QE.
3232

33-
**Note (Enterprise):** Enterprise adds powerful automation, deep evaluation testing, and enterprise integrations (Moltbot first; more bot integrations coming).
33+
**Note (Enterprise):** Enterprise adds powerful automation, deep evaluation testing, and enterprise integrations (OpenClaw first; more bot integrations coming).
3434

3535
### Why SuperQode Exists
3636

@@ -131,7 +131,7 @@ superqe --version
131131
## Deployment Options
132132

133133
SuperQode OSS is self-hosted. You are responsible for model/API infra costs.
134-
For Enterprise capabilities (including integrations like Moltbot, with more coming), see
134+
For Enterprise capabilities (including integrations like OpenClaw, with more coming), see
135135
`enterprise/index.md`.
136136

137137
---

docs/integration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Integrate SuperQode into your development workflow, CI/CD pipelines, and toolcha
4444

4545
---
4646

47-
Self-hosted integrations with external agent platforms. Moltbot is the first supported
47+
Self-hosted integrations with external agent platforms. OpenClaw is the first supported
4848
integration; more bot integrations will be added over time.
4949

50-
[:octicons-arrow-right-24: Moltbot Integration](moltbot.md)
50+
[:octicons-arrow-right-24: OpenClaw Integration](openclaw.md)
5151

5252
</div>
5353

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Moltbot Integration (Enterprise)
1+
# OpenClaw Integration (Enterprise)
22

3-
Moltbot is the first supported Enterprise integration for SuperQode/SuperQE. It is **experimental**
4-
and intended for **self-hosted** deployments only. It enables lab-style automation with Moltbot
3+
OpenClaw is the first supported Enterprise integration for SuperQode/SuperQE. It is **experimental**
4+
and intended for **self-hosted** deployments only. It enables lab-style automation with OpenClaw
55
clients while keeping SuperQE in control of audits and deep evaluation testing. More bot
66
integrations will be added over time.
77

88
## What This Enables
99

10-
- Self-hosted Moltbot Gateway + clients in a controlled lab environment
10+
- Self-hosted OpenClaw Gateway + clients in a controlled lab environment
1111
- SuperQode TUI access via ACP for interactive exploration
1212
- SuperQE CLI automation for audits (current agent: OpenCode)
13-
- Enterprise reporting outputs and deep evaluation testing against the Moltbot codebase
13+
- Enterprise reporting outputs and deep evaluation testing against the OpenClaw codebase
1414
- Secure and private **local models** for lab isolation
1515

1616
## Install
@@ -21,7 +21,7 @@ npm install -g moltbot@latest
2121

2222
## Integration Model
2323

24-
Moltbot exposes an ACP bridge (`moltbot acp`) that connects to its Gateway. SuperQode/SuperQE can
24+
OpenClaw exposes an ACP bridge (`moltbot acp`) that connects to its Gateway. SuperQode/SuperQE can
2525
treat this as an ACP agent for interactive sessions and automated runs.
2626

2727
## Quick Start (Enterprise)
@@ -36,6 +36,8 @@ superqode connect acp moltbot
3636

3737
If your gateway requires auth, pass `--token` or `--password` to the ACP bridge.
3838

39+
OpenClaw website: https://openclaw.ai/
40+
3941
## Scope (Enterprise)
4042

4143
- Setup remains self-hosted and isolated

docs/providers/acp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ superqode connect acp opencode
5454

5555
---
5656

57-
### Moltbot (Enterprise Integration, Experimental)
57+
### OpenClaw (Enterprise Integration, Experimental)
5858

59-
[Moltbot](https://www.molt.bot/) provides an ACP bridge backed by the Moltbot Gateway. This
59+
[OpenClaw](https://openclaw.ai/) provides an ACP bridge backed by the OpenClaw Gateway. This
6060
integration is available in Enterprise.
6161

6262
```bash
63-
# Install Moltbot
63+
# Install OpenClaw
6464
npm install -g moltbot@latest
6565

6666
# Start the gateway (in a separate terminal)
@@ -72,7 +72,7 @@ superqode connect acp moltbot
7272

7373
If your gateway requires auth, pass `--token` or `--password` in the agent command configuration.
7474

75-
**Note:** Moltbot integration is experimental and intended for self-hosted environments with
75+
**Note:** OpenClaw integration is experimental and intended for self-hosted environments with
7676
secure, private local models.
7777

7878
---
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Moltbot
2-
# https://www.molt.bot/
1+
# OpenClaw
2+
# https://openclaw.ai/
33

44
identity = "molt.bot"
5-
name = "Moltbot"
5+
name = "OpenClaw"
66
short_name = "moltbot"
7-
url = "https://www.molt.bot/"
7+
url = "https://openclaw.ai/"
88
protocol = "acp"
9-
author_name = "Moltbot"
10-
author_url = "https://www.molt.bot/"
11-
publisher_name = "Moltbot"
9+
author_name = "OpenClaw"
10+
author_url = "https://openclaw.ai/"
11+
publisher_name = "OpenClaw"
1212
publisher_url = "https://github.com/moltbot/moltbot"
1313
type = "coding"
14-
description = "Moltbot ACP bridge backed by the Moltbot Gateway (self-hosted)."
14+
description = "OpenClaw ACP bridge backed by the OpenClaw Gateway (self-hosted)."
1515
tags = ["enterprise", "integration", "automation", "gateway"]
1616
run_command."*" = "moltbot acp --url ws://127.0.0.1:18789"
1717

1818
help = '''
19-
# Moltbot
19+
# OpenClaw
2020
21-
Moltbot provides an ACP bridge that connects SuperQode to a running Moltbot Gateway.
21+
OpenClaw provides an ACP bridge that connects SuperQode to a running OpenClaw Gateway.
2222
2323
## Requirements
2424
25-
- Moltbot Gateway must be running and reachable
25+
- OpenClaw Gateway must be running and reachable
2626
- Node.js 22+ runtime
2727
2828
## Connect
@@ -40,10 +40,10 @@ corresponding environment variables.
4040
4141
---
4242
43-
**Website**: https://www.molt.bot/
43+
**Website**: https://openclaw.ai/
4444
**GitHub**: https://github.com/moltbot/moltbot
4545
'''
4646

4747
[actions."*".install]
4848
command = "npm install -g moltbot@latest"
49-
description = "Install Moltbot"
49+
description = "Install OpenClaw"

src/superqode/app_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14634,8 +14634,8 @@ async def _show_agents_async(self, log: ConversationLog, clear_log: bool = True)
1463414634
"geminicli": "💎", # Gem (Gemini CLI)
1463514635
"codex": "📝", # Memo/code
1463614636
"codex.openai.com": "📝", # Memo/code
14637-
"moltbot": "🦞", # Lobster (Moltbot)
14638-
"molt.bot": "🦞", # Lobster (Moltbot)
14637+
"moltbot": "🦞", # Lobster (OpenClaw)
14638+
"molt.bot": "🦞", # Lobster (OpenClaw)
1463914639
"goose": "🪿", # Goose
1464014640
"goose.ai": "🪿", # Goose
1464114641
"kimi": "🔮", # Crystal ball (Kimi CLI)

0 commit comments

Comments
 (0)