Install
$ agentstack add skill-cloud99277-kitclaw-agent-orchestrator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Agent Orchestrator — 线性链式 Skill 编排
定位
基于 Phase 1 IO 契约的线性链式编排 MVP。读取 YAML 编排链定义,验证相邻 skill 的 IO 类型匹配,输出分步执行计划。
> 不是执行器:orchestrator 验证链的合法性并生成执行指引,不直接调用 agent 执行 skill。
核心能力
- validate — 验证编排链的 IO 类型匹配(精确匹配 + 兼容匹配)
- plan — 输出带变量替换的分步执行指引
- 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 frontmatterio:声明) - 零外部依赖(纯 Python stdlib)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cloud99277
- Source: cloud99277/KitClaw
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.