clanker-ops-auto-dispatch

Dispatch subagent tasks in Clanker Ops from plan files and commands.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill clanker-ops-auto-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clanker-ops-auto-dispatch
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/clanker-ops-auto-dispatch
Command: npx skills add https://github.com/ruskibeats/t1d --skill clanker-ops-auto-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pi-subagents, and includes scripts (resource) components.

What problem does it solve?

This Skill automatically dispatches tasks to subagents in Clanker Ops without manual intervention, enhancing efficiency and reducing reliance on copy-paste commands.

Core Features & Use Cases

  • Automatic Task Dispatch: Automatically executes subagent tasks based on /clanker dispatch #N commands.
  • Dynamic Agent Handling: Connects plan files and agent definitions into live subagent runs.
  • Fallback Mechanism: Provides manual execution as a fallback option if the dynamic import fails.
  • Intercom Event Handling: Integrates with Clanker Ops for event-driven updates on subagent status.
  • State Schema Update: Ensures Task type includes metadata for tracking dispatched tasks.
  • Subagent Configuration: Sets up .pi/subagent-config.json for proper intercom communication.

Quick Start

Dispatch a task with /clanker dispatch #<id>, or run a subagent manually with subagent single --agent <name> --async true --output <outputPath> --task "<taskText>".

Frequently Asked Questions about clanker-ops-auto-dispatch

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

FAQPage Schema
How do I automate background subagent dispatch in Clanker Ops?

Automating background subagent dispatch in Clanker Ops is handled by executing pre-defined commands and plan files, enabling dynamic task execution without manual intervention. It uses asynchronous background execution to enhance efficiency.

What is the best way to trigger a subagent task automatically?

Triggering a subagent task automatically is best achieved using the `/clanker dispatch #N` command. This connects plan files and agent definitions into live subagent runs, eliminating reliance on copy-paste commands.

Do I need the pi-subagents package to run asynchronous task execution?

Yes, you need the pi-subagents package to run asynchronous task execution. It is a required dependency for setting up subagent configuration and handling dynamic agent execution within Clanker Ops.

How do I manually run a subagent if dynamic dispatch fails?

To manually run a subagent if dynamic dispatch fails, use the fallback option: execute `subagent single --agent <name> --async true --output <outputPath> --task "<taskText>"` to process the task.

How does intercom event integration work with dispatched subagents?

Intercom event integration works by configuring `.pi/subagent-config.json` and updating the Task state schema with metadata. This setup enables event-driven updates on subagent status during background execution.