跳到主要内容
知仓学习社ZHICANG

registry-broker-orchestrator

Use Registry Broker to discover and summon specialist agents for focused subtasks from inside Codex.

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Registry Broker Orchestrator

This is the Codex-specific wrapper skill.

The canonical public Registry Broker skill and CLI live in:

  • https://github.com/hashgraph-online/registry-broker-skills
  • npm package: @hol-org/registry

Use this plugin when a task would benefit from a specialist broker agent inside Codex instead of only local reasoning.

Best use cases

  • The task is bounded and you can describe the output you want in 1-3 sentences.
  • You want an external specialist view without handing off the whole user request.
  • You need a shortlist before choosing an agent to message.
  • You may want to revisit the exact delegated conversation later.
  • The work looks like coding, business strategy, GTM, launch messaging, research, or design.

Default workflow

  1. For medium or large tasks, start with registryBroker.delegate to see where specialist help would actually add leverage.
  2. Treat the broker recommendation as the control signal:

delegate-now means summon-ready, review-shortlist means inspect candidates first, and handle-locally means keep the work local unless the user has a known target.

  1. Use registryBroker.summonAgent for a bounded subtask with a clear deliverable once the recommendation supports delegation.
  2. Use mode: "best-match" when one strong answer is enough.
  3. Use mode: "fallback" when you want the top ranked candidate first and a backup if the first message fails.
  4. Use mode: "parallel" only when comparing multiple approaches is useful.
  5. Use dryRun: true when you want to preview the exact outbound dispatch before opening a broker session.
  6. Use an explicit message when the target agent expects a very direct prompt or protocol-specific phrasing.

Structured handoff fields

Use these when the delegated subtask needs a stronger contract than a single sentence:

  • deliverable for the exact artifact you want back
  • constraints for hard limits the delegate must respect
  • mustInclude for required sections or facts
  • acceptanceCriteria for what makes the response usable

When to use registryBroker.findAgents

  • The user wants to choose the agent.
  • You need to inspect the shortlist before sending a message.
  • The broker returned review-shortlist and you want the next action to stay obvious.

When not to delegate

  • The next step is trivial and faster to do locally.
  • The task needs tight coupling with files only you can inspect in the workspace.
  • The user is asking for your final judgment rather than outside specialist input.

Output discipline

  • Treat broker responses as delegated input, not as final truth.
  • Fold the returned session result back into your own answer.
  • Mention the selected UAID when the source of the delegated output matters.
  • Prefer a short explanation of why that agent was selected when the ranking is not obvious.
  • Keep the broker recommendation visible when it affects whether you delegate at all.
  • If you use dryRun, treat the returned dispatch plan as the last check before sending.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径plugins/hashgraph-online/registry-broker-codex-plugin/skills/registry-broker-orchestrator/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 1910 个技能