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.
npx skills add yedanyagamiai-cmd/openclaw-mcp-servers --skill openclaw-task-queuegit clone --depth 1 https://github.com/yedanyagamiai-cmd/openclaw-mcp-serversWrote 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.
[](https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-task-queue)<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>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.
| Model | Per session | Once 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 |
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.
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_onto 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"
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.
- 8d ago First seen · 211 lines · 117 tokens per session scan A 50c787718e03
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.
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.
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.
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…
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.
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.
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.