AgentSkillsCN

find_task_by_title

在不掌握任务ID的情况下,可通过名称搜索任务

SKILL.md
--- frontmatter
name: find_task_by_title
description: Searches for tasks by name when ID is unknown
triggers: (internal helper – triggered automatically when ID missing)

Internal helper tool: search tasks by title.

Parameters:

  • title (string, required)

Rules & behavior:

  • Case-insensitive partial match
  • Return list of matching tasks with IDs
  • If multiple → agent will ask user which one
  • If none → agent replies "No matching task found"