cloclo
Multi-agent coding runtime with shared memory and skills
All Skills in This Repository (15)
Pure Emerald Level Indicatorscommit
Generate conventional git commit messages from staged and unstaged code changes.
file-reading
Routes uploaded files to type-specific readers based on file extension and loads minimal content for analysis.
xlsx
Create, edit, format, and clean .xlsx, .xlsm, .csv, and .tsv spreadsheet files.
Extract text and tables from PDFs and fill forms.
skill-creator
Create, test, and optimize custom AI skills with standardized workflows.
pptx
Create, edit, and extract content from PowerPoint .pptx files.
review-pr
Review pull request changes and report bugs, vulnerabilities, and merge verdicts.
chatgpt-search
Extract ChatGPT conversation text, hydration JSON, and SSE streams via Chrome CDP.
frontend-design
Generate distinctive frontend interfaces with intentional typography and cohesive color themes.
browse
Automate visual feedback-driven browser interactions for navigation, form filling, and UI verification.
simplify
Remove dead code and unnecessary abstractions from software codebases.
product-self-knowledge
Verify Anthropic product details against official documentation and support pages.
Frequently Asked Questions
FAQPage SchemaHow to install cloclo?▼
Run `npx skills add SeifBenayed/cloclo --all -g -y` in your terminal to install all skills in this suite globally.
What is cloclo used for?▼
Cloclo is a multi-agent runtime that lets coding agents share tools, memory, and skills while running on 13 different model providers. It handles tasks like code review, debugging, browser automation, and document creation.
Which AI models does cloclo support?▼
It works with Anthropic, OpenAI, Google Gemini, DeepSeek, Mistral, Groq, and local providers like Ollama, LM Studio, and llama.cpp, all behind one unified contract.
Can cloclo create documents and spreadsheets?▼
Yes. Built-in skills create and edit Word documents, Excel spreadsheets, PowerPoint decks, and PDFs, including form filling, merging, and text extraction.
Does cloclo work with Claude Code and other agents?▼
Yes. Any agent that can run a shell command can delegate tasks to cloclo over NDJSON, and its skills follow the universal SKILL.md standard.
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