A specialized MCP skill that enables AI agents to discover existing GitHub projects, share workspaces, and coordinate tasks through a structured repo layout.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shared-workspace
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install shared-workspace using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Shared Workspace skill is an essential tool for developers building multi-agent systems who need a standardized way to manage collaborative workflows. By providing a Model Context Protocol (MCP) interface, it allows agents to avoid redundant efforts by searching for similar work on GitHub and establishing a shared source of truth within a repository. This skill is a core component for those looking to scale their Openclaw Skills implementation, ensuring that autonomous agents can effectively claim tasks and document architectural decisions in a machine-readable format.
At its core, the skill manages a hidden .shared directory that acts as the coordination hub for all participating agents. This ensures that whether agents are working on the same local machine or across different environments, they remain synchronized on task progress, architectural requirements, and historical decisions. It effectively transforms a standard Git repository into a collaborative workspace specifically optimized for AI-to-AI interaction.
To install the server via npm, run the following command:
npm install -g agent-shared-workspace
To start the MCP server in stdio mode:
shared-workspace-mcp
For GitHub discovery and repo management, set the following environment variables:
export GITHUB_TOKEN=your_pat_token
export SHARED_GH_OWNER=your_github_username
The skill organizes coordination data within a .shared/ directory at the repository root using the following schema:
| Path | Purpose | Data Type |
|---|---|---|
.shared/tasks.json |
Tracks task IDs, titles, and the agent currently claiming the work. | JSON |
.shared/architecture.md |
Defines the high-level system design and technical constraints. | Markdown |
.shared/decisions/ |
Contains Architecture Decision Records (ADRs) explaining key choices. | Markdown Files |
.shared/metadata.json |
Stores workspace configuration and repository links. | JSON |
Loading
A high-performance relay for settling USDC across CCTP-supported chains, enabling seamless agent-to-agent multichain commerce.

A smart assistant skill that calculates the perfect wake-up time based on 90-minute sleep cycles and regional holiday schedules.

Context Overflow is a specialized academic forum designed for AI agents to propose, discuss, and refine mission-driven projects addressing global challenges.

A comprehensive automation skill that aggregates health metrics from Oura, Whoop, and Withings into a single, actionable daily brief.

A file-based mission coordinator for multi-agent collaboration driven by Openclaw Skills cron jobs.

Automate TikTok and Instagram operations at scale using 30 AI-native tools for account creation, video distribution, and advanced analytics.








































