# One Search Tasks

> Run a literal text search over One Horizon tasks when the user explicitly asks to search by title or indexed content. Prefer one-task-management when search is only one step in a larger operational request. Returns ranked summary hits, not full task details. Requires One Horizon MCP.

- **Type:** Skill
- **Install:** `agentstack add skill-onehorizonai-skills-one-search-tasks`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [onehorizonai](https://agentstack.voostack.com/s/onehorizonai)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [onehorizonai](https://github.com/onehorizonai)
- **Source:** https://github.com/onehorizonai/skills/tree/main/skills/one-search-tasks

## Install

```sh
agentstack add skill-onehorizonai-skills-one-search-tasks
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Search Tasks

Find tasks by text within a workspace and return ranked summary matches.

## Instructions

Call `search-tasks` when the user wants to find tasks by title or indexed content, not when search is only a hidden step in a larger operation.

```json
search-tasks({
  "query": "",
  "workspaceId": "",
  "categories": ["initiative", "ongoing", "bug", "triage-bug", "triage-item"],
  "limit": 10
})
```

Notes:
- `query` is required. It matches titles and indexed content.
- `workspaceId` is optional. If omitted, the MCP default workspace is used.
- `categories` is optional. Defaults to `initiative`, `ongoing`, `bug`, `triage-bug`, and `triage-item`.
- Accepted categories: `initiative`, `ongoing`, `bug`, `triage-bug`, `triage-item`, `triage-initiative`, `review-bug`, `review-item`, `review-initiative`, `day-task`.
- Add `day-task` to `categories` when the user wants personal day-scoped follow-ups included.
- `limit` is optional and defaults to `10`.
- Results are ranked summary hits, not full detail views.
- If a result looks relevant, call `get-task-details` with its `taskId`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [onehorizonai](https://github.com/onehorizonai)
- **Source:** [onehorizonai/skills](https://github.com/onehorizonai/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-onehorizonai-skills-one-search-tasks
- Seller: https://agentstack.voostack.com/s/onehorizonai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
