quicker-run

quicker-run is a skill for Claude Code, Codex from QuickerHub/quicker-rpc. It costs 23 tokens per session (249 once invoked), scanned A, original, MIT.

A skill for running and inspecting Quicker actions through its remote control interface. Quicker is an action-automation system whose actions can be executed and traced.

In plain words
What is it for?
Use it to check service health, find an action by ID, run it, inspect step output, debug failures, or delete an action after confirmation.
Why use it?
It helps you run an existing action and investigate its steps without changing the action's program body.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check service health, find an action by ID, run it, inspect step output, debug failures, or delete an action after confirmation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/quickerhub/quicker-rpc/quicker-run
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 QuickerHub/quicker-rpc --skill quicker-run
Clone the repo
git clone --depth 1 https://github.com/QuickerHub/quicker-rpc

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 quicker-run

README.md
[![agentmods](https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-run/github.svg)](https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-run)
Your own site
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-run"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-run/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 quicker-run

Your own site · 80×15
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-run"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-run.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 249 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.00023 $0.00249
Opus 5 $0.00012 $0.00125
Sonnet 5 $0.00005 $0.00050
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

quicker-run 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.

docs/skills/quicker-run/SKILL.md · 33 lines

What it actually says

quicker-run

Execute and inspect actions — no program-body editing. For authoring use quicker-authoring.

MCP tools

Intent Tool
Run action qkrpc_action_run
Debug / trace qkrpc_action_debug
Delete action qkrpc_action_delete (destructive — confirm with user)

Before run

  1. qkrpc_health or qkrpc_wait — plugin ready
  2. Resolve actionId via qkrpc_action_query (not guessed GUIDs)

Debug / trace

  • Step output: qkrpc_action_debug (equivalent to CLI qkrpc action run --trace --json)

Hard rules

  • Do not use run tools to edit data.json — use host file tools + workspace_program patch
  • Destructive deletes need explicit user confirmation

Tool reference: see qkrpc skill references/mcp-tools.md.

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 · 33 lines · 23 tokens per session scan A 95765180a746

Subscribe to this mod's changes

quicker-run is a skill published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 28d ago), licensed MIT. It adds 23 tokens to every session and 249 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

atmos-introspection

Introspection & Querying: describe/list commands, config filtering, workspace introspection, dependency graphs, YQ integration, --help= scoped CLI help.

cloudposse/atmos · 37 tokens

atmos-schemas

JSON Schema for Atmos: stack-manifest and atmos.yaml config schemas, IDE auto-completion, validate stacks/schema/config, SchemaStore integration.

cloudposse/atmos · 32 tokens

vs-search-tuning-partial-case

Use when the user provides 1-50 concrete bad-case search queries for one Viking Search app and wants local deterministic fixes. This skill only verifies request-level fine-operation interventions against a read-only baseline scene and delivers a console-ready configuration sheet, validated payloads, and a replay…

volcengine/SearchCLI · 85 tokens

atmos-lint

Atmos Terraform linting with TFLint: standalone atmos terraform lint, component-aware config discovery and toolchain versions, TFLint rule configuration, and lifecycle hooks/CI findings. Use when configuring, running, debugging, or documenting Terraform/OpenTofu linting in an Atmos project.

cloudposse/atmos · 64 tokens

atmos-diagnostics

Atmos diagnostics: machine-readable JSONL event streams, diagnostics.enabled/file/includeoutput, subprocess start/end/output events, masking, and debugging Atmos execution.

cloudposse/atmos · 33 tokens

winapp-troubleshoot

Diagnose and fix common Windows app packaging, signing, identity, and SDK errors. Use when encountering errors with MSIX packaging, certificate signing, Windows SDK setup, or app installation.

microsoft/winappCli · 43 tokens