← Back to Skills Marketplace
Tinyfish Fetch
by
Val Alexander
· GitHub ↗
· v1.0.0
· MIT-0
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tinyfish-fetch
Description
Fetch web pages via TinyFish Fetch API and get clean markdown, HTML, or screenshots back — handles JS rendering and proxying. Use when you need to read a spe...
Usage Guidance
This skill appears coherent and limited to calling the TinyFish Fetch API, but consider the following before installing: 1) The API key grants the service the ability to fetch URLs you ask it to — do not send sensitive, private, or internal URLs unless you trust TinyFish's privacy policy and security. 2) The helper script runs python3 and curl locally; ensure those binaries are acceptable in your environment. 3) Confirm the service's reputation, pricing, and data-retention rules at the homepage (https://docs.tinyfish.ai/fetch-api) and restrict/rotate the API key as appropriate. 4) If deploying in a controlled environment, verify outbound network rules to api.fetch.tinyfish.ai and consider using a scoped key or organizational approval for third-party fetchers.
Capability Analysis
Type: OpenClaw Skill
Name: tinyfish-fetch
Version: 1.0.0
The tinyfish-fetch skill is a legitimate tool for fetching rendered web content via the TinyFish API (api.fetch.tinyfish.ai). The provided helper script (scripts/fetch.sh) and instructions (SKILL.md) follow safe practices, such as using Python for JSON serialization to avoid injection and verifying the presence of the required TINYFISH_API_KEY. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description ask for a fetcher service and the skill only requires a single TINYFISH_API_KEY and calls https://api.fetch.tinyfish.ai. The requested credential and network access are proportional to the stated purpose.
Instruction Scope
SKILL.md only instructs the agent to check the TINYFISH_API_KEY and to POST JSON to the TinyFish API; it does not instruct reading unrelated files, additional environment variables, or transmitting data to unexpected endpoints. It explicitly forbids fallback to other fetch tools.
Install Mechanism
No install spec; this is instruction-only with a small helper script included. The script uses standard tools (python3, curl) and does not download or install external code.
Credentials
Only TINYFISH_API_KEY is required and is reasonable for an API client. No other secret or unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true or any elevated persistent privileges. It does not modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tinyfish-fetch - After installation, invoke the skill by name or use
/tinyfish-fetch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tinyfish-fetch.
- Fetch web pages via the TinyFish Fetch API with support for JavaScript rendering and proxy/geo targeting.
- Returns page content as clean markdown (default), HTML, or screenshots (base64 PNG).
- Supports fetching multiple URLs in a single request.
- Simple curl and bash script examples provided.
- API key (`TINYFISH_API_KEY`) is required and must be set before using.
- Includes a helper script for easier command-line use.
Metadata
Frequently Asked Questions
What is Tinyfish Fetch?
Fetch web pages via TinyFish Fetch API and get clean markdown, HTML, or screenshots back — handles JS rendering and proxying. Use when you need to read a spe... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install Tinyfish Fetch?
Run "/install tinyfish-fetch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tinyfish Fetch free?
Yes, Tinyfish Fetch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tinyfish Fetch support?
Tinyfish Fetch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tinyfish Fetch?
It is built and maintained by Val Alexander (@bunsdev); the current version is v1.0.0.
More Skills