Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}
35 changes: 35 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down