altimate-setup

Installation
SKILL.md

Altimate Setup

Guide the user through configuring their Altimate platform credentials.

Steps

  1. Check existing config: Read ~/.altimate/altimate.json. If it exists and is valid, show the current config (mask the API key) and ask if they want to update it.

  2. Gather credentials: Ask the user for:

    • Altimate URL (default: https://api.myaltimate.com)
    • Instance name (their tenant/org name, e.g. megatenant)
    • API key (from Altimate platform settings)
    • MCP server URL (optional, default: https://mcpserver.getaltimate.com/sse)
  3. Write config: Create ~/.altimate/ directory if needed, then write ~/.altimate/altimate.json:

    {
      "altimateUrl": "<url>",
      "altimateInstanceName": "<instance>",
    
Related skills
Installs
1
GitHub Stars
555
First Seen
Apr 21, 2026