← 返回 Skills 市场
kaiyuelv

Autogen Skill

作者 Lv Lancer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
126
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install autogen-skill
功能描述
Microsoft AutoGen - 多智能体协同框架,用于构建复杂游戏设计工作流
使用说明 (SKILL.md)

AutoGen Skill

Microsoft AutoGen 多智能体框架的 OpenClaw 技能封装。

安装

已预装在 /workspace/skills/gamedev-tools/autogen/

使用

import autogen

# 创建助手
assistant = autogen.AssistantAgent(
    name="game_designer",
    llm_config={"model": "gpt-4"}
)

# 创建用户代理
user_proxy = autogen.UserProxyAgent(
    name="user",
    human_input_mode="NEVER"
)

# 开始对话
user_proxy.initiate_chat(
    assistant,
    message="设计一个RPG游戏的第一章剧情"
)

路径

  • 源码: /workspace/skills/gamedev-tools/autogen/
  • Python包: 通过 pip install pyautogen 安装
安全使用建议
This skill is an instruction-only wrapper for Microsoft AutoGen and appears coherent. Before installing/use: verify the referenced package/path actually exist in your runtime (/workspace/skills/gamedev-tools/autogen/ or 'pyautogen'), confirm you are comfortable giving AutoGen agents access to the platform model (the example uses 'gpt-4'), and if you need to install the package yourself, prefer the official Microsoft repo releases. If you need tighter control, test in an isolated environment since multi-agent frameworks can run autonomous interactions that trigger external API calls or code execution depending on configuration.
功能分析
Type: OpenClaw Skill Name: autogen-skill Version: 1.0.0 The skill bundle provides a standard integration for the Microsoft AutoGen framework. The documentation in SKILL.md contains legitimate usage examples and installation instructions consistent with the official library, with no evidence of malicious code, data exfiltration, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description (Microsoft AutoGen multi-agent framework for game design) match the SKILL.md usage examples which import autogen and create agents. Required capabilities (none declared) are proportional to the stated purpose.
Instruction Scope
SKILL.md gives concrete Python usage (import autogen, create AssistantAgent/UserProxyAgent, initiate_chat). It references a filesystem path (/workspace/skills/gamedev-tools/autogen/) and suggests pip package 'pyautogen' — these are reasonable but are assumptions (preinstalled path/pip name) the runtime must meet. The example config uses an LLM model ('gpt-4'), which implies model access but the skill does not declare credentials (this is common when platform supplies model access).
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. The README claims the package is preinstalled; nothing will be written to disk by the skill itself.
Credentials
The skill requests no environment variables, secrets, or config paths. That aligns with an instruction-only wrapper. Note: using an LLM (gpt-4) requires model access from the platform but no unexpected credentials are requested by the skill.
Persistence & Privilege
always is false and default autonomous invocation is allowed (normal). The skill does not request persistent system presence or to modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install autogen-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /autogen-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of autogen-skill: - Added Microsoft AutoGen multi-agent framework integration for game design workflows. - Provided code samples for setting up Assistant and UserProxy agents. - Included installation and usage instructions. - Documented relevant paths and references for further setup.
元数据
Slug autogen-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Autogen Skill 是什么?

Microsoft AutoGen - 多智能体协同框架,用于构建复杂游戏设计工作流. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 Autogen Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install autogen-skill」即可一键安装,无需额外配置。

Autogen Skill 是免费的吗?

是的,Autogen Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Autogen Skill 支持哪些平台?

Autogen Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Autogen Skill?

由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。

💬 留言讨论