openonionopenonionOfficial·3 Agent Skills Included

connectonion

Build, debug, and deploy production-ready AI agents in Python

Builds working AI agents from plain Python functions, with automatic tool conversion, multi-model support, and one-command project scaffolding. Removes the need to hand-write API backends, frontends, tool schemas, or permission logic before an agent can run. Ships built-in browser automation, email, debugging, trust verification, and deployment commands so agents go from local script to production faster.
npx skills add openonion/connectonion --all -g -y
Available:

Tells the AI agent how the ConnectOnion framework is structured — its agent loop, tool system, events, trust levels, and CLI commands — so it can write, test, and debug agent code correctly.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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