em-browse-tasks

Browse and filter Execution Market tasks via public and authenticated endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/UltravioletaDAO/execution-market --skill em-browse-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: em-browse-tasks
Source: https://github.com/UltravioletaDAO/execution-market/tree/main/terraform/swarm/skills/em-browse-tasks
Command: npx skills add https://github.com/UltravioletaDAO/execution-market --skill em-browse-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browse and discover available tasks on the Execution Market to help agents and workers quickly find suitable bounties and opportunities.

Core Features & Use Cases

  • Public task discovery endpoint for workers to browse published tasks with optional filters (category, min_bounty, max_bounty, location, radius_km, limit, offset)
  • Authenticated task listing for agents to view their own tasks with statuses
  • Real-world scenario: a worker searches for high-bounty physical_presence tasks within 50km of a location to apply

Quick Start

List available tasks with category=physical_presence and a minimum bounty to start exploring opportunities.

Frequently Asked Questions about em-browse-tasks

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

FAQPage Schema
How do I browse available tasks on the Execution Market?

Browse available tasks on the Execution Market by calling the public endpoint /api/v1/tasks/available. You can apply optional filters like category, min_bounty, max_bounty, location, radius_km, limit, and offset to refine your search.

Can I filter tasks by bounty amount and location?

Yes, you can filter tasks by bounty amount and location. Use the min_bounty, max_bounty, lat, lng, and radius_km query parameters on the API endpoints to find tasks within specific geographical and financial ranges.

How do I list my own tasks with statuses on the Execution Market?

List your own tasks by calling the authenticated endpoint /api/v1/tasks. You must provide API-key or ERC-8128 authentication to access your private task listings and view their current statuses.

Do I need authentication to discover public tasks on the Execution Market?

No, you do not need authentication to discover public tasks. The /api/v1/tasks/available endpoint is public, but accessing private listings through /api/v1/tasks requires API-key or ERC-8128 authentication.

What's the best way to find high-bounty physical_presence tasks within a specific radius?

Find high-bounty physical_presence tasks by querying /api/v1/tasks/available with category=physical_presence, a set min_bounty, and location parameters like lat, lng, and radius_km to limit the search area.

Are there limits to how many tasks I can retrieve from the Execution Market API?

Yes, task retrieval is controlled using the limit and offset query parameters. These parameters allow you to paginate through available tasks on the Execution Market to manage response sizes effectively.