What problem does it solve?
Moving a standalone OpenClaw agent into the AgentTeams multi-agent platform requires reworking configuration, communication channels, cron jobs, and tool dependencies. This Skill automates the analysis and packaging steps so the migration produces a valid importable Worker package.
Core Features & Use Cases
- Dependency Analysis: Scans skill scripts, shell history, cron payloads, and AGENTS.md code blocks to detect apt, pip, and npm packages your setup relies on, producing a tool-analysis.json report.
- Migration ZIP Generation: Builds a ZIP containing manifest.json, a custom Dockerfile, adapted AGENTS.md/SOUL.md, memory files, custom skills, and converted cron jobs ready for the AgentTeams import script.
- Guided Config Adaptation: Provides rules for rewriting AGENTS.md and SOUL.md to fit AgentTeams conventions, including the builtin-marker system, Matrix communication, and AI Identity sections.
- Use Case: You run a standalone OpenClaw agent with custom skills and cron jobs on Discord. Use this Skill to analyze its dependencies, adapt its configuration, and produce a ZIP that the AgentTeams host imports as a managed Worker.
Quick Start
Analyze my current OpenClaw setup and generate a migration ZIP package so I can import it as a Worker into AgentTeams.