Create a new Claude Code session with web terminal and GitChain logging
From gitchain-orchestratornpx claudepluginhub c-0711/0711-tools --plugin gitchain-orchestratorThis skill uses the workspace's default tool permissions.
Spin up an isolated Claude Code session with web terminal access, auto-git-logging, and screenshot capture.
$ARGUMENTS for:
Docker Container: gitchain-{session-id}
├── ttyd → Web terminal on port {port}
├── tmux → Persistent terminal session
├── Claude Code → Pre-authenticated, ready to work
├── Git repo → Cloned from shared bare repo
└── GitChain Logger → Auto-commits every 10s
├── Code changes → structured git commits
├── Screenshots → auto-committed when captured
└── Terminal log → full session recording
# ⛓ GitChain Session Created
| Field | Value |
|-------|-------|
| Session ID | s-{id} |
| Terminal | http://192.168.145.10:{port} |
| Project | {project} |
| Container | {container_id} |
| Status | ✅ Ready |
## Quick Access
- **Open Terminal:** [http://192.168.145.10:{port}](http://192.168.145.10:{port})
- **Git Branch:** session/{session-id}
- **Logs:** docker logs gitchain-s-{id}
## What's Running
- ttyd web terminal (writable, 5 max clients)
- Claude Code (pre-authenticated)
- GitChain logger (auto-commit every 10s)
- Screenshot watcher (auto-commit captures)
💡 Tell Chrome-Claude to navigate to the terminal URL to start.