✓ Verified
💻 Development
✓ Enhanced Data
Coder Workspaces
Manage Coder workspaces and AI coding agent tasks.
- Rating
- 5 (220 reviews)
- Downloads
- 17,415 downloads
- Version
- 1.0.0
Overview
Manage Coder workspaces and AI coding agent tasks.
Complete Documentation
View Source →
Coder Workspaces
Manage Coder workspaces and AI coding agent tasks via the coder CLI.
Note: Commands execute within isolated, governed Coder workspaces — not the host system.
Setup
Before using coder CLI, configure authentication:
- Install the CLI from Coder CLI docs
- Set environment variables:
bash
export CODER_URL=https://your-coder-instance.com
export CODER_SESSION_TOKEN=<your-token> # Get from /cli-auth
- Test connection:
bash
coder whoami
Workspace Commands
bash
coder list # List workspaces
coder list --all # Include stopped
coder list -o json # JSON output
coder start <workspace>
coder stop <workspace>
coder restart <workspace> -y
coder delete <workspace> -y
coder ssh <workspace> # Interactive shell
coder ssh <workspace> -- <command> # Run command in workspace
coder logs <workspace>
coder logs <workspace> -f # Follow logs
AI Coding Tasks
Coder Tasks runs AI agents (Claude Code, Aider, etc.) in isolated workspaces.
Creating Tasks
bash
coder tasks create --template <template> --preset "<preset>" "prompt"
- Template: Required. List with
coder templates list - Preset: May be required. Try without first. If creation fails with "Required parameter not provided", get presets with
coder templates presets list -o jsonand use the default. If no default, ask user which preset.
Managing Tasks
bash
coder tasks list # List all tasks
coder tasks logs <task-name> # View output
coder tasks connect <task-name> # Interactive session
coder tasks delete <task-name> -y # Delete task
Task States
- Initializing: Workspace provisioning (timing varies by template)
- Working: Setup script running
- Active: Agent processing prompt
- Idle: Agent waiting for input
Troubleshooting
- CLI not found: See Coder CLI docs
- Auth failed: Verify CODER_URL and CODER_SESSION_TOKEN are set, then run
coder login - Version mismatch: Reinstall CLI from your Coder instance
More Info
Installation
Terminal bash
openclaw install coder-workspaces
Copied!
💻Code Examples
coder logs <workspace> -f # Follow logs
coder-logs-workspace--f--follow-logs.txt
## AI Coding Tasks
Coder Tasks runs AI agents (Claude Code, Aider, etc.) in isolated workspaces.
### Creating Taskscoder tasks create --template <template> --preset "<preset>" "prompt"
coder-tasks-create---template-template---preset-preset-prompt.txt
- **Template**: Required. List with `coder templates list`
- **Preset**: May be required. Try without first. If creation fails with "Required parameter not provided", get presets with `coder templates presets list <template> -o json` and use the default. If no default, ask user which preset.
### Managing Tasksexample.sh
coder list # List workspaces
coder list --all # Include stopped
coder list -o json # JSON output
coder start <workspace>
coder stop <workspace>
coder restart <workspace> -y
coder delete <workspace> -y
coder ssh <workspace> # Interactive shell
coder ssh <workspace> -- <command> # Run command in workspace
coder logs <workspace>
coder logs <workspace> -f # Follow logsexample.sh
coder tasks list # List all tasks
coder tasks logs <task-name> # View output
coder tasks connect <task-name> # Interactive session
coder tasks delete <task-name> -y # Delete taskTags
#coding_agents-and-ides
#code
Quick Info
Category Development
Model Claude 3.5
Complexity Multi-Agent
Author developmentcats
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install coder-workspaces
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0