Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

quicker-rpc

يحتوي quicker-rpc على 42 من skills المجمعة من QuickerHub، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
42
Stars
13
محدث
2026-07-19
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

quicker-authoring
مطوّرو البرمجيات

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.

2026-07-19
quicker-rpc-build-test
مطوّرو البرمجيات

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).

2026-07-01
quicker-action-designer-ui
مطوّرو الويب

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.

2026-06-27
quicker-exe-type-probing
مطوّرو البرمجيات

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.

2026-06-27
quicker-agent-session-review
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-06-20
quicker-authoring-getquicker-user-actions
مطوّرو البرمجيات

getquicker User/Actions 分页 HTML 抓取:汇总获赞 totalLikes 与动作数 actionCount。写分页 HTTP 抓取、HTML 解析聚合类动作时加载。

2026-06-20
quicker-agent-gui-frontend
مطوّرو البرمجيات

After editing agent-gui (Next.js), automatically run dev_frontend_check (or GET /api/dev/frontend-check) and fix until ok=true — no user reminder needed. Use when changing components/, app/, lib/ used by UI, globals.css, electron shell UI, /tool-test, or when the user asks about Next.js errors, HMR, Electron titlebar, or frontend smoke.

2026-06-17
quicker-agent-gui-theme
مطوّرو البرمجيات

When adding or editing agent-gui UI (components, CSS, action-editor param editors, dialogs, code blocks), default to theme-adaptive styling — use design tokens, not hardcoded light/dark colors. Use when creating new React UI, CSS classes, popups, or fixing contrast issues in dark/light mode.

2026-06-17
qkrpc
مطوّرو البرمجيات

Use when calling Quicker through the local qkrpc CLI or MCP tools. Covers connectivity, qkrpc_wait, MCP-first over shell, and third-party disk editing via host file tools (not MCP file ops).

2026-06-17
quicker-authoring-external-eval-cs
مطوّرو البرمجيات

Quicker 外置表达式:files/*.eval.cs + expression.file + extract/apply。长 evalexpression 时加载。

2026-06-15
quicker-eval-expression
مطوّرو البرمجيات

Quicker $=, $$, sys:assign, and sys:evalexpression: inline expressions, single-var assign step, batch {var}= / LINQ. Use when writing action params or assign/evalexpression steps (P4), before sys:csscript.

2026-06-15
quicker-authoring-expression-first
مطوّرو البرمجيات

Quicker 表达式优先:单行 evalexpression 替代多步 stringProcess/assign 链。写去重、排序、拼接、简单变换类动作时加载。

2026-06-14
quicker-browser-script
مطوّرو البرمجيات

End-to-end webpage scripting via the Quicker browser extension: prototype RunScript live (user_browser / chromecontrol), save as a sys:chromecontrol action, then auto-run it with event triggers (quicker_trigger, e.g. BrowserUrlChanged). Use when the user wants scripts to run on pages automatically.

2026-06-14
quicker-chromecontrol
مطوّرو البرمجيات

Control the user's real browser (Quicker Connector) via user_browser / qkrpc_chrome_control RPC, or author sys:chromecontrol steps in actions.

2026-06-14
quicker-authoring-step-comments
مطوّرو البرمجيات

Quicker 多步动作自描述:sys:comment 分段注释,便于 structure 阅读与 Agent 自检。

2026-06-13
quicker-authoring-conditional-http
مطوّرو البرمجيات

Quicker 条件 HTTP:url 空值守卫 + sys:if + http url.var。可选 URL 请求时加载。

2026-06-13
quicker-authoring-csv-parse-aggregate
مطوّرو البرمجيات

Quicker 剪贴板 CSV:解析表头、行数与列求和,写回聚合结果。

2026-06-13
quicker-authoring-file-copy-timestamp
مطوّرو البرمجيات

Quicker 文件复制加时间戳:evalexpression 目标路径 + fileOperation copyTo。

2026-06-13
quicker-authoring-form-param-input
مطوّرو البرمجيات

Quicker 表单参数输入:sys:form variables + formDef/formDef.file → 变量 → 格式化输出。弹窗收集多字段时加载。

2026-06-13
quicker-authoring-regex-extract-pipeline
مطوّرو البرمجيات

Quicker 正则提取:regexExtract + match1 尾随空格 wire,或 expression-first Regex.Match 兜底。

2026-06-13
quicker-authoring-run-action-delegate
مطوّرو البرمجيات

Quicker 委托运行动作:runAction StartAction + wait + output。编排层调用另一动作时加载。

2026-06-13
quicker-authoring-window-title-branch
مطوّرو البرمجيات

Quicker 窗口标题分支:getWindowTitle + if + windowOperations 最大化或提示。

2026-06-13
quicker-action-library-search
مطوّرو البرمجيات

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.

2026-06-13
quicker-authoring-clipboard-pipeline
مطوّرو البرمجيات

Quicker 剪贴板流水线:getClipboardText → 变换 → writeClipboard。写剪贴板读写、复制结果到剪贴板、剪贴板文本处理类动作时加载。

2026-06-13
quicker-authoring-delay-retry
مطوّرو البرمجيات

Quicker 延迟重试:repeat + simpleIf + break + delay 轮询。等待文件/HTTP/进程就绪时加载。

2026-06-13
quicker-authoring-evalexpression-multi-var
مطوّرو البرمجيات

sys:evalexpression 单步多变量 {var}= 赋值;number 变量字面量陷阱。SDK L2 multi-var-assign 复盘。

2026-06-13
quicker-authoring-file-batch
مطوّرو البرمجيات

Quicker 多文件批处理:getSelectedFiles 或列表 + each + readFile + WriteTextFile。写合并/批量读写文件类动作时加载。

2026-06-13
quicker-authoring-http-json-api
مطوّرو البرمجيات

Quicker HTTP+JSON:sys:http 请求 → sys:jsonExtract 取字段。写 REST 调用、API 集成、JSON 字段读取动作时加载。

2026-06-13
quicker-authoring-loop-control
مطوّرو البرمجيات

Quicker 列表循环 each + simpleIf + break/continue。写遍历列表、条件跳出循环、提前结束迭代类动作时加载。

2026-06-13
quicker-authoring-path-and-exists
مطوّرو البرمجيات

Quicker 路径存在检查:checkPathExists + simpleIf 双分支。读写文件或启动程序前的路径守卫。

2026-06-13
quicker-authoring-selection-pipeline
مطوّرو البرمجيات

Quicker 选中文本流水线:getSelectedText/剪贴板读取 → 变换 → outputText 写回。写选区处理、文本变换写回、选中翻译类动作时加载。

2026-06-13
quicker-authoring-subprogram-extract
مطوّرو البرمجيات

Quicker 公共子程序抽取与 sys:subprogram 调用。写跨动作复用逻辑、global subprogram、callIdentifier 映射时加载。

2026-06-13
quicker-authoring-ui-automation-lite
مطوّرو البرمجيات

Quicker 前台 UI:activateProcessMainWindow + delay + keyInput/sendKeys。向指定窗口发快捷键时加载。

2026-06-13
quicker-rpc-knowledge
مديرو الشبكات وأنظمة الحاسوب

Detailed QuickerRpc ecosystem knowledge: terminology (QuickerAgent Quicker action vs AI agent), architecture, named pipe, qkrpc serve, bootstrap, connectivity failure diagnosis. Use when qkrpc connection fails, PLUGIN_NOT_RUNNING, qkrpc_health/qkrpc_wait errors, serve 9477 unreachable, user asks how QuickerRpc or QuickerAgent works, or before telling the user to fix Quicker/plugin environment.

2026-06-13
quicker-rpc-knowledge
مديرو الشبكات وأنظمة الحاسوب

Detailed QuickerRpc ecosystem knowledge: terminology (QuickerAgent Quicker action vs AI agent), architecture, named pipe, qkrpc serve, bootstrap, connectivity failure diagnosis. Use when qkrpc connection fails, PLUGIN_NOT_RUNNING, qkrpc_health/qkrpc_wait errors, serve 9477 unreachable, user asks how QuickerRpc or QuickerAgent works, or before telling the user to fix Quicker/plugin environment.

2026-06-13
quicker-rpc-publish
مطوّرو البرمجيات

Full quicker-rpc release: GitHub Release CLI, build.ps1 -Publish -NoVersion Quicker plugin upload, qkrpc action update for shared action f5c76108-3ce9-433f-8cd0-8f0d9c562052. Official getquicker upload MUST bump third semver field (see quicker-qkbuild-version-publish). Use when the user asks to publish, release, ship, GitHub release, or /publish.

2026-06-11
quicker-run
مطوّرو البرمجيات

Use when running or debugging Quicker actions via qkrpc MCP (not editing program body).

2026-06-09
quicker-sync
مطوّرو البرمجيات

Deprecated — use quicker-authoring (workspace-editing) with host file tools + workspace_program patch. Kept only for old skill installs.

2026-06-09
quicker-voice-runtime-publish
مطوّرو البرمجيات

Publish quicker-voice-runtime (voice-asr-runtime): bump pyproject version, CI, Git tag vX.Y.Z → GitHub Release + optional Bitiful, then sync voice-plugin-channel.json in quicker-rpc monorepo. Model-only releases use tag model-sensevoice. Use when publishing voice runtime, voice-asr release, voice-plugin channel sync, or /publish-voice-runtime.

2026-06-09
quicker-agent-llm-apikey-config
مطوّرو البرمجيات

QuickerAgent LLM API Key 配置:llm-publish.config 发布(GitHub + Bitiful OSS)、 llm-dev.config 本地调试、llm-config.json 用户默认、pepper 一次性初始化。 Use when user says 发布 publish config、publish config、同步/上传 publish config、 llm-publish config、publish LLM keys、LLM apikey 配置、或改 llm-*-config.json。

2026-06-08
عرض أهم 40 من أصل 42 skills مجمعة في هذا المستودع.