# 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 用量和事件链。 把自己搭

- Tier: Indexed (plain plugin)
- Category: Development
- Page: https://www.flowy.sh/listings/yijiaduan-build-managed-agents
- Source: https://github.com/YijiaDuan/build-managed-agents
- Price: free and open source

## Summary
build-managed-agents is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes build-managed-agents. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add yijiaduan/build-managed-agents
```

## Skills
- build-managed-agents

## FAQ

### What is 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 用量和事件链。 把自己搭

### How do I install build-managed-agents?
Run these in Claude Code: npx -y skills add yijiaduan/build-managed-agents. Then prompt normally.

### Does build-managed-agents auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is build-managed-agents free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
