ouro
Self-verifying coding agent with memory, swarm, and bot modes
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Ouro?โผ
Run `npx skills add ouro-ai-labs/ouro --all -g -y` in your terminal to install all skills in this suite globally.
What does Ouro do?โผ
Ouro is an open-source agent that runs as a coding CLI or an IM bot for Lark, Slack, and WeChat. It executes tasks autonomously, verifies its own output, and remembers context across sessions.
How does Ouro verify its own work?โผ
Enable the Ralph loop with `--verify` to make the agent check its answer against the original task and re-enter the loop if the result is incomplete.
Can Ouro automate browser tasks?โผ
Yes. The bundled agent-browser skill navigates pages, fills forms, takes screenshots, and extracts data, with session persistence and anti-detection options.
Does Ouro support multiple agents working in parallel?โผ
Yes. Enable Agent Swarm with `ENABLE_AGENT_SWARM=true` to decompose complex tasks into a persistent task store that multiple agents claim and execute in parallel.
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