Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

hiro-task-manager-clihiro task manager CLI 搜索

Agent Skill

hiro-task-manager-cli 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

396

周安装

16

GitHub Stars

2

下载量

124
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hiro-task-manager-cli(hiro task manager CLI 搜索)
来源仓库:https://github.com/hiro-league/hirotaskmanager
仓库路径:skills/hiro-task-manager-cli
安装命令:
npx skills add https://github.com/hiro-league/hirotaskmanager --skill hiro-task-manager-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hiro-league/hirotaskmanager --skill hiro-task-manager-cli

简介

hiro-task-manager-cli 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于研究、数据整理或信息溯源等场景,可辅助 Agent 从多个来源中筛选出相关线索。
  • 通过关键词、任务场景或来源仓库进行检索,返回结构化结果供进一步分析。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Hiro Task Manager CLI

Use this skill when the user wants to work with Hiro Task Manager through the hirotm CLI to manage tasks, task lists and task boards.

Use this skill for

  • Creating, updating and deleting tasks.
  • Creating, updating and deleting task lists.
  • Managing boards.
  • Listing, searching and filtering tasks, lists and boards.
  • Managing Hiro Task Manager server, to be able to operate on tasks, lists and boards.
  • Delete, purge or restore tasks, lists and boards (see Destructive operations).

Destructive operations

The following commands are destructive and must NEVER be invoked without an explicit, unambiguous user request in the current turn:

  • tasks purge, lists purge, boards purge — permanent deletion, not recoverable.

Soft-deletes (tasks delete, lists delete, boards delete) are allowed only after:

  1. The agent has shown the target entity to the user (via show, describe, or list) and confirmed it is the right one.
  2. The user's intent to delete that specific entity is unambiguous.

Always prefer trash inspection and restore over re-creating an entity that was deleted by mistake.

For any destructive command that supports it, run with --dry-run first, then rerun with --yes only after the user confirms.

Default operating workflow

  1. Navigate to intended workspace root.
  2. Initially make sure Hiro Task Manager server is running.
  3. Discover the boards, lists or tasks you need to work with.
  4. Narrow down to the entity you need to work with, using search or list/filter.
  5. Use (Identification) to identify yourself in all commands.
  6. Perform the smallest safe mutation using all the available data,
  7. Show the resulting state after the change.

Core rules

  • Use hirotm cli command for all operations.
  • use --help to get help on any command or sub command boards --help, boards describe --help.
  • prefer hirotm --help and subcommand help when you need examples or docs links.
  • Run commands from the intended workspace root.
  • Inspect current state before making mutations.
  • For paginated reads or search, prefer --count-only when you only need cardinality first.
  • Use --client-name on mutating commands so changes are attributable.
  • Treat delete, purge, and structural changes as sensitive.
  • Prefer --dry-run first for delete, purge, and board structure changes, then rerun with --yes only when ready.
  • Use --no-color when plain output is easier to inspect for one run.

Identification

Identify yourself in all commands with --client-name <your-name>. Your name should reflect the Agent Name, ex: Cursor Agent, Github Copilot Agent, Claude Code Agent, Open Code Agent. If you are not sure, use a generic name "AI Agent"

Discovery

  • use boards list to list all boards.
  • use boards describe <id-or-slug> to describe all or some board details.
  • use tasks list --board <board-id-or-slug> to list and filter tasks in a board.
  • use tasks show <task-id> or lists show <list-id> to print one row by global id when you already know the id.

Finding/Adding/Updating Tasks

  • When a user refers to an existing task, use tasks list with filters, tasks show, or query search to find it.
  • If convenient, use limit, offset, fields, or quiet options to manage and the output shape.
  • When adding a task

- use any available information such as priority, task group, release, etc... - Add proper title (80 characters max) and Emoji if relevant only. - use Organized Markdown description if the task body is detailed. - use mermaid diagrams if the task includes design diagrams or if the user requests it. - If linking to a larger documents in the workspace, make sure to use a proper link from the workspace root.

Access

If you are not allowed to access an entity or perform an operation due to CLI Access Control, explain the situation and suggest the user to give you the necessary permissions. Never attempt to bypass the CLI Access Control.

Errors

  • Prefer the machine-readable stderr code over parsing the error text.
  • If stderr includes a hint, use it as the next recovery step.
  • HTTP/API failures usually include better hint guidance than local argument-validation failures.

Server Operations

  • Check Server Status with server status
  • Start Server with server start --background
  • Stop Server with server stop

References

  • Server Commands - Start, stop, and check the server status.
  • Boards Commands - Create, update, delete, list, describe, and configure boards.
  • Lists Commands - List, show, add, update, move, delete, restore, and purge board lists.
  • Tasks Commands - List, show, add, update, move, delete, restore, and purge tasks.
  • Releases Commands - List, show, add, update, delete, and set-default releases.
  • Trash Commands - Inspect trashed boards, lists, and tasks.
  • Status Commands - List workflow statuses and their meanings.
  • Search Commands - Full-text task search with query search.
  • CLI Access Policy - Map commands to cliPolicy requirements and read/write permissions.
  • Errors and Exit Codes - Exit codes, stderr fields, and common machine-readable codes.

Safety notes

  • Prefer inspect-first workflows.
  • Search before create when overlap is likely.
  • Do not bypass the CLI by any other means than the hirotm CLI.
  • Respect permission and policy failures instead of working around them unsafely.
  • For destructive commands, see Destructive operations.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.91%
按下载量换算45

Claude

32%
按下载量换算40

Cursor

17.91%
按下载量换算22

Gemini CLI

9.06%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/hiro-league/hirotaskmanager --skill hiro-task-manager-cli 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills