Borrowing it
Nothing to install: this file belongs to QuickerHub/quicker-rpc. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/QuickerHub/quicker-rpc/main/.cursor/skills/quicker-rpc-knowledge/SKILL.mdgit 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-rpc-knowledge)<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-rpc-knowledge"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-rpc-knowledge.svg" alt="Measured on agentmods" 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.00095 | $0.02063 |
| Opus 5 | $0.00048 | $0.01032 |
| Sonnet 5 | $0.00019 | $0.00413 |
| Haiku 4.5 | $0.00010 | $0.00206 |
Grade A, and why
quicker-rpc-knowledge 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.
How it starts
The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
QuickerRpc knowledge
Domain reference for why qkrpc connects the way it does and what to do when it fails. For day-to-day tool usage see qkrpc; for writing actions see quicker-authoring.
Terminology (read first)
| Name | What it is | Not |
|---|---|---|
| Quicker | Desktop automation app (Quicker.exe) |
— |
| QuickerRpc plugin | net472 DLL loaded inside Quicker; hosts RPC server on a named pipe | The CLI |
| QuickerAgent | Quicker shared action + desktop app (quicker-agent.exe, from agent-gui/) for AI chat / action editing |
Generic "AI agent" or Cursor |
| QuickerRpc_Run | Subprogram inside the QuickerAgent action package; calls Launcher.Start* → starts RPC (+ optionally QuickerAgent UI) |
qkrpc.exe |
| qkrpc | CLI client (qkrpc.exe); connects to plugin pipe or exposes qkrpc serve HTTP |
Runs inside Quicker |
| AI agent | Cursor, Claude, QuickerAgent chat agent, etc. | The Quicker action named QuickerAgent |
QuickerAgent action chain (in Quicker):
QuickerAgent.Start (shared action, id 7d6999ed-93a1-4db0-9763-5405066199ac)
└─ QuickerRpc_Run subprogram → QuickerRpc.Plugin.Launcher
├─ starts named-pipe RPC server
└─ may launch quicker-agent.exe (desktop UI)
Bootstrap action (qkrpc auto-start when pipe missing):
- Action id:
aa5917ad-1256-4c73-7022-08debe3efcbe - URI:
quicker:runaction:aa5917ad-1256-4c73-7022-08debe3efcbe?plugin(silent RPC only)
Full glossary: references/terminology.md
Architecture (one screen)
AI agent (Cursor / QuickerAgent chat / script)
│
├─ MCP qkrpc_* ──stdio──► qkrpc mcp ──┐
├─ HTTP ─────────────────► qkrpc serve :9477 ──┤
└─ shell qkrpc ping/wait ──────────────────────┤
▼
qkrpc.exe (pipe client)
│
named pipe QuickerRpc_Server_QRPC2026
▼
QuickerRpc.Plugin (inside Quicker.exe)
▼
Quicker UI thread / action services
What ships with it
3 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.
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.
- 8d ago First seen · 153 lines · 95 tokens per session scan A b80d6beb759f
quicker-rpc-knowledge is a skill published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 25d ago), licensed MIT. It adds 95 tokens to every session and 2,063 once invoked, about $0.0005 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
atmos-introspection
Introspection & Querying: describe/list commands, config filtering, workspace introspection, dependency graphs, YQ integration, --help= scoped CLI help.
atmos-schemas
JSON Schema for Atmos: stack-manifest and atmos.yaml config schemas, IDE auto-completion, validate stacks/schema/config, SchemaStore integration.
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…
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.
atmos-diagnostics
Atmos diagnostics: machine-readable JSONL event streams, diagnostics.enabled/file/includeoutput, subprocess start/end/output events, masking, and debugging Atmos execution.
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.