Gander banner
weellio weellio

Gander

Development community

Description

--- description: Open the Gander dashboard in your browser (and report whether the bridge is running) --- Open the Gander agent dashboard for the user and report its status. This is a quick, safe local action — just do it, don't ask for confirmation. The dashboard port is **3131** unless the `AOC_PORT` environment variable is set (use that value if present). 1. **Check if the bridge is running:** `curl -s -o /dev/null -w "%{http_code}" http://localhost:3131/api/state` 2. **If it returns `

Installation

Installs to ~/.claude/skills/weellio-gander-gander/SKILL.md

Terminal
mkdir -p ~/.claude/skills/weellio-gander-gander && curl -fsSL https://raw.githubusercontent.com/weellio/gander/HEAD/commands/gander.md -o ~/.claude/skills/weellio-gander-gander/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository