connectonion
Build, debug, and deploy production-ready AI agents in Python
All Skills in This Repository (3)
Pure Emerald Level Indicatorscommit
Create formatted git commits for staged changes with safety rules.
review-pr
Review GitHub pull requests for code quality and conventions.
ship-feature
Automate end-to-end feature releases from code changes to PyPI.
Frequently Asked Questions
FAQPage SchemaHow to install ConnectOnion?▼
Run `npx skills add openonion/connectonion --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with ConnectOnion?▼
You can build AI agents that use tools, browse the web, send email, and collaborate with other agents. Plain Python functions become agent tools automatically, with no schema writing required.
Does ConnectOnion work with Claude Code skills?▼
Yes. It auto-discovers skills from `.claude/skills/` with no conversion needed, alongside its own project, user, and built-in skill levels.
Which AI models does ConnectOnion support?▼
It supports OpenAI, Anthropic, and Gemini models through one unified interface, plus managed `co/*` models that need no separate API keys.
Can I deploy an agent without building a backend?▼
Yes. The `co deploy` command ships your agent directly, and a ready-made chat frontend is included, so you only write the prompt and tools.
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