openclaw-task-queue

openclaw-task-queue is a skill for Claude Code, Codex from yedanyagamiai-cmd/openclaw-mcp-servers. It costs 117 tokens per session (2,535 once invoked), scanned A, original, MIT.

A persistent task queue for AI agents: a stored list of work waiting to be assigned or completed. Tasks can have priorities, metadata, dependencies, and assigned agents, and remain available after restarts.

In plain words
What is it for?
Use it to create and filter tasks, assign work to agents, complete tasks with summaries, track queue statistics, set priorities, and build multi-step task dependencies.
Why use it?
It prevents tasks from being lost when an agent stops or a session crashes. It also helps coordinate multiple agents and ensures dependent work waits for earlier tasks.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to create and filter tasks, assign work to agents, complete tasks with summaries, track queue statistics, set priorities, and build multi-step task dependencies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-task-queue
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yedanyagamiai-cmd/openclaw-mcp-servers --skill openclaw-task-queue
Clone the repo
git clone --depth 1 https://github.com/yedanyagamiai-cmd/openclaw-mcp-servers

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openclaw-task-queue

README.md
[![agentmods](https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-task-queue.svg)](https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-task-queue)
Your own site
<a href="https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-task-queue"><img src="https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-task-queue.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.02535
Opus 5 $0.00059 $0.01267
Sonnet 5 $0.00023 $0.00507
Haiku 4.5 $0.00012 $0.00253

Measured 8d ago against content hash 50c787718e03, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

openclaw-task-queue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clawhub-skills/openclaw-task-queue/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenClaw Task Queue v2.0

Persistent task queue for AI agents. 5 tools. Survives restarts. Multi-agent assignment. Priority scheduling.

Tool Purpose Free
create_task Create a new task with title, description, priority, and metadata Yes
get_tasks List tasks filtered by status, agent, priority, or tag Yes
assign_task Assign a task to a specific agent or pull the next unassigned task Yes
complete_task Mark a task as complete with an output summary Yes
get_task_stats Queue statistics: throughput, completion rate, avg duration, backlog Yes

What's New in v2.0

  • TaskFlow Engine -- Priority queue backed by Cloudflare D1 (SQLite at the edge). Tasks persist across agent restarts, session crashes, and PC reboots.
  • PriorityLane -- Four priority lanes (critical/high/normal/low) with configurable lane weights. Critical tasks always jump the queue.
  • DependencyGraph -- Link tasks with depends_on to create execution chains. A task only becomes available when all its dependencies are complete.
  • TimeoutGuard -- Tasks assigned to an agent but not completed within a configurable timeout are automatically returned to the queue for reassignment.

Quick Start

{
  "openclaw-task-queue": {
    "type": "streamable-http",
    "url": "https://openclaw-task-queue-mcp.yagami8095.workers.dev/mcp"
  }
}

Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Zero install. Works immediately.

Detection Triggers

This skill activates when a user says any of these:

  • "add this to the queue", "create a task", "remember to do", "queue this for later"
  • "what's in the queue", "pending tasks", "show task list", "what needs to be done"
  • "assign this task", "give to agent X", "delegate to worker", "pull next task"
  • "mark as done", "complete task", "task finished", "close this task"
  • "task stats", "queue statistics", "completion rate", "how many tasks done", "backlog count"
  • "task depends on", "chain tasks", "run after X is done", "task dependency"

Read the full file on GitHub · 211 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 211 lines · 117 tokens per session scan A 50c787718e03

Subscribe to this mod's changes

openclaw-task-queue is a skill published in the GitHub repository yedanyagamiai-cmd/openclaw-mcp-servers (3 stars, last pushed 5mo ago), licensed MIT. It adds 117 tokens to every session and 2,535 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

report-issue-framework

File a bug or feature request against @cyanheads/mcp-ts-core when you hit a framework issue. Use when a builder, utility, context method, or config behaves contrary to the documented API — not for server-specific application bugs.

cyanheads/mcp-ts-core · 52 tokens

report-issue-local

File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.

cyanheads/mcp-ts-core · 44 tokens

orchestrations

Pick and run a multi-phase workflow that chains foundational task skills (git-wrapup, release-and-publish, maintenance, field-test, setup, etc.) end-to-end. Routes user intent to a workflow file under workflows/ — greenfield builds, maintenance + release, field-test + fix, or known-work + release. Single source for…

cyanheads/pubmed-mcp-server · 159 tokens

rentalot

Comprehensive reference for the Rentalot platform — AI-powered rental agent with 37 MCP tools across 14 domains. Use when working with Rentalot API, MCP server, property management, contacts, showings, messaging, workflows, or any Rentalot integration.

Rentalot-ai/rentalot-mcp · 56 tokens

report-issue-local

File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.

cyanheads/pokeapi-mcp-server · 44 tokens

change-management

Create and transition ServiceNow change requests (normal/standard/emergency), change tasks, affected CIs, approval routing, CAB scheduling, and conflict detection across maintenance windows.

serac-labs/serac · 37 tokens