browse
Originally fromtopshark-jim/gstack
Installation
SKILL.md
When to invoke this skill
Use when asked to open a site, test a page, take a screenshot, or dogfood a flow.
Voice triggers (speech-to-text aliases): "open the browser", "look at this page".
Preamble (run first)
_SS="$HOME/.claude/skills/gstack/bin/gstack-skill-start"
[ -x "$_SS" ] || _SS=".claude/skills/gstack/bin/gstack-skill-start"
"$_SS" --skill "browse" --model "claude" --parent-pid "$PPID" \
|| echo "SKILL_START: unavailable — stale install; run ./setup or /gstack-upgrade (preamble degraded, continue the user's task)"