← Back to Plugins
Tools

Image

shibuya-project By shibuya-project 👁 4 views ▲ 0 votes

Custom OpenClaw Docker image with mcporter and wecom plugin for Shibuya

GitHub

README

# openclaw-image

Custom OpenClaw Docker image for Shibuya, based on the official `ghcr.io/openclaw/openclaw:latest`.

## Pre-installed Extensions

| Extension | Purpose |
|-----------|---------|
| [mcporter](https://github.com/steipete/mcporter) | MCP bridge — call MCP servers as CLI from OpenClaw skills |
| [@wecom/wecom-openclaw-plugin](https://www.npmjs.com/package/@wecom/wecom-openclaw-plugin) | WeCom (WeChat Work) channel integration |

## CI/CD

Push to `main` triggers GitHub Actions → builds `linux/amd64` image → pushes to ECR:

```
389170470240.dkr.ecr.ap-northeast-1.amazonaws.com/openclaw:<commit-sha>
389170470240.dkr.ecr.ap-northeast-1.amazonaws.com/openclaw:latest
```

### Required GitHub Secrets/Variables

| Name | Type | Description |
|------|------|-------------|
| `AWS_ECR_REGISTRY` | Variable | ECR registry URL (e.g. `389170470240.dkr.ecr.ap-northeast-1.amazonaws.com`) |
| `AWS_ECR_ACCESS_KEY_ID` | Secret | AWS access key for ECR push |
| `AWS_ECR_SECRET_ACCESS_KEY` | Secret | AWS secret key for ECR push |

> These are the same secrets/variables used by `webapp` and other repos.

## Local Build

```bash
docker build -t openclaw:local .
```

## Adding Extensions

Edit `Dockerfile`, push to `main`. CI will rebuild and push.
tools

Comments

Sign in to leave a comment

Loading comments...