openclaw-remote-dispatch

Poll TickTick for coding tasks and dispatch them to OpenCode Serve sessions via SSH or local hosts.

4|2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/drunkcoding/AgentSkillsArxiv --skill openclaw-remote-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-remote-dispatch
Source: https://github.com/drunkcoding/AgentSkillsArxiv/tree/main/openclaw/openclaw-remote-dispatch
Command: npx skills add https://github.com/drunkcoding/AgentSkillsArxiv --skill openclaw-remote-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Poll TickTick for coding tasks and dispatch them to remote OpenCode Serve sessions via SSH or local hosts to automate coding workflows across distributed environments.

Core Features & Use Cases

  • End-to-end task intake from TickTick CodeDispatch project and automatic session creation on remote or local machines.
  • Intelligent routing with keyword-based agent selection, plan-gate prompts, and LLM tie-breakers for session continuation.
  • Persistent session graph and registry for knowledge management, with optional TickTick CLI integration for management.

Quick Start

Start the daemon (or run a one-shot poll) to begin dispatching tasks from TickTick to remote OpenCode sessions.

Frequently Asked Questions about openclaw-remote-dispatch

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

FAQPage Schema
How do I automate dispatching coding tasks from TickTick to remote SSH sessions?

You can automate dispatching coding tasks from TickTick to remote SSH sessions by running a daemonized polling workflow that reads the CodeDispatch project and forwards tasks to OpenCode Serve hosts automatically.

How does the session matcher decide which remote host receives a coding task?

The session matcher uses a 3-stage routing process: a strict host and folder filter, fuzzy similarity scoring on task context, and an LLM tie-breaker to select the best remote OpenCode session for continuation.

Can I use this remote task dispatch workflow locally without an SSH connection?

Yes, the dispatcher supports routing tasks to both remote OpenCode Serve sessions via SSH and local host machines, allowing flexible execution environments based on your current setup.

What happens to in-progress coding tasks if the dispatch daemon restarts?

The workflow recovers from daemon restarts by using a persistent session registry and graph, ensuring that in-progress tasks and session states are restored without losing continuity.

Do I need an LLM to route tasks to OpenCode sessions?

An LLM is used specifically as a tie-breaker in the session matcher when fuzzy similarity scoring yields ambiguous results, ensuring accurate task routing to the correct remote coding session.

How do I get notified when a dispatched coding task makes progress?

The workflow sends progress notifications via WhatsApp, keeping you updated on task routing, plan-gate prompt statuses, and session execution updates across your distributed environments.