quicker-authoring

quicker-authoring is a skill for Claude Code from QuickerHub/quicker-rpc. It costs 52 tokens per session (1,208 once invoked), scanned A, original, MIT.

A guide for creating and editing Quicker actions, which are automated workflows, along with their steps, subprograms, and data files.

In plain words
What is it for?
Use it when changing action logic, step settings, variables, triggers, icons, or WebView2/HTML files in a Quicker workspace.
Why use it?
It helps you follow the required editing workflow and data format instead of guessing how Quicker actions are structured.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when changing action logic, step settings, variables, triggers, icons, or WebView2/HTML files in a Quicker workspace.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-authoring"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,208 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.01208
Opus 5 $0.00026 $0.00604
Sonnet 5 $0.00010 $0.00242
Haiku 4.5 $0.00005 $0.00121

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

Security

Grade A, and why

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

docs/skills/quicker-authoring/SKILL.md · 104 lines

How it starts

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

Quicker action authoring (quicker-authoring)

Headless XAction via agent tools + QuickerRpc plugin. Route/hard rules preloaded; params in tool descriptions. Deep-read: docs get — do not paste guides in replies.

Route (deep-read via docs get when stuck)

intent topic
edit program body authoring-workflow
disk .quicker / workspace workspace-editing
global/embedded subprogram subprogram-workflow
step module keys step-runner-search → step-runner-get
icons action-icons
event trigger / auto-run trigger-workflow
WebView2/HTML files webview2-authoring
data.json steps[] / variables[] action-data-schema

Docs tool (编写指南)

need call NOT
data.json / steps[] / variables[] / wire rules docs get action-data-schema docs search "schema" keywords
known topic (Route or Deep-read index below) docs get(topic) search same topic id
step module param keys step-runner-search → step-runner-get guess inputParams
topic id unknown / module ref keyword docs search → items[].snippet invent syntax

action-data-schema returns schema + markdown — read before editing data.json (P2–P6). docs index when unsure of topic id.

Scenario skills (on-demand)

Load sibling skills when the task matches (QuickerAgent catalog / Cursor docs/skills/):

scenario skill
public library search / exemplar quicker-action-library-search
selected text read → transform → write quicker-authoring-selection-pipeline
clipboard read → transform → write quicker-authoring-clipboard-pipeline
HTTP + JSON field extract quicker-authoring-http-json-api
each / simpleIf / break / continue quicker-authoring-loop-control
one evalexpression, multi {var}= quicker-authoring-evalexpression-multi-var
global subprogram extract + call quicker-authoring-subprogram-extract
multi-file batch read/write quicker-authoring-file-batch
expression-first data transform quicker-authoring-expression-first
path exists + branch quicker-authoring-path-and-exists
delay + retry poll quicker-authoring-delay-retry
activate window + send keys quicker-authoring-ui-automation-lite
run another action (delegate) quicker-authoring-run-action-delegate
form → variables → format output quicker-authoring-form-param-input
regex extract from text quicker-authoring-regex-extract-pipeline
conditional HTTP (url guard) quicker-authoring-conditional-http
file copy with timestamp quicker-authoring-file-copy-timestamp
window title branch quicker-authoring-window-title-branch
external files/*.eval.cs quicker-authoring-external-eval-cs
clipboard CSV stats quicker-authoring-csv-parse-aggregate
multi-step structure comments quicker-authoring-step-comments

Read the full file on GitHub · 104 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 · 104 lines · 52 tokens per session scan A a54bcc6a4251

Subscribe to this mod's changes

quicker-authoring is a skill published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 25d ago), licensed MIT. It adds 52 tokens to every session and 1,208 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-08-30.