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.
npx skills add QuickerHub/quicker-rpc --skill quicker-authoringgit clone --depth 1 https://github.com/QuickerHub/quicker-rpcWrote 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.
[](https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-authoring)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 |
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- prompt-tier0.md 5.6 KB
- references/action-data-schema.md 5.7 KB
- references/action-embedded-subprograms.md 1.2 KB
- references/action-icons.md 1.2 KB
- references/action-organization.md 4.1 KB
- references/action-project-files.md 1.2 KB
- references/action-publish-workflow.md 9.3 KB
- references/authoring-workflow.md 2.6 KB
- references/chromecontrol-authoring.md 3.5 KB
- references/common-operation-item.md 1.6 KB
- references/expressions.md 2.8 KB
- references/form-spec.md 2.1 KB
- references/implementation-fallback.md 2.2 KB
- references/overview.md 4.7 KB
- references/quicker-ui.md 4.7 KB
- references/step-modules.md 44 KB
- references/step-runner-get.md 1.5 KB
- references/step-runner-search.md 1.7 KB
- references/subprogram-workflow.md 2.0 KB
- references/trigger-workflow.md 9.7 KB
- references/webview2-authoring.md 2.0 KB
- references/workspace-editing.md 2.6 KB
- topics.json 65 KB
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.
- 9d ago First seen · 104 lines · 52 tokens per session scan A a54bcc6a4251
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.
Other skills, from other repositories
gws-drive
Google Drive: Manage files, folders, and shared drives.
gws-chat
Google Chat: Manage Chat spaces and messages.
gws-calendar
Google Calendar: Manage calendars and events.
gws-gmail-forward
Gmail: Forward a message to new recipients.
gws-gmail-reply-all
Gmail: Reply-all to a message (handles threading automatically).
gws-gmail-reply
Gmail: Reply to a message (handles threading automatically).