Skip to content

Instantly share code, notes, and snippets.

@mmarcus006
mmarcus006 / GUIDE.md
Last active February 26, 2026 19:55
OpenClaw Dashboard — User Guide (v1.0)

OpenClaw Dashboard — User Guide

Version 1.0 | February 26, 2026

The OpenClaw Dashboard is a local web UI for monitoring and managing your OpenClaw agent fleet. It gives you visibility into every agent's status, sessions, files, configuration, and gateway — all from your browser.

Table of Contents

  1. Getting Started
  2. Dashboard — Fleet Overview
  3. Agents — Browse & Filter
@mmarcus006
mmarcus006 / AGENTS.md
Created February 20, 2026 02:44
Affiliate Publisher Pipeline — Full SOP, 8 Checklists, Agent Roster, Glossary (Feb 2026)

Agent Team — Affiliate Ops

Company Org Chart

                        👤 Miller (Owner / CEO)
                                  |
                           📡 Publisher
                        (Managing Editor / COO)
 |
@mmarcus006
mmarcus006 / multi-agent-research.md
Created February 19, 2026 23:37
Multi-Agent Architectures in OpenClaw — Research Compendium (Feb 2026)

Multi-Agent Architectures in OpenClaw — Research Compendium

Compiled: 2026-02-19 | Source: OpenClaw docs, GitHub repos, community projects


Executive Summary

The OpenClaw community has converged on 5 major multi-agent architecture patterns, each with different tradeoffs. This document catalogs them all — from the official primitives to the most advanced community implementations — so we can cherry-pick the best ideas for our publisher pipeline.


@mmarcus006
mmarcus006 / SKILL.md
Created January 29, 2026 01:48 — forked from kieranklaassen/SKILL.md
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name orchestrating-swarms
description Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.