Skip to main content

openclaw

OpenClaw Deployment

Last Updated: 2026-02-16 Status: Planned Project: blueflyio/openclaw-bluefly

What OpenClaw Is

Open-source, self-hosted AI assistant platform. MIT license, 194k+ GitHub stars. Gateway-centric architecture with multi-channel support (Telegram, Discord, Slack, web). ClawHub skill marketplace. Supports Claude/GPT/local models.

URL: https://openclaw.ai/

Deployment Target

Hetzner CX32 (dedicated VPS, ~$20/mo):

  • 4 vCPU, 8 GB RAM, 80 GB SSD
  • Isolated from NAS production services
  • Connected via Tailscale to NAS services (MinIO, OSSA mesh API, LiteLLM)
  • Separate from sandbox Oracle instance

OpenClaw ↔ OSSA Integration

Custom Bluefly Skills for OpenClaw

SkillDescription
ossa-compliance-checkValidate agent manifests
gitlab-pipeline-statusCheck CI/CD status
drupal-module-infoQuery Drupal module registry
infrastructure-healthNAS/service monitoring

OpenClaw → GitLab (via GitLab MCP Server)

{ "mcpServers": { "gitlab": { "type": "http", "url": "https://gitlab.com/api/v4/mcp" } } }

OpenClaw agents can create issues, review MRs, check pipelines through GitLab's official MCP server with OAuth authentication.

GitLab Duo → OpenClaw (via Custom MCP Server)

MCP tools exposed by @bluefly/mcp-openclaw-bridge:

ToolDescription
openclaw_ask_agentRoute a question to a specific OpenClaw agent
openclaw_list_agentsList available agents and skills
openclaw_agent_memoryQuery conversation memory
openclaw_run_skillExecute a specific skill
openclaw_cron_statusCheck scheduled task status