ctx-cloud-setup

Installation
SKILL.md

Context Mode Cloud Setup

Interactive onboarding flow to connect this plugin to Context Mode Cloud.

Instructions

  1. Check existing config — read ~/.context-mode/sync.json using 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 current api_url and organization_id (never reveal the token — show only the last 4 characters masked as ctx_****abcd).
    • Ask if they want to reconfigure or keep the current settings. If they want to keep, stop here.
  2. 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.
Installs
23
GitHub Stars
16.7K
First Seen
Mar 10, 2026
ctx-cloud-setup — mksglu/context-mode