
from parchi508
Run a local relay daemon and browser extension to control real browsers via JSON-RPC/WebSocket; includes CLI for listing agents, calling tools, and running task
Parchi Relay provides a local relay daemon and browser extension agent to control real browsers programmatically. It exposes a JSON-RPC surface and a CLI to list agents, call tools, run agent tasks, and stream run events — enabling browser automation workflows driven from local tooling.
Use when you need to automate browser tasks with a local agent (extracting page content, running scripted interactions, screenshots, or driving an Electron-based agent). Ideal for developers building browser tooling, testing, or integrating browser automation into agent workflows.
Agents capable of managing local processes and invoking CLIs (e.g., developer-focused agents, automation frameworks) that can handle tokens and local JSON-RPC calls.
Parchi Relay is a browser automation relay daemon + extension that allows controlling real browsers via JSON-RPC/WebSocket and CLI. The SKILL.md provides clear quickstart and CLI documentation. However, the 17 bundled scripts are the entire project's dev tooling (build scripts, CI checks, stress tests, screenshot capture, publish scripts) — most are unrelated to the skill's purpose. Two Python stress-test scripts contain a hardcoded Anthropic/MiniMax API key as a default fallback, which is a security concern. The scripts that did run all failed due to missing/invalid API keys.
node/npm (for .mjs scripts)playwright (for capture-screenshots.ts)Major concern: hardcoded API keys in two scripts. The skill bundles way too many scripts — 17 total, most of which are unrelated project build/CI tooling. The actual skill content (how to use Parchi relay) is good, but the script bundle is bloated and includes security-sensitive test scripts that phone home to api.minimax.io.