Agent skill · Backend & API

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.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
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.

Facts
Files in the skill folder: 15
SKILL.md size: 6 KB
Bundled scripts: none
Path: vendored/openserv/openserv-multi-agent-workflows/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Start
  2. Workflow Name & Goal
  3. Core Concepts
  4. Workflows
  5. Task Dependencies
  6. Workflow Graph
  7. Agent Discovery
  8. Edge Design Best Practices
  9. Bad Pattern - Everything Connected to Everything
  10. Good Patterns
  11. Guidelines for Clean Workflows
  12. Before Adding an Edge, Ask:
  13. Updating This Skill
  14. Related Skills
Ships with 14 files
  • LICENSE
  • examples/blog-pipeline.md
  • examples/content-creation-pipeline.md
  • examples/crypto-alpha-pipeline.md
  • examples/life-coaching-pipeline.md
  • examples/paid-image-pipeline.md
  • examples/podcast-production-line.md
  • examples/polymarket-intelligence.md
  • examples/social-media-pipeline.md
  • examples/tokenomics-design-pipeline.md
  • examples/video-content-factory.md
  • examples/youtube-to-blog-pipeline.md
  • reference.md
  • troubleshooting.md
Commands it runs
Check if updates are available
npx skills check
Update all installed skills to latest versions
npx skills update
npx skills add openserv-labs/skills
More from internet-court-skill
All skills →
About this skill
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.

Keep going