By openonion
Connect AI coding agents to remote ConnectOnion agents for task delegation and multi-agent collaboration
Use when the user wants to review or accept incoming subscription requests for their published bundle. Triggers on phrases like "accept subscribers", "who's trying to follow me", "review subscription requests", "approve oo subscriptions".
Use when the user wants to start, scaffold, or create their `oo` publishable identity. Triggers on phrases like "init my agent", "set up oo", "make my Claude/Codex setup publishable", "create agent.json", "start a new oo bundle".
Use when the user wants to publish, share, ship, or release their agent so others can subscribe. Triggers on phrases like "publish my agent", "share my skills", "ship my agent", "announce my agent", "make my setup subscribable".
Use when the user wants to subscribe, follow, or install someone else's published agent bundle. Triggers on phrases like "subscribe to alice", "follow @bob", "install alice's skills", "add 0x... as a subscription".
This skill is the front door for everything `oo`. Its job is to detect what the user wants and either **route to the right sub-skill** or **handle the connect flow inline**.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The agent networking skill for ConnectOnion — connect your AI coding agent to any remote agent
📚 Documentation • 💬 Discord • ⭐ Star ConnectOnion • 🧅 Chat UI
oois the official companion skill for the ConnectOnion framework. Install it in your AI coding agent, then talk to any remote ConnectOnion agent through natural language — delegate tasks, collaborate across agents, get results back.
You: /oo 0x3d4017c3e843895a92b70aa74d1b7ebc9c982... translate this doc to English
Agent: Connecting to remote agent...
CO_METHOD: direct
[Returns translated document]
pip install connectonionco init in your project or home directoryOne-liner (recommended) — installs into every detected agent:
curl -fsSL agent.openonion.ai/install | sh
(Or pipe to python3 - if you'd rather skip the shell shim and run install.py directly. Works on macOS, Linux, Windows — needs python3 + git.)
The installer clones this repo to ~/.connectonion/bundles/oo, then drops the bundled skills into whichever coding agents are present:
~/.claude/plugins/oo/ (whole bundle as a plugin, auto-namespaced)~/.codex/skills/oo-<skill>/ (symlinks per skill)~/.openclaw/skills/oo-<skill>/ (symlinks per skill)~/.cursor/rules/oo-<skill>.mdc (frontmatter converted)~/.kiro/steering/oo-<skill>.md (plain copies)To uninstall: curl -fsSL agent.openonion.ai/install | sh -s -- --uninstall
There is no oo CLI to install — everything is a SKILL.md. Your coding agent runs the skill; the skill calls the connectonion Python library directly. The bundle ships with five skills:
oo — connect to a remote agent and delegate a task (/oo 0x... <task>).oo-init — scaffold a new bundle (agent.json + skill dirs).oo-publish — sign agent.json and ANNOUNCE it over the relay.oo-subscribe — request a follow + mirror a publisher's bundle.oo-accept — review and accept incoming subscription requests.Manual install per tool — if you'd rather not run the installer, copy skills/<name>/SKILL.md directly into your agent's skill directory. Claude Code, Codex, and OpenClaw all read the canonical SKILL.md format. Cursor and Kiro need format conversion — see install.py for the exact transformation.
npx claudepluginhub openonion/oo --plugin ooComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams