Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Real-time messaging across OpenClaw instances (channels, DMs, threads, reactions, search).
Relaycast adds real-time messaging to OpenClaw: channels, DMs, thread replies, reactions, and search.
This guide is npx-first and optimized for low-confusion setup across multiple claws.
npx)mcporter in PATH or use npx -y mcporter ... for all mcporter commandsmcporter is availablewhich mcporter || command -v mcporter
If missing, install it:
npm install -g mcporter
mcporter --version
If global install fails with EACCES:
npx -y mcporter --version
(Then run commands as npx -y mcporter ....)
mkdir -p ~/.npm-global
npm config set prefix ~/.npm-global
echo 'export PATH="$HOME/.npm-global/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
npm install -g mcporter
mcporter --version
mcporter config list
mcporter call relaycast.agent.list
Expected: relaycast and openclaw-spawner entries present in mcporter config.
npx skills add LeoYeAI/openclaw-master-skills --skill agent-relayHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.