antigravity-swarm
Deploys autonomous sub-agents to perform tasks in the Antigravity IDE. Supports both manual dispatch and dynamic "Auto-Hiring" of agent teams.
Why use this skill?
Deploy autonomous sub-agents with Antigravity Swarm. Automate complex development projects, manage team missions, and streamline IDE workflows with this powerful OpenClaw skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xnagato/antigravity-swarmWhat This Skill Does
The antigravity-swarm skill is a powerful orchestration framework for OpenClaw that enables you to deploy autonomous sub-agents within your local development environment. By leveraging a centralized Manager (planner.py) and an Orchestrator (orchestrator.py), the skill can decompose complex high-level project goals into actionable tasks, assign them to sub-agents, and track their progress through a visual interface. It acts as a force multiplier for developers, allowing you to offload repetitive or multi-step tasks like test generation, refactoring, or documentation synthesis to background processes.
Installation
To integrate this skill into your OpenClaw environment, use the internal installer command:
clawhub install openclaw/skills/skills/0xnagato/antigravity-swarm
Use Cases
This skill is ideal for complex, multi-step development workflows. Use it when:
- You need to perform large-scale refactoring across multiple files where task separation prevents conflicts.
- You are building a new feature and require a diverse set of sub-agents to handle specific concerns (e.g., writing tests, updating READMEs, and implementing logic concurrently).
- You have parallelizable research tasks, such as analyzing a large directory structure and summarizing findings simultaneously.
Example Prompts
- "Use antigravity-swarm to build a Python-based Snake game. Let the agent team plan the structure and execute the file creation."
- "Dispatch a sub-agent to generate comprehensive unit tests for the current file I am working on."
- "Run a mission to scan this directory and create a markdown file summarizing all current technical debt in the project."
Tips & Limitations
- Safety First: The system utilizes a 'Plan Mode' by default. Always review the generated
subagents.yamlbefore proceeding to execution to prevent unintended file modifications. - Avoid Manual Editing: Never edit
task_plan.md,findings.md, orsubagents.yamlwhile the Orchestrator is actively running. This creates race conditions that can corrupt the agent mission status. - Visibility: Use the terminal TUI (
orchestrator.py) for the most comprehensive view of active sub-agent output. If running in an IDE Agent context, rely on JSON logs for real-time monitoring. - Resource Management: Since sub-agents are independent processes, ensure you do not spawn more agents than your local system resources can handle to avoid memory exhaustion.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xnagato-antigravity-swarm": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
orchestrator
Intelligent system orchestration for complex tasks using MCP and Pi Agent.
captcha-solver
Safe Captcha handling via Browser Agent or 2Captcha API.
skill-porter
Converts Claude Code skills to Gemini CLI extensions and vice versa. Use when the user wants to make a skill cross-platform compatible, port a skill between platforms, or create a universal extension that works on both Claude Code and Gemini CLI.
hustle
ZeroEx Hustle: Arbitrage Intelligence & Operations Engine. Manage vaults, payouts, and game automation monitoring.