openserv-multi-agent-workflows
Multi-agent workflow examples to work together on the OpenServ Platform. Covers agent discovery, multi-agent workspaces, task dependencies, and workflow orchestration using the Platform Client. Read reference.md for the full API reference. Read openserv-agent-sdk and openserv-client for building and running agents.
npx skills add internet-court/internet-court-skill --skill openserv-multi-agent-workflows --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Multi-Agent Workflows on OpenServ Build workflows where multiple AI agents collaborate to complete complex tasks. **Reference files:** - `reference.md` - Workflow patterns, declarative sync, triggers, monitoring - `troubleshooting.md` - Common issues and solutions - `examples/` - Complete pipeline examples (blog, youtube-to-blog, etc.) --- ## Quick Start See `examples/` for complete runnable examples: - `blog-pipeline.md` - Simple 2-agent workflow (research → write) - `content-creation-pipeline.md` - 3-agent workflow (research → write → image) - `life-coaching-pipeline.md` - Complex 6-agent workflow with comprehensive input schema **Recommended pattern using `workflows.sync()`:** 1. Authenticate with `client.authenticate()` 2. Find agents with `client.agents.listMarketplace()` 3. Create workflow with `client.workflows.create()` including: - Triggers - Tasks - **Edges** (⚠️ CRITICAL - connects triggers and tasks together) **⚠️ CRITICAL:** Always define edges when creating workflows. Setting task `dependencies` is NOT enough - you must create workflow edges to actually connect triggers to tasks and tasks to each other. --- ## Workflow Name & Goal When creating workflows (via `workf
- Quick Start
- Workflow Name & Goal
- Core Concepts
- Workflows
- Task Dependencies
- Workflow Graph
- Agent Discovery
- Edge Design Best Practices
- Bad Pattern - Everything Connected to Everything
- Good Patterns
- Guidelines for Clean Workflows
- Before Adding an Edge, Ask:
- Updating This Skill
- Related Skills
Check if updates are available npx skills check Update all installed skills to latest versions npx skills update npx skills add openserv-labs/skills
What does the openserv-multi-agent-workflows skill do?
Multi-agent workflow examples to work together on the OpenServ Platform. Covers agent discovery, multi-agent workspaces, task dependencies, and workflow orchestration using the Platform Client. Read reference.md for the full API reference. Read openserv-agent-sdk and openserv-client for building and running agents.
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill openserv-multi-agent-workflows --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.