Loading...
Loading...
Show current Context Mode Cloud sync status. Displays connection health, sync config, and event statistics. Trigger: /context-mode:ctx-cloud-status
npx skill4agent add mksglu/context-mode ctx-cloud-statuscat ~/.context-mode/sync.json 2>/dev/null || echo "NOT_CONFIGURED"## context-mode cloud status
- [ ] Cloud sync: NOT CONFIGURED
Run `/ctx-cloud-setup` to connect to Context Mode Cloud.ctx_****<last4>curl -sf -o /dev/null -w "%{http_code}" \
-H "Authorization: Bearer <API_TOKEN>" \
"<API_URL>/api/health"cat ~/.context-mode/sync-stats.json 2>/dev/null || echo "NO_STATS"events_sentlast_sync_aterrors_countlast_error## context-mode cloud status
### Connection
- [x] Cloud sync: ENABLED
- [x] API URL: https://api.context-mode.com
- [x] API Token: ctx_****abcd
- [x] Organization: org_abc123
- [x] Health check: PASS (200 OK)
### Sync Settings
- Batch size: 50
- Flush interval: 30s
### Statistics
- Events sent: 1,247
- Last sync: 2 minutes ago
- Errors: 0[x][ ][-]enabledfalse- [-] Cloud sync: DISABLED (config exists but sync is turned off)- [ ] Health check: FAIL (<http_code> or connection error)### Statistics
- No sync data yet. Events will appear after the next Claude Code session.- [-] Errors: 3 (last: "Sync failed: 401 Unauthorized")/ctx-cloud-setupenabled: true~/.context-mode/sync.json