evolve
Run coding agents in secure cloud sandboxes at scale
All Skills in This Repository (39)
Pure Emerald Level Indicatorscontent-research-writer
Structure research, add citations, and refine drafts while preserving author voice.
tailored-resume-generator
Map resume experience to job description requirements and generate ATS-friendly documents.
agent-browser
Automate browser navigation, form filling, screenshots, and data extraction via CLI.
template-skill
Create a Claude skill skeleton with frontmatter and Markdown instructions.
youtube-downloader
Download YouTube videos with customizable quality and format settings.
evolve-orchestrator
Orchestrate multi-agent workflows for batch processing and synthesis.
theme-factory
Apply preset or custom themes from themes/*.md files to artifacts.
raffle-winner-picker
Draw cryptographically random winners from CSV, Excel, Google Sheets, or lists.
skill-share
Automate creation, validation, packaging, and Slack sharing of Claude skills.
developer-growth-analysis
Analyzes Claude Code chat history to generate a growth report with prioritized actions and Slack delivery.
web-design-guidelines
Audit UI code for Web Interface Guidelines compliance and output findings in file:line format.
domain-name-brainstormer
Generate domain name ideas and verify availability across multiple TLDs.
Frequently Asked Questions
FAQPage SchemaHow to install Evolve?โผ
Run `npx skills add evolving-machines-lab/evolve --all -g -y` in your terminal to install all skills in this suite globally.
What does Evolve do?โผ
Evolve runs coding agents like Claude Code, Codex, and Gemini inside secure cloud sandboxes with terminal, browser, and file access. It adds checkpointing, persistent storage, and an observability dashboard so you can monitor and restore every run.
Which sandbox providers does Evolve support?โผ
Evolve works with E2B, Modal, and Daytona out of the box. It auto-detects the right provider from your environment variables, so no manual configuration is needed.
Can I run many agents in parallel with Evolve?โผ
Yes. The Swarm API provides map, filter, reduce, bestOf, and verify operations for massively parallel workloads, and the Pipeline API lets you chain steps together fluently.
Does Evolve work with Python and TypeScript?โผ
Yes. Evolve ships a primary TypeScript SDK and a Python SDK that bridges to it, both with the same features for running, streaming, and monitoring sandboxed agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core