diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c261a87..99378d3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -24,7 +24,7 @@ "email": "hello@agent-relay.com" }, "homepage": "https://agentrelay.com", - "repository": "https://github.com/AgentWorkforce/relay", + "repository": "https://github.com/AgentWorkforce/skills", "license": "MIT", "keywords": ["sub-agents", "agent-communication", "inter-agent-messaging", "mcp", "relaycast", "coordination"], "category": "agent-communication", diff --git a/README.md b/README.md index 5d385fb..cdb86db 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,11 @@ Package metadata lives in [prpm.json](prpm.json). The repo currently publishes ` ## Claude Relay Plugin -Install the [`agent-relay`](plugins/claude-relay-plugin) Claude Code plugin from the marketplace: +Install the [`claude-relay-plugin`](plugins/claude-relay-plugin) Claude Code plugin from the `agent-relay` marketplace, which is published from this repo: ```bash -/plugin marketplace add Agentworkforce/relay +/plugin marketplace add AgentWorkforce/skills +/plugin install claude-relay-plugin@agent-relay ``` ## Install Packages diff --git a/plugins/claude-relay-plugin/.claude-plugin/plugin.json b/plugins/claude-relay-plugin/.claude-plugin/plugin.json index e55bc5d..a758090 100644 --- a/plugins/claude-relay-plugin/.claude-plugin/plugin.json +++ b/plugins/claude-relay-plugin/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "agent-relay", + "name": "claude-relay-plugin", "description": "Lets your Claude Code sub-agents communicate with each other in real time - send messages, coordinate in shared channels, and work as a team instead of in isolation.", "version": "0.1.0", "author": { diff --git a/plugins/claude-relay-plugin/.mcp.json b/plugins/claude-relay-plugin/.mcp.json index 18be534..6fed7b6 100644 --- a/plugins/claude-relay-plugin/.mcp.json +++ b/plugins/claude-relay-plugin/.mcp.json @@ -8,7 +8,6 @@ "mcp" ], "env": { - "RELAY_BASE_URL": "https://gateway.relaycast.dev", "RELAY_AGENT_TYPE": "agent" } }