ctx-cloud-setup

Configure Context Mode Cloud with API URL, token, and organization ID.

19.7k|1.4k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/mksglu/context-mode --skill ctx-cloud-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-cloud-setup
Source: https://github.com/mksglu/context-mode/tree/main/skills/ctx-cloud-setup
Command: npx skills add https://github.com/mksglu/context-mode --skill ctx-cloud-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of connecting your local context-mode installation to the Context Mode Cloud service, ensuring seamless data synchronization and access to cloud-based features.

Core Features & Use Cases

  • Guided Configuration: Interactively prompts for and validates API URL, token, and organization ID.
  • Secure Storage: Saves sensitive configuration details to ~/.context-mode/sync.json with appropriate file permissions.
  • Connection Testing: Verifies the connection to Context Mode Cloud using a health check endpoint.
  • Use Case: New users can quickly set up cloud synchronization for their context-mode instance without needing to manually edit configuration files or understand API authentication.

Quick Start

Run the command /context-mode:ctx-cloud-setup to begin the cloud setup process.

Frequently Asked Questions about ctx-cloud-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Context Mode Cloud synchronization for my local instance?

Configuring Context Mode Cloud sync requires your API URL, token, and organization ID. The setup process saves these credentials to ~/.context-mode/sync.json and automatically tests the connection using a health check endpoint.

What do I need to connect to Context Mode Cloud?

Connecting to Context Mode Cloud requires a valid API URL, authentication token, and organization ID. The guided setup validates these inputs before securely storing them in the local configuration file.

Where are Context Mode Cloud API credentials stored locally?

Context Mode Cloud API credentials are stored securely in the ~/.context-mode/sync.json file. The setup process ensures this configuration file has appropriate permissions to protect your sensitive token and organization ID.

How can I test if my Context Mode Cloud connection is working?

Testing your Context Mode Cloud connection happens automatically during setup via a cURL health check to the API endpoint. This verifies that your saved URL, token, and organization ID are valid and reachable.

Can I reconfigure my Context Mode Cloud connection if it already exists?

Reconfiguring an existing Context Mode Cloud connection is supported. If a configuration is already present, the setup process detects it and offers options to update your API URL, token, or organization ID.

Why is my Context Mode Cloud sync setup not working?

Context Mode Cloud sync setup may fail if the API URL, token, or organization ID are incorrect. The included connection health check helps identify if the configuration details are invalid or the API endpoint is unreachable.