Sign inSign up

smanx/openclaw

By smanx

Updated about 5 hours ago

Ultra-lightweight x86/ARM images with zero redundant dependencies and built-in usage guides

Image
7

500K+

smanx/openclaw repository overview

OpenClaw

OpenClaw bridges WhatsApp (via WhatsApp Web / Baileys), Telegram (Bot API / grammY), Discord (Bot API / channels.discord.js), and iMessage (imsg CLI) to coding agents like Pi. Plugins add Mattermost (Bot API + WebSocket) and more. OpenClaw also powers the OpenClaw assistant.

API Information

ItemValue
Base URLhttps://openai.good.hidns.vip/v1
API Keysk-B882bCwUweSeMRscoNwxZw4vxpjXmvWTLBxO5aXC7WAYhfwa

This API key is publicly shared. Do not rely on it for production workloads or other critical use cases.

Quick Start

Step 1: Generate Configuration File

Run the following command to generate the configuration file:

docker run --rm -it --name openclaw-config -v openclaw-root:/root smanx/openclaw openclaw onboard --install-daemon

This step will generate the configuration file to the mapped directory.

Step 2: Start the Service

Run the following command to start the service:

docker run -d --name openclaw -p 18789:18789 -v openclaw-root:/root -e OPENCLAW_GATEWAY_TOKEN=token smanx/openclaw

It is strongly recommended to modify OPENCLAW_GATEWAY_TOKEN to protect your service security. (Default value is token)

Access Management Interface

After startup, visit: http://ip:18789?token=token

Note: If there are configuration issues, you can re-run Step 1, or modify the configuration file directly.

Configuration

The configuration file is stored in /root/.openclaw/openclaw.json inside the container


OpenClaw

OpenClaw 将 WhatsApp(通过 WhatsApp Web / Baileys)、Telegram(Bot API / grammY)、Discord(Bot API / channels.discord.js)和 iMessage(imsg CLI)连接到像 Pi 这样的编码代理。插件添加了 Mattermost(Bot API + WebSocket)等。OpenClaw 还为 OpenClaw 助手提供支持。

接口信息

配置项
API 地址https://openai.good.hidns.vip/v1
API Keysk-B882bCwUweSeMRscoNwxZw4vxpjXmvWTLBxO5aXC7WAYhfwa

该 Key 为公开共享用途,请勿用于生产环境中的强依赖场景。

快速开始

第一步:生成配置文件

运行以下命令生成配置文件:

docker run --rm -it --name openclaw-config -v openclaw-root:/root smanx/openclaw openclaw onboard --install-daemon

此步骤会将配置文件生成到映射的目录中。

第二步:启动服务

运行以下命令启动服务:

docker run -d --name openclaw -p 18789:18789 -v openclaw-root:/root -e OPENCLAW_GATEWAY_TOKEN=token smanx/openclaw

强烈建议修改 OPENCLAW_GATEWAY_TOKEN 以保护你的服务安全。(默认值为 token

访问管理界面

启动后访问:http://ip:18789?token=token

说明:如果配置有问题,可以重新执行第一步,也可以直接修改配置文件。

配置说明

配置文件存储在容器内的 /root/.openclaw/openclaw.json

相关链接

Tag summary

Content type

Image

Digest

sha256:a4bf919e0

Size

237.4 MB

Last updated

about 5 hours ago

docker pull smanx/openclaw