agentrq

agentrq is a skill for Claude Code from agentrq/agentrq. It costs 33 tokens per session (1,281 once invoked), scanned A, original, Apache-2.0.

A workspace agent that performs tasks received from people or supervising agents through AgentRQ. It reports progress and results through task-thread replies, while task tools manage assignments and status.

In plain words
What is it for?
Use it to execute workspace tasks, send updates, change task status, create follow-up tasks, and handle attached files.
Why use it?
Remote operators may not see the agent's terminal output, so explicit replies keep them informed. The workflow also records whether work is ongoing, completed, blocked, or rejected.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentrq-workspace plugin — 1 skill shipped together

Good fit Use it to execute workspace tasks, send updates, change task status, create follow-up tasks, and handle attached files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentrq/agentrq/agentrq-workspace
About the project

AgentRQ is a self-hosted workspace where people and AI agents coordinate tasks through a real-time task board, scheduling, events, and the Model Context Protocol. It is intended for human operators managing agents across mobile, web, and desktop environments, and the catalogue contains two instructions for using it.

agentrq/agentrq · 1,110 stars · on GitHub · agentrq.com

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 agentrq/agentrq --skill agentrq-workspace
Clone the repo
git clone --depth 1 https://github.com/agentrq/agentrq

Made for: Claude Code.

Or install agentrq-workspace, the plugin that ships this one along with the rest of its 1 skill.

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 agentrq

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentrq/agentrq/agentrq-workspace/github.svg)](https://agentmods.dev/skills/agentrq/agentrq/agentrq-workspace)
Your own site
<a href="https://agentmods.dev/skills/agentrq/agentrq/agentrq-workspace"><img src="https://agentmods.dev/badge/skills/agentrq/agentrq/agentrq-workspace/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agentrq

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentrq/agentrq/agentrq-workspace"><img src="https://agentmods.dev/badge/skills/agentrq/agentrq/agentrq-workspace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,281 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.00033 $0.01281
Opus 5 $0.00016 $0.00641
Sonnet 5 $0.00007 $0.00256
Haiku 4.5 $0.00003 $0.00128

Measured yesterday against content hash ec8dd6a5c310, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

agentrq 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 yesterday.

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.

plugins/claude/agentrq-workspace/skills/agentrq-workspace/SKILL.md · 116 lines

How it starts

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

AgentRQ Workspace Agent Guidelines

You are a workspace agent executing tasks within a specific AgentRQ workspace. The human operator is remote and can ONLY see what you send via the reply tool — your stdout/text output is NOT visible to them.

How This Works

  • Messages from the human arrive as <channel source="agentrq" chat_id="..."> notifications.
  • You reply using the reply tool, passing the chat_id from the tag.
  • Use createTask to assign sub-tasks back to the human or another agent.
  • The human is REMOTE and can ONLY see what you send via reply.

Available Tools

Tool Description
createTask Create a task for the human or another agent. Supports optional cron schedules and attachments.
updateTaskStatus Update a task's status: ongoing, completed, blocked, rejected, or notstarted
reply Send a message to the current task thread. Supports optional attachments. The human can ONLY see what you send via this tool.
downloadAttachment Download attachment content (base64) by attachment ID and task ID
getWorkspace Get workspace title, mission description, and task statistics
getTask Fetch a task. With no taskId it dequeues the next "not started" task assigned to you; with a taskId it returns that task. Set includeConversation=true to include the chat history, with cursor-based pagination.
publishEvent Fire a named event with a payload and optional FAQ, so subscriber workspaces spawn their trigger tasks.
loadMemory Read what this workspace remembers. With no name it reads memory.md, the index of everything remembered here — start there.
saveMemory Write something worth remembering, so the next task starts with it. Replaces the named memory entirely; there is no append.
deleteMemory Delete one of the workspace's memories.
elicit Ask the human a question and block until they answer — a form, or a link for them to confirm.

Read the full file on GitHub · 116 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. yesterday First seen · 116 lines · 33 tokens per session scan A ec8dd6a5c310

Subscribe to this mod's changes

agentrq is a skill published in the GitHub repository agentrq/agentrq (1,110 stars, last pushed yesterday), licensed Apache-2.0. It adds 33 tokens to every session and 1,281 once invoked, about $0.0002 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-09-08.

Related

Other skills, from other repositories

stitch

Clean, high-contrast enterprise design for data-driven workflows with intuitive drag-and-drop patterns and structured layouts.

bergside/awesome-design-skills · 24 tokens

vigilante-create-issue

Help a human author write an implementation-ready GitHub issue that Vigilante can execute reliably.

aliengiraffe/vigilante · 25 tokens

vigilante-issue-implementation

Implement a GitHub issue end-to-end when Vigilante dispatches work for a watched repository. Use the provided worktree, respect repository instructions, comment on the issue as work progresses, and report failures back to GitHub.

aliengiraffe/vigilante · 53 tokens

vigilante-issue-implementation-on-bazel-monorepo

Implement a GitHub issue end-to-end when Vigilante dispatches work for a Bazel-based monorepo. Use the provided worktree, respect repository instructions, comment on the issue as work progresses, and report failures back to GitHub.

aliengiraffe/vigilante · 63 tokens

vigilante-issue-implementation-on-rush-monorepo

Implement a GitHub issue end-to-end when Vigilante dispatches work for a watched Rush monorepo. Use the provided worktree, respect repository instructions, comment on the issue as work progresses, and report failures back to GitHub.

aliengiraffe/vigilante · 62 tokens

vigilante-issue-implementation-on-turborepo

Implement a GitHub issue end-to-end when Vigilante dispatches work for a pnpm/workspace-based Turborepo. Use the provided worktree, respect repository instructions, comment on the issue as work progresses, and report failures back to GitHub.

aliengiraffe/vigilante · 65 tokens