Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计提醒

taubyte-orchestratortaubyte 协调器

Agent Skill

taubyte-orchestrator 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

269

周安装

11

GitHub Stars

公开资料未说明

下载量

87
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/taubyte/skills --skill taubyte-orchestrator

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合围绕代码变更和协作事项进行整理。
  • 可结合来源仓库和原始 README 继续核验用法。
  • 安装命令:npx skills add https://github.com/taubyte/skills --skill taubyte-orchestrator。
  • 使用前应确认权限范围和维护状态,避免触发联网或文件读写。

SKILL.md

Taubyte Orchestrator

When to Use

Use for any Taubyte request before running resource-specific operations.

Mandatory gate order

  1. taubyte-cli-prereqs (hard gate: Node.js and Docker — install/start when possible, else prompt; @taubyte/cli / @taubyte/dream; auth via taubyte-auth-and-profile before GitHub-backed repo work)
  2. taubyte-auth-and-profile (profiles, tau login --new, switches — complements Step 1 login)
  3. taubyte-execution-modes
  4. taubyte-core-constraints
  5. taubyte-cloud-selection
  6. taubyte-scope-routing
  7. taubyte-project-and-application
  8. taubyte-context-log
  9. taubyte-resource-creation
  10. taubyte-go-sdk-constraints (Go HTTP handlers: function scaffold = root empty.go only—never hand-create lib/ there; library WASM = separate skill section + multi-//export / execution.call wiring)
  11. taubyte-build-runtime-config (if server-side vars/config/build logic is needed)
  12. taubyte-push-build-verify
  13. taubyte-dream-local-operations or taubyte-remote-cloud-operations
  14. taubyte-debugging-and-recovery on failure

Optional local host access gates (Dream)

  • taubyte-hosts-file-editor when .localtau resources must open by hostname.
  • taubyte-local-host-launch to validate/launch website or API URLs using FQDN + port.

Auto-execution policy for local runtime checks

  • When user asks to "execute locally", "open URL", "run function", or "test website/function", do this automatically after push/deploy:

1. run taubyte-hosts-file-editor (attempt automatic hosts update first), 2. run taubyte-local-host-launch (hostname-based curl/browser-ready URLs), 3. return concrete URLs and curl commands.

  • If hosts elevation fails, provide exact manual hosts lines and continue verification with curl --resolve.
  • If Docker is unavailable on Dream path, stop runtime claims and report the blocker explicitly.

New project hard gate (before imports or resources)

When the user’s request means create a new Taubyte project (not “add to the current one”):

  1. Run taubyte-project-and-applicationtau --defaults --yes new project --name <new> then tau select project --name <new>never skip this because tau --json current already showed another project.
  2. Immediately run tau --json current and confirm Project equals <new> (exact name). If it does not match, stop and fix selection before continuing.
  3. Do not run tau import website, tau import library, tau push project, or tau new / mutate domains, databases, functions, etc. until step 2 passes.
  4. Do not treat an old workspace folder, **old tb_config_* clone, or stale chat context as the source of truth for which project is active — only tau --json current after tau select project**.

Log steps 1–2 in taubyte-context-log (project_intent=new, intended name, verified Project field).

Rules

  • New projects: when the user asks to create a new project, follow the New project hard gate above and taubyte-project-and-application → *New project vs reusing an existing project* (always tau new project + select; do not silently reuse the current project unless they said to).
  • Applications: do not create or select an application by default. Follow taubyte-scope-routing and taubyte-project-and-application: use project-only context for simple website or function (and global resources) unless the user wants multiple contexts/applications or the task is application-scoped.
  • Websites: follow taubyte-scope-routing → *Website when logically appropriate*. If a browser UI is the natural fit, plan tau new website (and usually a Frontend app in multi-app layouts) — avoid defaulting to API-only for user-facing app briefs unless the user asked for headless / API-only scope.
  • Config notification + sequencing: ensure config/config.yaml has a real notification.email (not "") before pushing config; push config first, wait for the latest Config build to succeed, then push website/library repos that depend on those config resources (see taubyte-push-build-verify).
  • Config notification + sequencing: ensure config/config.yaml has a real notification.email (not "") before pushing config; push config first, wait for the latest Config build to succeed, then push website/library repos that depend on those config resources (see taubyte-push-build-verify).
  • Do not skip or reorder gates.
  • If taubyte-cli-prereqs fails (missing Node or Docker / daemon not running, missing tau login when GitHub is needed, or missing tau/dream), stop immediately.
  • Default to non-interactive mode.
  • Use JSON verification (tau --json current) after context changes.
  • Keep commands sequential when selection/context can change.
  • Load taubyte-reference-index when additional command/topic depth is needed; for **site + /api/* + database/library layouts, use its Full-stack worked example** (multi-repo, multi-app) instead of assuming project-only scope.
  • Load taubyte-spore-drive-sdk only for cloud deployment/self-hosting requests.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.1%
按下载量换算30

Claude

30.94%
按下载量换算27

Cursor

19.15%
按下载量换算17

Gemini CLI

8.79%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills