Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

beo-routerBeo 路由器

Agent Skill

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

总安装

456

周安装

19

GitHub Stars

1

下载量

152
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/minhtri2710/skills --skill beo-router

简介

beo 会话入口路由组件,确定当前 workflow 状态。

  • 基于 artifacts 与 graph 状态输出唯一下一步动作指令。
  • 始终优先确认 onboarded 状态与健康度检查通过。
  • 返回 LoadSkill、ReturnToUser 或 Stop 三种标准响应类型。
  • beo-router 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Beo Router

Overview

beo-router is the entry point for beo sessions. Its job is simple:

  1. determine the real workflow state from artifacts and the live graph
  2. explain that state in human terms
  3. produce exactly one NextActionLoadSkill(name), ReturnToUser(reason), or Stop(done)

Core principle: always know where you are before deciding where to go.

Hard Gates

See ../reference/references/shared-hard-gates.md § Shared References Convention.

Default Router Loop

  1. confirm the repository is onboarded and the workspace is healthy
  2. if .beads/beo_status.mjs exists, run node.beads/beo_status.mjs --json as a quick scout
  3. check for .beads/HANDOFF.json
  4. identify the active epic, if any
  5. inspect the active feature's core artifacts and task graph
  6. classify the current state using the canonical routing table
  7. report the state in human terms
  8. emit exactly one NextAction: LoadSkill(name) to continue the pipeline, ReturnToUser(reason) when a decision or clarification is needed, or Stop(done) when the session is complete

Use references/router-operations.md when you need the exact bootstrap steps, Quick-scope scaffold, resume validation procedure, planning-aware routing rules, or doctor-mode commands. Use ../reference/references/pipeline-contracts.md for the canonical state routing table. Use references/go-mode.md when the user says "go", "run the full pipeline", or "go mode" and you need the 3-gate end-to-end sequence. Use ../reference/references/communication-standard.md for inter-skill message formatting when writing handoff messages or state reports.

Report State Before Routing

Always report the state in human terms before loading the next skill. At minimum include:

  • feature
  • mode (single-phase, multi-phase, or unknown pre-planning)
  • current phase if known
  • canonical state
  • progress / blockers
  • next action

New Feature Intake

When no active feature exists, still use the canonical routing model. The intake-specific states are:

  • new-quick-intake -> create the epic, preserve the immutable slug using ../reference/references/artifact-conventions.md#slug-lifecycle, scaffold minimal artifacts via references/router-operations.md Quick Path Scaffold, then route to beo-validating
  • new-debug-intake -> beo-debugging
  • meta-skill -> beo-writing-skills
  • otherwise -> create the epic and route to beo-exploring

If a request first looks quick but inspection shows it is larger, ambiguous, or phase-shaped, preserve any existing quick task bead as planning input and promote the work into the normal pipeline. Before creating a new epic, always confirm there is not already an active one for the same feature.

Doctor Mode

When asked to check project health, inspect graph health, blocked work, stale work, planning shape, artifact presence, and one next corrective action. On first-session bootstrap or when workspace health is in doubt, include br doctor in the health check flow.

Priority Rules

These override normal routing:

  1. P1 review findings block progress.
  2. CONTEXT.md is the source of truth for locked decisions.
  3. Never skip beo-validating.
  4. Spike failures halt the pipeline and send work back to planning.
  5. Current-phase completion is not whole-feature completion when later phases remain.
  6. Quick-scope work still routes through validation before execution.
  7. Choose beo-swarming only when validated parallel-ready tasks exist; otherwise route to beo-executing.

Handoff

After classification, report the current state in human terms and emit exactly one NextAction: LoadSkill(name), ReturnToUser(reason), or Stop(done). If a checkpoint or resume artifact exists, preserve the planning-aware state while handing off.

Context Budget

Follow ../reference/references/shared-hard-gates.md § Context Budget Protocol. Skill-specific checkpoint items: current STATE.json, selected route, planning-aware fields when known, and any resume detail needed to continue safely.

Red Flags & Anti-Patterns

Known limitation: STATE.json and HANDOFF.json are currently singleton files. When multiple features are in flight simultaneously, verify the feature field matches the intended epic before trusting state. Feature-scoped state files are a future improvement.

Do not create duplicate epics, bypass validation because work seems small, route to swarming without a validated parallel plan, or skip compounding after successful review.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.45%
按下载量换算54

Claude

31.53%
按下载量换算48

Cursor

19.52%
按下载量换算30

Gemini CLI

9.35%
按下载量换算14

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills