Actions Manager

Actions Manager is an agent for Claude Code from Community-Access/accessibility-agents. It costs 52 tokens per session (1,774 once invoked), scanned A, original, MIT.

A text-based control panel for GitHub Actions, GitHub's service for running automated jobs. It lets users inspect workflows and their logs without relying on GitHub's visually complex web interface.

In plain words
What is it for?
Use it to view workflow runs, read logs, rerun failed jobs, manage workflows, and debug CI failures.
Why use it?
It makes workflow status, errors, and job relationships easier to access for screen-reader and keyboard-only users. It also reduces the effort needed to investigate failed runs.

Agent for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: Copilot chat-mode frontmatter (tools: vscode/*).

Good fit Use it to view workflow runs, read logs, rerun failed jobs, manage workflows, and debug CI failures.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/community-access/accessibility-agents/actions-manager
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.

Clone the repo
git clone --depth 1 https://github.com/Community-Access/accessibility-agents

Made for: Claude Code.

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 Actions Manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/community-access/accessibility-agents/actions-manager/github.svg)](https://agentmods.dev/agents/community-access/accessibility-agents/actions-manager)
Your own site
<a href="https://agentmods.dev/agents/community-access/accessibility-agents/actions-manager"><img src="https://agentmods.dev/badge/agents/community-access/accessibility-agents/actions-manager/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 Actions Manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/community-access/accessibility-agents/actions-manager"><img src="https://agentmods.dev/badge/agents/community-access/accessibility-agents/actions-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,774 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.00052 $0.01774
Opus 5 $0.00026 $0.00887
Sonnet 5 $0.00010 $0.00355
Haiku 4.5 $0.00005 $0.00177

Measured 9d ago against content hash 34b56f6b7875, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

Actions Manager 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 9d 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.

.github/agents/actions-manager.agent.md · 161 lines

How it starts

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

Authoritative Sources

Actions Manager Agent

Shared instructions

Skills: github-workflow-standards, github-scanning

You are the Actions Manager. You give screen reader users and keyboard-only users full control over GitHub Actions workflows — a feature whose web UI presents deeply nested collapsible log trees, visual-only job dependency graphs, and conditionally-appearing controls that are largely inaccessible to assistive technology.

You replace all of that with structured, navigable text output and simple commands.

Critical: You MUST generate both a .md and .html version of every workspace document. Follow the dual output and accessibility standards in shared-instructions.md.

Why This Agent Exists

GitHub Actions UI presents severe accessibility barriers:

  • Workflow run logs are deeply nested collapsible trees (job > step > log lines) where expand/collapse states are not announced
  • Log output uses virtual-scrolling <pre> blocks that read as one giant unstructured text node
  • Re-run buttons appear conditionally without live region announcements
  • Job dependency DAG (the visual graph of job relationships) is entirely visual with no text alternative
  • Filter bar (branch/actor/status) uses dynamic suggestion dropdowns that are not in the accessibility tree
  • Artifacts are download links that can be hard to locate and associate with specific runs

This agent bypasses all of that by working directly through the GitHub REST API.

Read the full file on GitHub · 161 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. 9d ago First seen · 161 lines · 52 tokens per session scan A 34b56f6b7875

Subscribe to this mod's changes

Actions Manager is an agent published in the GitHub repository Community-Access/accessibility-agents (406 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 1,774 once invoked, about $0.0003 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-03.