From one-horizon
Run a literal text search over One Horizon tasks when the user explicitly asks to search by title or indexed content. Prefer 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.
npx claudepluginhub onehorizonai/skills --plugin one-horizonThis skill uses the workspace's default tool permissions.
Find tasks by text within a workspace and return ranked summary matches.
Searches ClickUp tasks by text or filters like list/folder/space ID, status, priority, assignee, tags, due dates. Displays up to 20 results in a table.
Lists and filters work items from configured directory by status, type, priority, parent, tag. Displays hierarchy for discovering tasks and viewing structure.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Find tasks by text within a workspace and return ranked summary matches.
Call search-tasks when the user wants to find tasks by title or indexed content.
search-tasks({
"query": "<query>",
"workspaceId": "<workspaceId>",
"categories": ["initiative", "ongoing", "bug", "review-bug", "review-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, review-bug, and review-item.day-task to categories when the user wants personal day-scoped follow-ups included.limit is optional and defaults to 10.get-task-details with its taskId.