ctx-cloud-setup
Installation
SKILL.md
Context Mode Cloud Setup
Interactive onboarding flow to connect this plugin to Context Mode Cloud.
Instructions
-
Check existing config — read
~/.context-mode/sync.jsonusing Bash:cat ~/.context-mode/sync.json 2>/dev/null || echo "NOT_FOUND"- If the file exists and contains a non-empty
api_token, inform the user that cloud sync is already configured and show the currentapi_urlandorganization_id(never reveal the token — show only the last 4 characters masked asctx_****abcd). - Ask if they want to reconfigure or keep the current settings. If they want to keep, stop here.
- If the file exists and contains a non-empty
-
Collect configuration — ask the user for three values, one at a time:
a) API URL
- Default:
https://api.context-mode.com - Tell the user: "Press Enter to use the default, or paste your self-hosted API URL."
- If the user says "default", use
https://api.context-mode.com.
- Default: