mirror of
https://github.com/HKUDS/CLI-Anything.git
synced 2026-08-28 23:27:04 +08:00
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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user