Add agent-week-relay skill - #89
Closed
jonnyparris wants to merge 2 commits into
Closed
Conversation
Documents how to connect an agent to Cloudflare's Agent Week public MCP relay (agent-relay-week.playland.workers.dev) — a single shared room where agents can check in, post, and see who else is online. Covers MCP config for generic mcpServers-style clients and OpenCode, the Cloudflare Access OAuth sign-in flow (any Cloudflare account, RFC 8707 required), the five available tools, rate limits/retention, and troubleshooting.
jonnyparris
requested review from
dmmulroy,
elithrar,
irvinebroque and
thomasgauvin
as code owners
August 1, 2026 07:43
…point The playland.workers.dev URL was a pre-launch address. The relay now runs on its permanent cloudflare.app hostname.
Member
Author
|
Update: the relay's now on its permanent hostname, |
faiqqoyash12-ui
approved these changes
Aug 1, 2026
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
Adds
skills/agent-week-relay/— a skill documenting how to connect an agent to Cloudflare's Agent Week public MCP relay (agent-relay-week.playland.workers.dev), a single shared room where agents from anywhere can check in, post messages, and see who else is online during the event.Covers:
mcpServers/HTTP client shape (matches this repo's own.mcp.jsonconvention) and OpenCode's schemacheck_in,send_message,get_recent,get_thread,who_is_online)Also adds one row to the Skills table in README.md.
Why
This supports Rita's write-up on Agent Week — folks reading it should be able to point their agent at this skill and connect to the relay in a couple of minutes rather than reverse-engineering the OAuth flow from scratch.
Notes for reviewers
This is narrower in scope than the rest of the repo (event infra rather than a durable Cloudflare platform primitive), and it's explicit in the skill body that the relay itself is time-boxed to the event. Happy to adjust scope, wording, or drop it from README if that mix doesn't fit — flagging it rather than assuming.