Docker Pibox — DevOps skill for Claude Code
pi-coding-agent inside an aicodebox container.
How to install Docker Pibox
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open psyb0t/docker-pibox and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Docker Pibox does
pi-coding-agent inside an aicodebox container. One image, five ways in: interactive shell, one-shot API, OpenAI-compatible endpoint, MCP server, Telegram bot, and a cron scheduler that fires pi on whatever schedule you want. You talk to pibox. pibox talks to pi. pi talks to whatever LLM you point it at. Nobody cares about the middle.
Alternatives in DevOps
- Chat — chat web app for teams, sass with user management and ratelimit, support chatgpt(openai & azure), claude, gemi 568 ★
- Video Podcast Maker — AI-powered video podcast creation skill for coding agents 529 ★
- MCP SSH Manager — MCP SSH Server: 37 tools for remote SSH management Claude Code & OpenAI Codex DevOps automation, backups, data 460 ★
README
docker-pibox
[](https://github.com/psyb0t/docker-pibox/actions/workflows/pipeline.yml) [](https://github.com/psyb0t/docker-pibox/releases) [](LICENSE) [](https://hub.docker.com/r/psyb0t/pibox)
[pi-coding-agent](https://github.com/earendil-works/pi-mono/tree/main/packages/coding-agent) inside an [aicodebox](https://github.com/psyb0t/docker-aicodebox) container. One image, several ways in: interactive shell, one-shot prompt, HTTP API (with an OpenAI-compatible endpoint), MCP server, Telegram bot, and a cron scheduler that fires pi on whatever schedule you want.
You talk to pibox. pibox talks to pi. pi talks to whatever LLM you point it at. Nobody cares about the middle.
Table of Contents
Quick start
# one-shot prompt
docker run --rm \
-e ANTHROPIC_AUTH_TOKEN=your-token \
-e ANTHROPIC_BASE_URL=https://api.z.ai/api/anthropic \
-e ANTHROPIC_MODEL=glm-4.6 \
-v "$PWD/workspace:/workspace" \
psyb0t/pibox:latest \
-p "list the files in /workspace"
# API server
docker run -d --network host \
-e PIBOX_API_MODE=1 \
-e PIBOX_API_MODE_TOKEN=your-secret \
-e PIBOX_AVAILABLE_MODELS=glm-4.6,glm-4.5-air \
-e ANTHROPIC_AUTH_TOKEN=your-token \
-e ANTHROPIC_BASE_URL=https://api.z.ai/api/anthropic \
-e ANTHRO
Related Skills
Docker Claudebox
Claude Code in Docker. Drop-in OpenAI-compatible API, MCP server, Telegram bot, and CLI — five interfaces, one
GPT Telegram Worker
A multi-model AI Telegram bot powered by Cloudflare Workers, supporting various APIs including OpenAI, Claude,
Ductor
Control Claude Code, Codex CLI and Gemini CLI from Telegram. Live streaming, persistent memory, cron jobs, web
Bot Deploy
Deploy Telegram bot to production с Docker и webhook setup
Dclaude
Run Claude Code or Codex with full autonomous permissions inside a Docker container.
Claude Code Nexus
Seamlessly forward Claude Code requests to any OpenAI-compatible API service with smart model mapping, streami
Related Agents
Codex CLI
Codex CLI → any OpenAI-compatible endpoint
Openrouter Agent
Runs a model from any of ~60 vendors through OpenRouter's OpenAI-compatible endpoint, billed per token against
n8n Especialista
Construye y despliega workflows de n8n al estilo del Framework Bot (lemut_n8n): bots de Telegram con RAG, agen