ouro-ai-labsouro-ai-labsOfficialยท2 Agent Skills Included

ouro

Self-verifying coding agent with memory, swarm, and bot modes

Runs autonomous coding and task workflows from a terminal or chat bot with a unified agent core. Verifies its own answers, compresses long conversations into persistent memory, and splits complex jobs across parallel sub-agents. Eliminates manual re-prompting, lost context between sessions, and repetitive browser or shell work.
npx skills add ouro-ai-labs/ouro --all -g -y
Available:

Gives the agent a verification-first workflow, command discovery rules, permission boundaries, and pointers to scoped instruction files for each code layer.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’