ctx-cloud-status

Installation
SKILL.md

Context Mode Cloud Status

Display the current cloud sync configuration, connection health, and event statistics.

Instructions

  1. Read sync config using Bash:

    cat ~/.context-mode/sync.json 2>/dev/null || echo "NOT_CONFIGURED"
    
  2. If not configured (file missing or empty), display:

    ## context-mode cloud status
    - [ ] Cloud sync: NOT CONFIGURED
    
    Run `/ctx-cloud-setup` to connect to Context Mode Cloud.
    

    Stop here.

Installs
8
GitHub Stars
16.7K
First Seen
Mar 11, 2026
ctx-cloud-status — mksglu/claude-context-mode