tinyfish-agent-run

Execute autonomous browsing goals and parse JSON results from TinyFish agent API calls.

20|25|Updated May 30, 2026
One-click install
npx skills add https://github.com/OpenCoven/coven-cave --skill tinyfish-agent-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinyfish-agent-run
Source: https://github.com/OpenCoven/coven-cave/tree/main/marketplace/plugins/tinyfish-agent-run/skills/tinyfish-agent-run
Command: npx skills add https://github.com/OpenCoven/coven-cave --skill tinyfish-agent-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires TINYFISH_API_KEY, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of running and tracking autonomous browsing goals, allowing for real-time progress updates and structured results.

Core Features & Use Cases

  • Goal Execution: Executes browsing goals like extracting product names and prices from URLs.
  • Progress Tracking: Monitors live progress through JSON events.
  • Result Parsing: Extracts final results from the streamed JSON payload.
  • Use Case: For example, to extract the first product names and prices from a shop URL and return JSON results.

Quick Start

Run the skill with the goal of extracting product information from 'https://example.com/products'.

Frequently Asked Questions about tinyfish-agent-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract product names and prices from a URL using autonomous browsing?

Autonomous browsing extracts product names and prices by executing specific browsing goals on a target URL. The agent navigates the live site, interacts with elements, and parses the final streamed JSON payload to return structured data results.

How does real-time progress tracking work for autonomous web tasks?

Real-time progress tracking for autonomous web tasks works by streaming live JSON events from the browsing agent. As the agent executes goals on the target URL, it continuously emits progress updates, allowing you to monitor task status until completion.

Do I need an API key to run autonomous browsing goals?

You need a TINYFISH_API_KEY to run autonomous browsing goals. This key is a required dependency for authenticating with the TinyFish agent API and executing tasks such as live site interaction and data extraction.

What is the best way to monitor live site interaction and data extraction tasks?

The best way to monitor live site interaction and data extraction tasks is by streaming JSON events from an autonomous browsing agent. This approach provides real-time progress updates and parses the final results directly from the streamed payload.

Can I get structured JSON results from web scraping autonomous agents?

You can get structured JSON results from web scraping autonomous agents. After the agent completes its browsing goals on the target URL, the system parses the final streamed JSON payload to extract and return the structured data.