tinyfish-agent-run
Installation
SKILL.md
TinyFish Agent Run
Execute an autonomous browsing goal against a URL and stream live events. Each SSE event is re-emitted on stdout as a single JSON line so a caller (subagent, TUI, etc.) can display progress as it arrives.
Requires: TINYFISH_API_KEY environment variable.
Pre-flight Check (REQUIRED)
[ -n "$TINYFISH_API_KEY" ] && echo "TINYFISH_API_KEY is set" || echo "TINYFISH_API_KEY is NOT set"
If the key is not set, stop and ask the user to add it. Get one at https://agent.tinyfish.ai/api-keys.
Streaming Run
scripts/agent-run.sh <url> <goal>