tinyfish-cli

Installation
SKILL.md

TinyFish CLI (cli-anything-tinyfish)

Agent-native CLI over the TinyFish Web Agent REST APIs. All four TinyFish products, one binary: search the web, fetch clean page content, run natural-language browser automations, and create remote browser sessions for direct CDP control. Everything prints JSON to stdout (errors are JSON on stderr, exit 1), so output is directly parseable — no scraping of human-formatted text.

Setup

pip install cli-anything-tinyfish
export TINYFISH_API_KEY="sk-tinyfish-..."   # free key: https://agent.tinyfish.ai/api-keys
cli-anything-tinyfish auth status            # {"authenticated": true, ...}

Search and fetch are credit-free. Agent runs consume TinyFish credits.

Installs
1
First Seen
Aug 19, 2026
tinyfish-cli — webdevtodayjason/cli-anything-tinyfish