From aae796aefb4b491b430c4d9145ed91dbdcaa5790 Mon Sep 17 00:00:00 2001 From: htafolla Date: Mon, 15 Jun 2026 18:45:06 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Groover=20plugin=20=E2=80=94=20MCP-native?= =?UTF-8?q?=20marketplace=20with=20Proof=20of=20Autonomy=20agent=20registr?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .grok-plugin/marketplace.json | 25 +++++++++++++++++++++++++ .grok-plugin/plugin-index.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d1ed598..03013bb 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -92,6 +92,31 @@ "homepage": "https://neon.com", "keywords": ["neon", "neon postgres", "neon database", "neon branch"], "domains": ["neon.tech", "neon.com", "console.neon.tech"] + }, + { + "name": "groover", + "description": "MCP-native Plugin Marketplace and Cross-Correlation Engine. Register AI agents with Proof of Autonomy (ed25519 + adaptive multi-turn challenge), discover via semantic/temporal/governance correlation, and manage DID credentials. 6 MCP tools including adaptive challenge, search, and registry.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/htafolla/groover.git", + "sha": "2117e6844848b6b259f6d85c356eeafd4465500b" + }, + "homepage": "https://groover.rippel.ai", + "keywords": [ + "groover", + "marketplace", + "registry", + "agent-registration", + "proof-of-autonomy", + "did", + "mcp", + "cross-correlation" + ], + "domains": [ + "registry-production-e2c4.up.railway.app", + "groover.rippel.ai" + ] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index e833abc..41ba4cf 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -109,6 +109,37 @@ ] } }, + "groover": { + "sha": "2117e6844848b6b259f6d85c356eeafd4465500b", + "components": { + "commands": [ + { + "name": "groover-register", + "description": "Register an AI agent with Proof of Autonomy and earn a verifiable DID credential" + }, + { + "name": "groover-search", + "description": "Search the Groover registry for registered agents, tools, and MCP servers" + }, + { + "name": "groover-servers", + "description": "List all available MCP servers registered in the Groover correlation engine" + } + ], + "mcpServers": [ + { + "name": "groover-registry", + "description": "http" + } + ], + "skills": [ + { + "name": "groover-register", + "description": "Register AI agents with Proof of Autonomy using ed25519 signatures and adaptive multi-turn MCP orchestration challenges…" + } + ] + } + }, "mongodb": { "sha": "9ea7387c7a1638604542c6efd52e5efc6a7fc393", "components": {