electron-ipc

electron-ipc is a cursor rule for Cursor from qiuzhi2046/Qclaw. It costs 0 tokens per session (363 once invoked), scanned A, original, Apache-2.0.

Coding rules for Electron IPC, the communication channel between an Electron app’s user interface and its background process.

In plain words
What is it for?
Use it when adding or changing IPC features across types, the preload bridge, event handlers, main-process services, and UI components.
Why use it?
It keeps changes in the right layers and helps prevent unsafe or inconsistent communication between the interface and application logic.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

About the project

Qclaw is a desktop application that helps people install, configure, and manage OpenClaw without using the command line. It guides users through model setup, messaging-platform connections, gateway monitoring, skill management, and data backups. The catalogue entries are rules for operating OpenClaw through this user-focused environment.

qiuzhi2046/Qclaw · 2,816 stars · on GitHub

Install

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.

agentmods
npx agentmods add rules/qiuzhi2046/qclaw/electron-ipc
Clone the repo
git clone --depth 1 https://github.com/qiuzhi2046/Qclaw

Made for: 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 electron-ipc

README.md
[![agentmods](https://agentmods.dev/badge/rules/qiuzhi2046/qclaw/electron-ipc.svg)](https://agentmods.dev/rules/qiuzhi2046/qclaw/electron-ipc)
Your own site
<a href="https://agentmods.dev/rules/qiuzhi2046/qclaw/electron-ipc"><img src="https://agentmods.dev/badge/rules/qiuzhi2046/qclaw/electron-ipc.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 363 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00363
Opus 5 $0.00000 $0.00181
Sonnet 5 $0.00000 $0.00073
Haiku 4.5 $0.00000 $0.00036

Measured 7d ago against content hash dd236f04a469, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

electron-ipc 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 7d 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/rules/electron-ipc.mdc · 34 lines

What it actually says

Electron IPC 開發規範

跨層改動順序

新增或修改 IPC 功能時,必須依照以下順序

  1. 型別定義src/types/electron.d.ts
  2. Preload 橋接electron/preload/
  3. IPC Handlerelectron/main/ipc-handlers.ts
  4. 主程式邏輯electron/main/(新增服務檔案)
  5. UI 元件src/pages/src/components/

架構分層說明

路徑 說明
UI src/pages/ React 頁面、按鈕、互動
型別定義 src/types/electron.d.ts IPC API 型別
Preload electron/preload/ 安全橋接層(Context Bridge)
IPC electron/main/ipc-handlers.ts IPC 事件處理
業務邏輯 electron/main/ 主程式服務

注意事項

  • Preload 只能使用 contextBridge.exposeInMainWorld 暴露 API
  • 主程序使用 process.getBuiltinModule('node:...') 取得 Node 內建模組
  • 跨平台路徑比較前須正規化分隔符:.replace(/\\/g, '/')
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. 7d ago First seen · 34 lines · 0 tokens per session scan A dd236f04a469

Subscribe to this mod's changes

electron-ipc is a cursor rule published in the GitHub repository qiuzhi2046/Qclaw (2,816 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 363 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.