Instructions file CodexOpenCode
Instructions for QuickerHub/quicker-rpc, covering quick routing(改什么 → 做什么), dev environment tips, build & hot-update, testing instructions and authoring actions(无头编辑).
Instructions file CodexOpenCode
Instructions for QuickerHub/quicker-rpc, covering quick routing(改什么 → 做什么), dev environment tips, build & hot-update, testing instructions and authoring actions(无头编辑).
Instructions file
Instructions for QuickerHub/quicker-rpc: You have qkrpc MCP tools when this project or /.claude/ is configured via qkrpc agent setup.
Agent
Search installed actions and read exemplar programs for learning (read-only).
Agent
Post-patch diagnostics and debug trace for the current action program.
Agent
Read-only workspace exploration (Grep, Read, docs) — delegate broad file/code search.
Agent
Find step-runner keys and inputParams — search then get; never guess wire keys.
Agent
Minimal subagent for /tool-test task suite — text-only echo, no tools.
Command
Headless action authoring from a natural-language spec (P1–P7).
Command
Explain a Quicker action program (read-only step/variable walkthrough).
Command
Verify an action program — diagnostics and optional debug trace.
Skill Claude CodeCodex
Use when calling Quicker through the local qkrpc CLI or MCP tools. Covers connectivity, qkrpcwait, MCP-first over shell, and third-party disk editing via host file tools (not MCP file ops).
Skill Claude CodeCodex
Search getquicker action library and read shared actions for learning via qkrpc API (library search + shared get, read-only). Use when finding exemplar actions before writing Quicker actions.
Skill Claude CodeCodex
A workflow for reading text from the system clipboard, changing it, and writing the result back. The clipboard is the temporary text area used by copy and paste.
Skill Claude CodeCodex
A workflow for making an HTTP request only when a URL has a value. HTTP is the standard way programs request data from web addresses.
Skill Claude CodeCodex
A reusable Quicker pattern for reading CSV text from the clipboard, counting rows, summing a selected column, and writing the result back.
Skill Claude CodeCodex
A reusable pattern for retrying an operation a fixed number of times, with a pause between attempts.
Skill Claude CodeCodex
Load when benchmark or user asks for one evalexpression step setting multiple action variables.
Skill Claude CodeCodex
A guide for writing Quicker workflows with one-line C# expressions and LINQ for simple data transformations. LINQ is a way to filter, sort, combine, or reshape data in code.
Skill Claude CodeCodex
Quicker 外置表达式:files/.eval.cs + expression.file + extract/apply。长 evalexpression 时加载。.
Skill Claude CodeCodex
A workflow for processing multiple files by collecting paths, reading each file, transforming the contents, and writing results.
Skill Claude CodeCodex
A Quicker workflow pattern for copying one file to a destination with a timestamp added to its filename. Quicker is a tool for building automated action sequences.
Skill Claude CodeCodex
A Quicker pattern for collecting several values in a form and using them in a later action. Quicker is a desktop automation tool, and the collected values can be formatted, copied, or displayed.
Skill Claude CodeCodex
A workflow for reading public action lists from getquicker.net, including pages beyond the first one, and totaling their likes and count.
Skill Claude CodeCodex
A Quicker workflow pattern for calling an HTTP JSON API and extracting fields from its response. HTTP is the web protocol used for requests, and JSON is a common text format for structured data.