geekbot-status
Installation
SKILL.md
Geekbot — Status
Goal: emit a compact health check for the CLI. Useful both as a user-triggered /geekbot:geekbot-status and as a pre-flight check before any action skill that shells out to geekbot.
Steps
-
Locate the binary:
command -v geekbot -
If found, capture its version:
geekbot --version -
Check auth state (JSON):
Related skills