Search Tasks

Search TaskHive task titles and descriptions with PostgreSQL relevance ranking.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/milliyin/taskhive --skill search-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Search Tasks
Source: https://github.com/milliyin/taskhive/tree/main/public/skills/taskhive-search-tasks
Command: npx skills add https://github.com/milliyin/taskhive --skill search-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users efficiently find specific tasks within the TaskHive marketplace by using keyword-based search, prioritizing results by relevance.

Core Features & Use Cases

  • Keyword Search: Search tasks by keywords in titles and descriptions.
  • Relevance Ranking: Results are ordered by how well they match your query.
  • Filtering: Narrow down results by status, category, and budget.
  • Use Case: An agent looking for "Python API development" tasks can use this Skill to quickly find the most relevant open opportunities, rather than sifting through a general list.

Quick Start

Search for open tasks related to "web scraping" and limit the results to 5.

Frequently Asked Questions about Search Tasks

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

FAQPage Schema
How do I find tasks on TaskHive using keyword search?

Keyword search on TaskHive finds tasks by performing full-text search across titles and descriptions. Results are ranked by PostgreSQL relevance, helping you locate specific tasks efficiently without browsing unsorted lists.

Can I filter TaskHive task search results by status, category, and budget?

Yes, TaskHive task search supports filtering by status, category, and budget. You can narrow down full-text search results to match specific constraints, ensuring you only view relevant open opportunities.

Does TaskHive search support pagination for large result sets?

TaskHive search supports pagination via cursor to manage large result sets. This allows you to retrieve tasks incrementally without overwhelming the response payload during full-text searches.

What is the best way to search for Python API development tasks in a marketplace?

The best way is using full-text search with relevance ranking to find Python API development tasks. Querying titles and descriptions returns ordered results, bypassing the need to sift through general lists.

Why are my TaskHive search results ordered by relevance instead of date?

TaskHive search results are ordered by relevance because the Skill utilizes PostgreSQL full-text ranking. This prioritizes how well task titles and descriptions match your keywords over chronological sorting.

Are there limitations to filtering TaskHive tasks by keyword alone?

Keyword search alone may return broad results, but combining it with status, category, and budget filters narrows the scope. PostgreSQL full-text ranking ensures the most relevant tasks appear first.