Skip to content

Add chrome-relay to Agent Skills#242

Open
kiluazen wants to merge 1 commit intojqueryscript:mainfrom
kiluazen:add-chrome-relay-skill
Open

Add chrome-relay to Agent Skills#242
kiluazen wants to merge 1 commit intojqueryscript:mainfrom
kiluazen:add-chrome-relay-skill

Conversation

@kiluazen
Copy link
Copy Markdown

Adds chrome-relay to the Agent Skills section.

It's a CLI-first sibling of chrome-cdp-skill — same idea (drive your already-open Chrome session from an agent), different transport (Chrome extension via Web Store native messaging + local Fastify CLI, vs raw CDP). Pairs naturally with the playwright-skill row a few lines above on the auth/state axis: Playwright = fresh Chromium per run, chrome-relay = your real Chrome with cookies/SSO/extensions intact.

Install: npx skills add chrome-relay + Chrome Web Store extension.

Architecture: Chrome extension ↔ local CLI bridge (Fastify on localhost) over Web Store native messaging. No remote relay, no Playwright fixtures, no MCP server.

Links:

Inserted in the unstarred tail of Agent Skills (no GitHub stars to report — npm + Web Store distribution only). Happy to adjust the position, description, or framing if you'd rather group it elsewhere.

Real-Chrome / authenticated-session counterpart to playwright-skill
and CLI-first sibling of chrome-cdp-skill (already listed). Drives the
user's already-open Chrome (cookies, SSO, extensions, localhost) via a
local CLI bridge over Web Store native messaging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant