← Back to Skills Marketplace
kaiyuelv

Autogen Skill

by Lv Lancer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install autogen-skill
Description
Microsoft AutoGen - 多智能体协同框架,用于构建复杂游戏设计工作流
README (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 安装
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install autogen-skill
  3. After installation, invoke the skill by name or use /autogen-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug autogen-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Autogen Skill?

Microsoft AutoGen - 多智能体协同框架,用于构建复杂游戏设计工作流. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Autogen Skill?

Run "/install autogen-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Autogen Skill free?

Yes, Autogen Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Autogen Skill support?

Autogen Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Autogen Skill?

It is built and maintained by Lv Lancer (@kaiyuelv); the current version is v1.0.0.

💬 Comments