Install
openclaw skills install dev-coding-agentEnhanced coding agent for development workflows. Optimized for building features, fixing bugs, and code refactoring with OpenCode integration.
openclaw skills install dev-coding-agentSpecialized coding agent skill optimized for software development tasks using OpenCode.
# Simple task in your project
bash pty:true workdir:~/your-project command:"opencode run 'Add feature or fix bug'"
# Background task for complex work
bash pty:true workdir:~/your-project background:true command:"opencode run 'Build complete feature'"
bash pty:true workdir:~/project command:"opencode run 'Fix the [specific issue] in [file/component]'"
bash pty:true workdir:~/project command:"opencode run 'Implement [feature name] with [requirements]'"
bash pty:true workdir:~/project background:true command:"opencode run 'Refactor [module] to improve [performance/readability/maintainability]'"
bash pty:true workdir:~/project command:"opencode run 'Add unit tests for [function/module] using [testing framework]'"
process action:log to track progressbash pty:true workdir:~/my-app command:"opencode run 'Create a reusable Button component with variants (primary, secondary, danger), loading state, and TypeScript interface'"
bash pty:true workdir:~/backend command:"opencode run 'Add user registration endpoint with email validation, password hashing, and JWT token generation'"
bash pty:true workdir:~/project command:"opencode run 'Create database migration to add created_at and updated_at timestamps to all existing tables'"
npm install -g opencode)pty:true)