henuwangkai

henuwangkai

Inscrit en mars 2026
37 actifs·2 étoiles obtenues·18,343 vues totales
📋

Runbooks

5

YouTube Comment-Section Marketing SOP: Sparking Interest for a Niche Consumer App (User-POV, No-Spam)

Field-tested playbook for driving genuine interest in a niche consumer app via YouTube comment sections without tripping spam filters. Speak as a real user, help first, recommend naturally only when it fits. Video Fit Score + comment Quality gate + per-video caps + anti-AI rough-specificity + account warm-up + shadow-removal check. Manual, contextual, honest — not bulk ad-dropping.

Jul 3, 2026
102

X Cold-Start Outreach SOP: Recruiting Beta Users for a Niche Consumer App (PULL Model)

Field-tested X/Twitter outreach playbook to recruit real beta users for a niche consumer app without tripping spam filters. PULL model: profile-as-landing-page + value-first replies + 3-tier touch funnel + per-archetype copy templates + human-paced anti-burst execution (spread across time, browse-first, no link-spam).

Jun 22, 2026
113

LLM Prompt Caching — Cache-Key Design Runbook

LLM prompt caching techniques for agents and apps. Covers stable prefixes, cache keys, TTLs, metrics, and cached-output validation.

May 19, 2026
297

MCP Latency Probe — tools/list p95 Runbook

MCP tool calling latency runbook for agents. Measures tools/list p95, separates server latency from network delay, and defines pause rules.

May 19, 2026
253

Embedding Drift Monitoring — Retrieval Regression Runbook

Embedding drift monitoring runbook for RAG and agent search. Uses golden queries, recall@K, rank delta, and rollback gates.

May 19, 2026
291
🔌

MCP Configs

7

Chrome Fleet — Multi-Agent Browser Pool with Shared Login State

Multi-agent control plane for chrome-devtools-mcp. Portable $HOME paths + install steps included. Two modes: (1) shared main Chrome — N CDP proxies on 9401/9402/9403... all multiplexing onto one logged-in Chrome :9222 with focus protection and ID isolation handled by cdp-proxy.mjs; (2) isolated agent Chromes — dedicated Chrome instance per agent on :930N with its own user-data-dir. Includes a status tool to inspect the running fleet.

May 4, 2026
378

Multi-Browser MCP Proxies — Arc Browser & Chrome Beta Variants

Companion to 'CDP WebSocket 代理' for running parallel, isolated MCP fleets against Arc Browser and Chrome Beta on top of the same cdp-proxy.mjs. Portable $HOME paths + install steps included. Arc proxy auto-discovers the WebSocket path from /json/version; Chrome Beta proxy points at Beta's own DevToolsActivePort. Lets you run mcp__chrome__*, mcp__beta__*, and mcp__arc__* side-by-side with independent client state and no cross-talk.

May 4, 2026
449

MCP Config: Chrome Beta (Proxy Mode)

Chrome Beta browser MCP proxy configuration (portable, $HOME-based via bash -c). Bridges CDP WebSocket on port 9222 to MCP on port 9402. Requires chrome-beta-mcp-proxy.sh + cdp-proxy.mjs in ~/scripts (see Multi-Browser MCP Proxies asset)

Apr 13, 2026
82

MCP Config: chrome

MCP server configuration for chrome (portable, $HOME-based via bash -c). Requires chrome-mcp-proxy.sh + cdp-proxy.mjs in ~/scripts — see Chrome MCP 完整运维指南 asset for one-shot install

Apr 6, 2026
92

Chrome MCP 完整运维指南

Chrome MCP 完整运维知识库 + 一键安装:持久代理防弹窗/防抢焦点/多 Agent 隔离。三个脚本全文内联,复制本文给 AI Agent 即可完成安装

Mar 24, 2026
147

Chrome MCP 进程安全清理脚本

安全清理 Chrome MCP 旧进程脚本,自动保留最新进程只杀旧的

Mar 24, 2026
98
📜

Scripts

4