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/agent-setupgit clone --depth 1 https://github.com/QuickerHub/quicker-rpcWhat 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 | $0.00000 | $0.01244 |
| Opus 5 | $0.00000 | $0.00622 |
| Sonnet 5 | $0.00000 | $0.00249 |
| Haiku 4.5 | $0.00000 | $0.00124 |
Grade A, and why
agent-setup 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 2d 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 — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
qkrpc Agent 一键安装 / 刷新 skills + MCP
在 quicker-rpc 仓库根目录 执行。说明见 docs/agent-mcp-integration.md、docs/agent-skill-distribution.md。
何时执行
| 场景 | 命令 |
|---|---|
| 首次安装(交互选 Cursor / Codex / …) | qkrpc agent install |
| 首次在本机 Cursor 接入 qkrpc(非交互) | qkrpc agent setup |
| 热更新 / 升级 CLI 后刷新 skills、rules | qkrpc agent setup --upgrade |
研发中改了 docs/skills/* 或 docs/agent-rules/* |
qkrpc agent setup --upgrade(在仓库根目录,自动从 docs/skills 复制) |
| 检查本机配置是否与 CLI 版本一致 | qkrpc agent setup --check |
| 团队仓库要 commit MCP 配置 | qkrpc agent setup --project --workspace <path>(可选 --project-skills) |
| 多宿主(VS Code、Claude Desktop 等) | qkrpc agent setup --all |
向后兼容别名: qkrpc mcp install(与 agent setup 相同)。
前置
- 已安装
qkrpc.exe(Release 安装包或build.ps1 -t后的%LOCALAPPDATA%\Programs\qkrpc)。 - Quicker 已运行且已加载 QuickerRpc 插件(MCP 连通性与此无关,但使用工具时需要)。
- 在仓库根目录执行时,
--upgrade会优先从本仓库docs/skills/、docs/agent-rules/qkrpc.mdc复制(无需--skill-source)。
执行(研发默认)
# 仅刷新 skills + rules + Claude 指引,不覆盖已有 MCP 配置
qkrpc agent setup --upgrade
首次安装或需重写 MCP 配置:
qkrpc agent setup --workspace D:\your-quicker-workspace
block_until_ms ≥ 15000。期望退出码 0,stderr 列出写入路径。
写入产物(用户级默认)
| 产物 | 路径 |
|---|---|
| MCP | ~/.cursor/mcp.json(stdio: qkrpc mcp) |
| Skills | ~/.cursor/skills/:qkrpc、quicker-rpc-knowledge、quicker-authoring、quicker-eval-expression、quicker-run |
| Rules | ~/.cursor/rules/qkrpc.mdc |
| Manifest | ~/.qkrpc/agent-setup.json(cliVersion 用于 --check) |
验证
qkrpc agent setup --check
# JSON for automation:
qkrpc agent setup --check --json
期望:qkrpc agent setup: OK (CLI x.y.z.r),或 JSON 中 "ok": true。
然后在 Cursor:重载 MCP(Settings → MCP → 重启或 Reload)后应出现 user-qkrpc 工具。
可选连通性:
# MCP 工具 qkrpc_health 等价
qkrpc ping --json
研发 skill 时注意
- Skill 源码目录:
docs/skills/<name>/(发布时由publish/publish-rpc.ps1打入安装包skills/)。 - 单 skill 调试:
qkrpc agent setup --upgrade --skill-source docs/skills/qkrpc - 第三方 MCP 不提供文件读写;磁盘编辑走宿主文件工具 +
workspace_programpatch;说明见quicker-authoring/quicker://workspace/readme。 - Codex:
qkrpc agent setup --codex --project --workspace <根>;Agent 逐步说明见docs/agent-mcp-self-install.md。 - npm
@quickerhub/qkrpc-mcp仅 spawnqkrpc mcp,skills 仍须agent setup。
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.
- 2d ago First seen · 92 lines · 0 tokens per session scan A c4660eb269aa
agent-setup is a command published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 19d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,244 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
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.