AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agent Orchestrator

skill-cloud99277-kitclaw-agent-orchestrator · by cloud99277

Validate and plan linear skill chains defined in YAML. Reads IO contracts from skill frontmatter, verifies type compatibility between chained steps, and outputs step-by-step execution plans. Use when the user wants to orchestrate multiple skills in sequence, validate a chain definition, or see an execution plan for a multi-skill pipeline. 当用户提到"编排""orchestrate""chain""pipeline""串联 skill""执行链"时触发。…

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-cloud99277-kitclaw-agent-orchestrator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cloud99277-kitclaw-agent-orchestrator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agent Orchestrator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agent Orchestrator — 线性链式 Skill 编排

定位

基于 Phase 1 IO 契约的线性链式编排 MVP。读取 YAML 编排链定义,验证相邻 skill 的 IO 类型匹配,输出分步执行计划。

> 不是执行器:orchestrator 验证链的合法性并生成执行指引,不直接调用 agent 执行 skill。

核心能力

  1. validate — 验证编排链的 IO 类型匹配(精确匹配 + 兼容匹配)
  2. plan — 输出带变量替换的分步执行指引
  3. list — 列出所有已注册的预定义编排链

使用方式

# 验证链
python3 scripts/run-chain.py validate chains/translate-tweet-publish.yaml

# 生成执行计划(带变量)
python3 scripts/run-chain.py plan chains/translate-tweet-publish.yaml --var URL=https://x.com/...

# 列出所有链
python3 scripts/run-chain.py list

编排链 YAML 格式

references/chain-schema.md

依赖

  • Phase 1 IO 契约(type-registry.json、skill frontmatter io: 声明)
  • 零外部依赖(纯 Python stdlib)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.