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 agentmods add commands/quickerhub/quicker-rpc/publishgit 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/commands/quickerhub/quicker-rpc/publish)<a href="https://agentmods.dev/commands/quickerhub/quicker-rpc/publish"><img src="https://agentmods.dev/badge/commands/quickerhub/quicker-rpc/publish.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.00000 | $0.02012 |
| Opus 5 | $0.00000 | $0.01006 |
| Sonnet 5 | $0.00000 | $0.00402 |
| Haiku 4.5 | $0.00000 | $0.00201 |
Grade A, and why
publish 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 5d 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 — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
quicker-rpc 公开发布(GitHub Release + Quicker 动作)
在 quicker-rpc 仓库根目录 执行。先 Read skill:.cursor/skills/quicker-rpc-publish/SKILL.md 与 .cursor/skills/quicker-qkbuild-version-publish/SKILL.md(第三段 +1、版本只增不减)。
版本号(必守)
version.json→QuickerRpc只能向前递增,禁止减小或回退(含--version显式指定)。- 新一次公开发布:在已有 tag / 已发布版本之上 严格更大(通常 第三段 +1、第四段 → 0)。
- 同版本重传(仅阶段三):
build.ps1 -Publish -NoVersion允许与 baseline 相等;仍 禁止更小。 - 脚本会校验:
Publish-GitHubRelease.ps1、build.ps1 -Publish(见publish/qkrpc-publish-lib.ps1→Assert-QuickerRpcVersionMonotonic)。
阶段一:前置
git status、当前分支;工作区应已提交(Release 会打 tag 到HEAD)。- Read
version.json→ 记录QuickerRpc四段版本;tag 取前三段(如0.3.11.0→v0.3.11)。 - 对照 最新 git tag 与 origin/main 上
version.json:新版本必须 大于 历史最大值;再 第三段 +1、第四段 → 0 bump 并 commit(禁止仅 revision +1 就当正式包发布;禁止把版本改小)。见quicker-qkbuild-version-publish。 - 浏览
git log(自上一 tag 或近几次 commit),撰写 changelog 写入publish/changelogs/vX.Y.Z.md并 commit(CI 从 tag 指向的 commit 读取此文件)。 - (可选)单独阻塞预检:
pwsh -NoProfile -File ./publish/Test-QuickerAgentReleaseBuild.ps1(block_until_ms≥ 600000)。默认不必先跑——发布脚本会与 CI 并行启动预检。
Changelog 建议结构:
v0.3.11
CLI
- ...
安装
- ...
插件 / Quicker
- ...
阶段二:GitHub Release(并行预检 + tag → CI)
pwsh -NoProfile -File ./publish/Publish-GitHubRelease.ps1 -WaitForCi
# 修复后重发:
pwsh -NoProfile -File ./publish/Publish-GitHubRelease.ps1 -WaitForCi -ForceRetag
默认:后台本地 Electron 预检 + 立即校验 changelog 并 push tag(与 CI 并行)。优先看 %TEMP%\qkrpc-preflight-vX.Y.Z.log 修错;CI 红字常与本地相同,可边修边忽略。旧顺序(先本地通过再打 tag):-PreflightBeforeTag。
CI 仅 Release 上传失败(build 已成功):不必新 tag;GitHub Actions → Run workflow → pipeline=release-only,填 artifact_run_id。NSIS/编译失败需 -ForceRetag 全量重编。详见 publish/release-cli-ci.md。
block_until_ms ≥ **600000(-WaitForCi` 含本地 Electron 预检 + CI Inno + 编译)。
| 参数 | 用途 |
|---|---|
-WaitForCi |
push tag 后 gh run watch 直到 workflow 成功 |
-LocalBuild |
本地构建并 gh release upload(需 Inno Setup;CI 不可用时) |
-ChangelogFile |
覆盖默认 publish/changelogs/vX.Y.Z.md |
-AllowEmptyChangelog |
跳过 changelog 校验(不推荐) |
-SkipPreflight |
不启动本地 Electron 预检 |
-PreflightBeforeTag |
先阻塞本地 Electron NSIS,通过后再 push tag |
-WaitForPreflight |
脚本结束前等待并汇报本地预检结果 |
-ForceRetag |
将已有 tag 移到当前 HEAD 并 push -f |
-SkipBuild |
仅 -LocalBuild:已有 zip/setup 时跳过构建 |
-DryRun |
预览 tag / 命令 |
-Draft |
草稿 Release(仅 -LocalBuild) |
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.
- 5d ago First seen · 125 lines · 0 tokens per session scan A 3a8329ce8b1c
publish is a command published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 22d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,012 tokens. 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 commands, from other repositories
package-assistant
Convert an OfficeCLI skill into a fully wired Wayland assistant preset, or update an existing one.
plugin-commands
:::info This document covers all build, test, and smoke commands for eIsland native plugins. Each plugin lives under plugins/ and has its own package.json with independent scripts. ::.
test
Run the markupr test suite and report results with actionable analysis.
pre-ship
Run the pre-ship quality gate checklist before publishing your agent.
finish
После записи в Studio /finish собирает финальный пакет для Instagram за 2 минуты (без субтитров) или за 8 минут с флагом --with-subs.
generate-prd
Generate a comprehensive Product Requirements Document for the following feature.