Ccbox
Description
Claude Code sandbox with document skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ccbox
Create professional documents with AI (PDFs, presentations, spreadsheets, and Word documents) by describing what you need in plain language.
What is ccbox?
ccbox is a **ready-to-use AI workstation for documents**, packaged as a Docker container.
Inside the container runs [Claude Code](https://docs.anthropic.com/en/docs/claude-code), Anthropic's AI coding assistant, together with everything it needs to produce polished office documents: LibreOffice, Pandoc, Tesseract OCR, plus Python and Node libraries for PDFs, Word, Excel, and PowerPoint. You describe what you want in plain English, and Claude writes and runs the code to build the file.
You don't install any of those tools on your own machine. You just install one small shell command (`ccbox`) that starts the container for you.
Quick start
1. Install
curl -fsSL https://raw.githubusercontent.com/mk0e/ccbox/main/install.sh | bash
You'll need Docker (or Podman) installed and running first.
The installer is a small, local setup script. It does **not** install any heavy software on your machine. It:
- Checks that Docker or Podman is installed and running.
- Adds a
ccboxfunction to your shell config (.zshrc,.bashrc, or fish functions). This is how typingccboxworks. It's a short shell wrapper that runs the container for you. - Asks how you want to sign in, either with an Anthropic API key (stored locally in
~/.config/ccbox/auth.env,chmod 600) or with your Claude account (Pro, Team, Enterprise, or free tier; you log in the first time you launch). - Creates
~/.ccbox/on your machine. This folder keeps your Claude sessions, settings, and shared templates across container restarts.
That's it. No system packages installed, no background services, no daemon. The container image itself is only downloaded the first time you actually run `ccbox`.
Run `./install.sh` again any time to update the command, change auth, or uninstall.
2. The workspace fol
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11