claude-code-dispatch

Dispatch coding tasks to Claude Code with completion callbacks and Telegram notifications.

44|14|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/win4r/claude-code-dispatch --skill claude-code-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-dispatch
Source: https://github.com/win4r/claude-code-dispatch/tree/main
Command: npx skills add https://github.com/win4r/claude-code-dispatch --skill claude-code-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate the end-to-end dispatch of development tasks to Claude Code with automatic completion callbacks, eliminating manual polling and constant monitoring.

Core Features & Use Cases

  • Agent Teams: parallel development and testing with structured subagents
  • Cost controls: max-budget-usd, max-turns, and model fallback
  • Git worktree isolation: isolated worktrees for concurrent tasks
  • MCP integration: load MCP servers for task routing
  • Custom subagents: define subagents via --agents JSON
  • System prompt customization and rich Telegram notifications for task updates
  • PTY-wrapped Claude Code execution to ensure reliability in non-TTY environments
  • Data logging: task metadata and results written to data/claude-code-results

Quick Start

Copy this skill into your OpenClaw skills directory and run a background dispatch with nohup to submit a Claude Code task and receive a Telegram notification when it finishes.

Frequently Asked Questions about claude-code-dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Code tasks with Telegram notifications?

You can automate Claude Code tasks and send Telegram notifications by dispatching coding tasks with automatic completion callbacks, eliminating manual polling and constant monitoring. Task metadata and results are logged to data/claude-code-results.

Can I run parallel Claude Code tasks with Git worktree isolation?

Yes, Git worktree isolation provides isolated worktrees for concurrent tasks. You can run parallel development and testing using structured Agent Teams defined via custom subagent JSON configurations.

How do I control API costs when dispatching multiple Claude Code tasks?

Cost controls manage API spending through max-budget-usd limits, max-turns constraints, and model fallback. These settings ensure automated task dispatch stays within your allocated budget.

Does Claude Code dispatch work in non-TTY environments?

Claude Code dispatch works reliably in non-TTY environments by using a PTY wrapper for execution. This ensures automated background tasks run without terminal session dependencies.

How do I load MCP servers for Claude Code task routing?

MCP server integration allows loading MCP servers for task routing within the dispatch workflow. This enables structured task distribution across Agent Teams and custom subagents.

What is the best way to run background Claude Code dispatch tasks?

The recommended approach is running a background dispatch with nohup to submit Claude Code tasks. The system handles execution, logs results, and sends Telegram notifications upon completion.