feat: add TinyFish Web Agent CLI (standalone repo) (#348)

* feat: add TinyFish Web Agent CLI (standalone repo)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* feat: tinyfish 0.1.1 — full four-product coverage (adds browser sessions)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix: fully qualify api-keys URL in requires field

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jason Brashear
2026-06-14 03:48:47 -05:00
committed by GitHub
parent cc07011caa
commit 5de80bae4e
+19
View File
@@ -1437,6 +1437,25 @@
"url": "https://github.com/davidmyriel"
}
]
},
{
"name": "tinyfish",
"display_name": "TinyFish Web Agent",
"version": "0.1.1",
"description": "All four TinyFish products from the terminal: web search, clean page extraction, natural-language browser automation, and remote CDP browser sessions — via the REST APIs.",
"requires": "TinyFish API key (free at https://agent.tinyfish.ai/api-keys)",
"homepage": "https://tinyfish.ai",
"source_url": "https://github.com/webdevtodayjason/cli-anything-tinyfish",
"install_cmd": "pip install cli-anything-tinyfish",
"entry_point": "cli-anything-tinyfish",
"skill_md": "https://github.com/webdevtodayjason/cli-anything-tinyfish/blob/main/cli_anything/tinyfish/skills/SKILL.md",
"category": "web",
"contributors": [
{
"name": "webdevtodayjason",
"url": "https://github.com/webdevtodayjason"
}
]
}
]
}