quicker-rpc: Command for Claude Code

.cursor/commands/publish-voice-runtime.md

publish-voice-runtime is a command for Claude Code, Cursor from QuickerHub/quicker-rpc. It costs 0 tokens per session (361 once invoked), scanned A, original, MIT.

A release command for publishing the voice speech-recognition runtime and synchronising its version information.

In plain words
What is it for?
Use it to bump the runtime version, create its Git tag, publish the release, update channel files, and optionally upload it.
Why use it?
It records the required version and release-channel updates so users and related applications can find the published runtime.

Command for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code command (commands/*.md).

This is QuickerHub/quicker-rpc's own configuration. It tells Claude Code and Cursor how to work on quicker-rpc itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything quicker-rpc configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is pwsh -NoProfile -File ./publish/Sync-VoicePluginChannel.ps1 -Version X.Y.Z -FromGitHubRelease.

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/QuickerHub/quicker-rpc/main/.cursor/commands/publish-voice-runtime.md
Clone the repo
git clone --depth 1 https://github.com/QuickerHub/quicker-rpc

Made for: Claude Code, Cursor.

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 publish-voice-runtime

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/quickerhub/quicker-rpc/publish-voice-runtime"><img src="https://agentmods.dev/badge/commands/quickerhub/quicker-rpc/publish-voice-runtime.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 361 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.00000 $0.00361
Opus 5 $0.00000 $0.00180
Sonnet 5 $0.00000 $0.00072
Haiku 4.5 $0.00000 $0.00036

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

Security

Grade A, and why

publish-voice-runtime 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.

.cursor/commands/publish-voice-runtime.md · 28 lines

What it actually says

quicker-voice-runtime 发布

quicker-rpc 仓库根目录(或 voice-asr-runtime/ 打 tag)执行。先 Read skill:.cursor/skills/quicker-voice-runtime-publish/SKILL.md

必改文件(runtime 发布)

  1. voice-asr-runtime/pyproject.tomlversion 递增
  2. Git tag vX.Y.Z → push 到 QuickerHub/voice-asr-runtime
  3. CI 完成后同步 两处 channel(内容必须一致):
    • agent-gui/src-tauri/resources/voice-plugin-channel.json
    • agent-gui/src-tauri/voice-plugin-metadata/voice-plugin-channel.json
pwsh -NoProfile -File ./publish/Sync-VoicePluginChannel.ps1 -Version X.Y.Z -FromGitHubRelease

模型单独发布(仅模型变更时)

  1. 更新两处 voice-sensevoice-model-identity.json
  2. git tag -f model-sensevoice && git push origin model-sensevoice --force
  3. 重新 -FromGitHubRelease 同步 channel(modelZipSha256 会变)

注意

  • 不要改根目录 version.json;voice runtime 版本与 QuickerRpc 无关
  • Bitiful 未配置时 CI 仍应产出 GitHub Release;可本地 publish/Upload-VoiceAsrToBitiful.ps1 补传
  • 详细步骤、禁止项、验证命令见 skill
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 · 28 lines · 0 tokens per session scan A 44fc713c3689

Subscribe to this mod's changes

publish-voice-runtime is a command published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 25d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 361 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.