Add Build Remote Agent phone pairing (gbr/1) - #353
Open
LinespottingPrivate wants to merge 1 commit into
Open
Conversation
Contributor License AgreementThe following contributors need CLA coverage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add a short how-to so a phone running Build Remote Agent can pair to this desktop Grok Build session as a spectator.
Existing remotes stay. Telegram /remote-control stays.
Build Remote Agent is a separate pairing device: the iOS/Android store app plus free MIT
gbr-agentover a GitHub/HTTPS relay (gbr/1). Phone and PC never open ports to each other. No fourth pair protocol.gbr-agentalready probes companion ports:2421/:7910/:8787when those UIs are running (discovery only).Pair + attach
MCP stdio: clone https://github.com/LinespottingOrg/GrokBuildRemote-Agents and run
node mcp/gbr-mcp/bin/gbr-mcp.js.Phone is spectator + veto. Orchestration stays on this desktop agent (or a bot talking to the same Bot API).
Notes
Website: https://grokbuildremote.com/
Agent: https://github.com/LinespottingOrg/GrokBuildRemote-Agents
Note
Low Risk
Documentation-only agent skill; no runtime, auth, or product-code changes.
Overview
Adds an agent skill at
.agents/skills/gbr/SKILL.mdso grok-cli can pair a phone running Build Remote Agent (gbr/1) as a spectator/inject device.The skill documents install/pair (
gbr-agent pair+run), loopback Bot API on127.0.0.1:8788, MCP attach, and the diagnose→inject loop. Telegram/remote-controlis left unchanged; no product code or mailbox keys are included.Reviewed by Cursor Bugbot for commit 7804145. Configure here.