What problem does it solve? Setting up a Cline-backed coding sub-agent inside OpenClaw is error-prone: Cline exposes no OpenAI-compatible endpoint, its WorkOS token expires in minutes, and misconfiguring ACP or MCP bridges can break the gateway. This Skill creates and idempotently reconciles a canonical cline-agent without touching the Main Agent, global routing, or existing agents like codex-agent. ## Core Features & Use Cases - Idempotent agent binding: The bind_cline_backend.sh script creates or repairs the cline-agent entry, union-merges the delegation allowlist, validates config, and restarts the gateway only when something changed. - Three delegation bridges: Delegate coding tasks to the Cline CLI via exec one-shot (JSON output), ACP streaming sessions, or MCP tool-level integration, with full reference docs for each. - Self-healing CLI management: Automatically installs or updates the Cline CLI via npm when missing or stale, failing open when the registry is unreachable. - Use Case: You want OpenClaw's Main Agent to hand off a refactor task to Cline running GLM-5.2 with a 1M context window and no OpenRouter rate limits — run the binder once, then delegate through exec or ACP. ## Quick Start Ask the agent to run the Cline backend binder with medium effort to create and verify the cline-agent sub-agent.