tinyfish
Installation
SKILL.md
TinyFish Web Agent
Requires: TINYFISH_API_KEY environment variable
Pre-flight Check (REQUIRED)
Before making any API call, always run this first to verify the key is available:
[ -n "$TINYFISH_API_KEY" ] && echo "TINYFISH_API_KEY is set" || echo "TINYFISH_API_KEY is NOT set"
If the key is not set, you MUST stop and ask the user to add their API key. Do NOT fall back to other tools or approaches — the task requires TinyFish.
Tell the user:
Related skills