agentrq

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

A guide for an agent working in an AgentRQ workspace, where a remote human assigns tasks and receives updates through messages.

In plain words
What is it for?
Use it to inspect the workspace, download task attachments, create or update tasks, and send replies to the assigned human.
Why use it?
It explains how to carry out assigned work and report progress when the human cannot see the agent’s terminal output.

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 inspect the workspace, download task attachments, create or update tasks, and send replies to the assigned human.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentrq/agentrq-claude-extension/agentrq-workspace
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-claude-extension --skill agentrq-workspace
Clone the repo
git clone --depth 1 https://github.com/agentrq/agentrq-claude-extension

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-claude-extension/agentrq-workspace/github.svg)](https://agentmods.dev/skills/agentrq/agentrq-claude-extension/agentrq-workspace)
Your own site
<a href="https://agentmods.dev/skills/agentrq/agentrq-claude-extension/agentrq-workspace"><img src="https://agentmods.dev/badge/skills/agentrq/agentrq-claude-extension/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-claude-extension/agentrq-workspace"><img src="https://agentmods.dev/badge/skills/agentrq/agentrq-claude-extension/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,143 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.01143
Opus 5 $0.00016 $0.00571
Sonnet 5 $0.00007 $0.00229
Haiku 4.5 $0.00003 $0.00114

Measured 11d ago against content hash f1e4a4fd261e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 11d 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.

plugins/agentrq-workspace/skills/agentrq-workspace/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 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
getTaskMessages Read the chat history/messages of a task with cursor-based pagination
getTask Get the next available "not started" task assigned to the agent
publishEvent Fire an event a payload and optional FAQ.

Core Rules (Follow Strictly)

  1. START: When you receive a task, IMMEDIATELY call updateTaskStatus to set it to ongoing. Then call getWorkspace to see the mission context.

  2. SHARE EVERYTHING: The human cannot see your screen. You MUST proactively share via reply:

    • What you're about to do and why
    • File paths you're reading or editing
    • Commands you're running and their output (especially errors)
    • Key decisions and trade-offs you're making
    • Code snippets or diffs when relevant
    • Any unexpected findings or issues
  3. PROGRESS UPDATES: Send a reply every few steps or at every significant milestone. Do NOT go silent for long stretches.

Read the full file on GitHub · 113 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. 11d ago First seen · 113 lines · 33 tokens per session scan A f1e4a4fd261e

Subscribe to this mod's changes

agentrq is a skill published in the GitHub repository agentrq/agentrq-claude-extension (7 stars, last pushed 27d ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,143 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-08-31.