BeClaude

openteam

New
GitHub TrendingGeneralby afumu

A Chrome extension for orchestrating local AI-agent team workflows across web AI services.

First seen 5/22/2026

Summary

The openteam skill enables Claude Code to orchestrate multi-agent workflows across web AI services via a Chrome extension.

  • It allows developers to coordinate local AI agents, manage task delegation, and streamline complex processes involving multiple AI tools.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/openteam.md

3
Invoke with @agent-name
@openteam

Use Cases

Coordinate a team of AI agents to research, draft, and review a technical report across different web AI services.
Automate a multi-step data pipeline where agents extract, transform, and load data from various sources.
Manage parallel tasks like code review, testing, and documentation generation using separate AI agents.
Orchestrate a customer support workflow where agents handle initial triage, escalation, and resolution.
Set up a continuous monitoring system where agents periodically check and report on system health metrics.
Create a collaborative writing workflow with agents for outlining, drafting, editing, and fact-checking.

Usage Examples

1

/openteam orchestrate a research team to gather information on climate change impacts and compile a summary report.

2

Use openteam to coordinate agents for a software release: one agent runs tests, another updates changelog, and a third deploys.

3

/openteam assign agents to monitor three different APIs and alert me if any response time exceeds 2 seconds.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is openteam?

The openteam skill enables Claude Code to orchestrate multi-agent workflows across web AI services via a Chrome extension. It allows developers to coordinate local AI agents, manage task delegation, and streamline complex processes involving multiple AI tools.

How to install openteam?

To install openteam: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/openteam.md. Finally, @openteam in Claude Code.

What is openteam best for?

openteam is a agent categorized under General. It is designed for: agent. Created by afumu.

What can I use openteam for?

openteam is useful for: Coordinate a team of AI agents to research, draft, and review a technical report across different web AI services.; Automate a multi-step data pipeline where agents extract, transform, and load data from various sources.; Manage parallel tasks like code review, testing, and documentation generation using separate AI agents.; Orchestrate a customer support workflow where agents handle initial triage, escalation, and resolution.; Set up a continuous monitoring system where agents periodically check and report on system health metrics.; Create a collaborative writing workflow with agents for outlining, drafting, editing, and fact-checking..