by YijiaDuan · Claude 技能 · ★ 8
build-managed-agents 一个给 coding agent 用的 skill —— 装到 Claude Code / OpenClaw / Cursor 等编程代理上,当用户说"帮我搞一个 managed agent"的时候,这个 skill 会接管,照着 recipe 一步步调 Anthropic 新出的 Claude Managed Agents API,覆盖 create / run / audit 全流程:定义 agent + environment、跑 session、流式处理事件、审计 token 用量和事件链。 把自己搭 agent loop / 工具执行 / 沙箱 / SSE 解析 / 审计日志这堆基础设施全卸掉,直接让 coding agent 去调 Anthropic 托管的那套。 安装 运行时依赖: 使用 在 Claude Code 对话框里随便说一句: "帮我创建一个 managed agent,做 XXX" "给这个 session 做个审计,看 token 消耗和事件流" "用 client.beta.sessions.events.stream 写一个 XXX" "open-source this as a managed agent" Claude 会自动匹配到这个 skill 并按 reference/ 下的参考文档执行。完整...
| Stars | 8 |
| Forks | 0 |
| Language | Python |
| Category | Claude 技能 |
| License | MIT |
| Quality Score | 43.2/100 |
| Last Updated | 2026-04-15 |
| Created | 2026-04-15 |
| Platforms | claude-code, python |
| Est. Tokens | ~2k |
These tools work well together with build-managed-agents for enhanced workflows:
Explore other popular claude 技能 tools:
build-managed-agents is Claude Code skill for Anthropic Managed Agents — create / run / audit the cloud-hosted agent API end-to-end. 教 Claude 用 Anthropic 托管代理 API 的 skill,覆盖创建/运行/审计全流程。. It is categorized as a Claude 技能 with 8 GitHub stars.
build-managed-agents is primarily written in Python. It covers topics such as ai-agents, anthropic-api, claude-code.
You can find installation instructions and usage details in the build-managed-agents GitHub repository at github.com/YijiaDuan/build-managed-agents. The project has 8 stars and 0 forks, indicating an active community.
build-managed-agents is released under the MIT license, making it free to use and modify according to the license terms.