mysta-sync

Installation
SKILL.md

Mysta Skill Sync

Sync local OpenClaw skills to a remote NanoClaw agent on the Mysta platform via MCP (Model Context Protocol).

Authentication

The user needs a Mysta API key (starts with mysta_) stored in the MYSTA_API_KEY environment variable.

  1. Check if the key is already set:
if [ -n "${MYSTA_API_KEY}" ]; then echo "Key is set"; else echo "Key not set"; fi
  1. If not set, open the API keys page in their browser:
Installs
2
First Seen
Apr 23, 2026
mysta-sync from skills.volces.com