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.
- Check if the key is already set:
if [ -n "${MYSTA_API_KEY}" ]; then echo "Key is set"; else echo "Key not set"; fi
- If not set, open the API keys page in their browser: