diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 19d2514..9198534 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -240,6 +240,19 @@ "homepage": "https://www.tinyfish.ai", "keywords": ["tinyfish", "tinyfish agent", "tinyfish web agent", "agentql"], "domains": ["tinyfish.ai", "agent.tinyfish.ai", "docs.tinyfish.ai"] + }, + { + "name": "flueny", + "description": "Measures how you work with Grok and shows it to you first. Derived signal only: prompts, code, and file contents never leave the machine.", + "category": "productivity", + "source": { + "source": "url", + "url": "https://github.com/FluenyAI/app-plugin-grok.git", + "sha": "5c5c032fb296ddc13d76de42a9d2ee48db403c82" + }, + "homepage": "https://flueny.ai", + "keywords": ["flueny", "flueny coding", "coding fluency"], + "domains": ["flueny.ai"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index 22b10a5..1e1188f 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -327,6 +327,41 @@ ] } }, + "flueny": { + "sha": "5c5c032fb296ddc13d76de42a9d2ee48db403c82", + "version": "0.1.0-spike.1", + "components": { + "commands": [ + { + "name": "connect", + "description": "Connect this machine to Flueny (device sign-in, no bash required)" + }, + { + "name": "flueny", + "description": "What Flueny is measuring on this machine, and how to connect it" + }, + { + "name": "status", + "description": "Check whether Flueny is actually receiving anything from this machine" + } + ], + "hooks": [ + { + "name": "PostToolUse", + "description": "*" + }, + { + "name": "SessionEnd" + }, + { + "name": "SessionStart" + }, + { + "name": "Stop" + } + ] + } + }, "mongodb": { "sha": "b4ea8150a020b9babaddc6c271c6dc177c06a83f", "version": "1.2.0",