ワンクリックで
quicker-authoring-selection-pipeline
Quicker 选中文本流水线:getSelectedText/剪贴板读取 → 变换 → outputText 写回。写选区处理、文本变换写回、选中翻译类动作时加载。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Quicker 选中文本流水线:getSelectedText/剪贴板读取 → 变换 → outputText 写回。写选区处理、文本变换写回、选中翻译类动作时加载。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Routes Quicker headless action editing (P0–P7): pick workflow topic, then schema/step-runner refs. Use when creating or editing Quicker actions, subprograms, steps, or data.json on disk.
After quicker-rpc source changes, run pwsh ./build.ps1 -t (hot-reload plugin + qkrpc CLI/serve) without restarting agent-gui. Use when editing Plugin, Console, Contracts, AgentModel, build scripts, or RPC/CLI; when the user asks to build, test build, build -t, hot update, /hot-update, reload plugin, or restart qkrpc serve. For official getquicker release use quicker-rpc-publish + quicker-qkbuild-version-publish (third field +1).
Guides action designer (action-editor) UI work in agent-gui. UI originates from ../Quicker/Quicker.Designer; step double-click popup and per-field editing behavior must match ../Quicker/QuickerPc/Quicker ActionDesignerWindow and StepEditor components. Use when editing agent-gui/lib/action-editor, StepEditorPopup, param editors, step field visibility, or aligning web step editing with desktop Quicker.
Guides agents to find Quicker.exe internal types and methods for quicker-rpc plugin work. Use when implementing or debugging reflection against Quicker.exe, locating internal Quicker APIs, handling obfuscated Release builds, qkref references, or service access from QuickerRpc.Plugin.
Analyze QuickerAgent chat exports (quicker-agent-chat-export JSON) to score authoring flow, detect tool/schema issues, and recommend prompt/tool/skill optimizations. Use when the user provides an exported thread JSON or asks to improve agent-gui behavior from real sessions.
getquicker User/Actions 分页 HTML 抓取:汇总获赞 totalLikes 与动作数 actionCount。写分页 HTTP 抓取、HTML 解析聚合类动作时加载。
| name | quicker-authoring-selection-pipeline |
| description | Quicker 选中文本流水线:getSelectedText/剪贴板读取 → 变换 → outputText 写回。写选区处理、文本变换写回、选中翻译类动作时加载。 |
| allowed-tools | docs |
| compatibility | QuickerAgent (on-demand); requires Quicker + QuickerRpc plugin |
父 skill:quicker-authoring · 状态:promoted · 参考:
docs/authoring-references/action-patterns/selection-pipeline.md
任务链为「读取当前选区 → 处理文本 → 写回窗口或展示」。不是单步模块配置、不是纯 HTTP/文件批处理。
sys:getSelectedText(首选,trim)或 sendKeys ^c + getClipboardText(兼容)sys:stringProcess / translation / evalexpression(按 P4 选型)sys:outputText(paste 默认)或 MsgBox 仅展示step_runner_get;写回前 step_runner_get(outputText、getSelectedText)。selectedText/text 入 → 变换后覆写 text 或新 result。getSelectedText + useActionParam: true,action run --param "样本"。getClipboardText 或在读前评估 tryNoClipboard。| 角色 | key |
|---|---|
| 选区原文 | text |
| 成功 | gotText (bool) |
waitMs。outputText 在 Excel 编辑态可能只改单格 — 先 keyInput Esc。action-patterns/selection-pipeline.md