cursor-install-auth

Install Cursor IDE and configure authentication across macOS, Linux, and Windows. Triggers on "install cursor", "setup cursor", "cursor authentication", "cursor login", "cursor license", "cursor download".

25 stars

Best use case

cursor-install-auth is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Install Cursor IDE and configure authentication across macOS, Linux, and Windows. Triggers on "install cursor", "setup cursor", "cursor authentication", "cursor login", "cursor license", "cursor download".

Teams using cursor-install-auth should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/cursor-install-auth/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/jeremylongshore/claude-code-plugins-plus-skills/cursor-install-auth/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/cursor-install-auth/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How cursor-install-auth Compares

Feature / Agentcursor-install-authStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Install Cursor IDE and configure authentication across macOS, Linux, and Windows. Triggers on "install cursor", "setup cursor", "cursor authentication", "cursor login", "cursor license", "cursor download".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Cursor Install & Auth

Install Cursor IDE and authenticate your account. Covers all platforms, plan activation, and VS Code migration.

## Installation

### macOS

```bash
# Option 1: Direct download
open https://cursor.com/download

# Option 2: Homebrew
brew install --cask cursor
```

After install, drag Cursor.app to Applications. First launch may require: System Settings > Privacy & Security > Allow.

### Linux

```bash
# Download AppImage
curl -fSL https://download.cursor.com/linux/appImage/x64 -o cursor.AppImage
chmod +x cursor.AppImage
./cursor.AppImage

# Or via .deb (Debian/Ubuntu)
curl -fSL https://download.cursor.com/linux/deb/x64 -o cursor.deb
sudo dpkg -i cursor.deb
```

Add to PATH for terminal launching:
```bash
# Add to ~/.bashrc or ~/.zshrc
alias cursor='/path/to/cursor.AppImage'
```

### Windows

Download installer from [cursor.com/download](https://cursor.com/download). Run the `.exe` installer. Cursor installs per-user (no admin required by default).

## Authentication

### First Launch Sign-In

1. Launch Cursor
2. Click **Sign In** in the welcome screen
3. Choose auth method:
   - **GitHub** (recommended for developers)
   - **Google**
   - **Email + password**
4. Browser opens for OAuth flow
5. Approve the authorization
6. Return to Cursor -- it detects the auth automatically

### Plan Activation

After sign-in, your plan is automatically active:

| Plan | Price | Includes |
|------|-------|----------|
| **Free** | $0/mo | 50 slow premium requests/month, Tab completions (limited) |
| **Pro** | $20/mo | 500 fast premium requests/month, unlimited Tab, all models |
| **Business** | $40/user/mo | Pro features + Privacy Mode enforced, SSO, admin dashboard |
| **Enterprise** | Custom | Business + SCIM, SLA, dedicated support |

Upgrade at: [cursor.com/settings](https://cursor.com/settings)

## VS Code Migration

On first launch, Cursor detects existing VS Code installations and offers one-click import:

### What Migrates Automatically

- **Settings**: `settings.json` preferences
- **Keybindings**: Custom keyboard shortcuts
- **Extensions**: Re-installs compatible extensions from Open VSX Registry
- **Themes**: Color themes and icon packs
- **Snippets**: User-defined code snippets

### What Does NOT Migrate

- **Microsoft-exclusive extensions**: GitHub Copilot, Live Share, Remote-SSH (MS marketplace only)
- **Extension state**: Login states, extension-specific databases
- **Workspace trust**: Need to re-trust workspaces

### Manual Extension Installation

For extensions not in Open VSX, install via `.vsix`:

1. Download `.vsix` from VS Code Marketplace website
2. In Cursor: `Cmd+Shift+P` > `Extensions: Install from VSIX...`
3. Select the downloaded file

## Post-Install Configuration Checklist

```
[ ] Sign in and verify plan (cursor.com/settings)
[ ] Import VS Code settings (if applicable)
[ ] Set default shell: Cursor Settings > Terminal > Default Profile
[ ] Configure privacy mode: Cursor Settings > General > Privacy Mode
[ ] Set default AI model: Cursor Settings > Models
[ ] Verify Tab completions work: type code, see ghost text
[ ] Verify Chat works: Cmd+L, ask a question
[ ] Install missing extensions from Open VSX
```

## Settings File Locations

| Platform | Settings Path |
|----------|--------------|
| macOS | `~/Library/Application Support/Cursor/User/settings.json` |
| Linux | `~/.config/Cursor/User/settings.json` |
| Windows | `%APPDATA%\Cursor\User\settings.json` |

## Troubleshooting

| Issue | Fix |
|-------|-----|
| Sign-in loop (browser redirects back) | Clear browser cookies for cursor.com, try incognito |
| "License not found" after payment | Sign out and sign back in; check email matches |
| Extensions missing after migration | Search Open VSX Registry; install via VSIX if needed |
| Cursor opens as blank window (Linux) | Try `--disable-gpu` flag: `cursor --disable-gpu` |
| Auto-update fails | Download latest installer from cursor.com/download |

## Enterprise Considerations

- **Domain verification**: Enterprise admins verify company domain before enabling team features
- **Managed deployment**: Distribute Cursor via MDM (macOS) or SCCM (Windows) with pre-configured settings
- **Offline install**: Download the installer package for distribution behind firewalls (auth still requires network)
- **SSO bypass**: First login can use email/password; SSO enforcement applied after team admin configures SAML

## Resources

- [Cursor Download](https://cursor.com/download)
- [VS Code Migration Guide](https://docs.cursor.com/configuration/migrations/vscode)
- [Pricing](https://cursor.com/pricing)
- [Account Settings](https://cursor.com/settings)

Related Skills

oauth2-flow-helper

25
from ComeOnOliver/skillshub

Oauth2 Flow Helper - Auto-activating skill for Security Fundamentals. Triggers on: oauth2 flow helper, oauth2 flow helper Part of the Security Fundamentals skill category.

oauth-client-setup

25
from ComeOnOliver/skillshub

Oauth Client Setup - Auto-activating skill for API Integration. Triggers on: oauth client setup, oauth client setup Part of the API Integration skill category.

oauth-callback-handler

25
from ComeOnOliver/skillshub

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.

installation-guide-creator

25
from ComeOnOliver/skillshub

Installation Guide Creator - Auto-activating skill for Technical Documentation. Triggers on: installation guide creator, installation guide creator Part of the Technical Documentation skill category.

exa-install-auth

25
from ComeOnOliver/skillshub

Install the exa-js SDK and configure API key authentication. Use when setting up a new Exa integration, configuring API keys, or initializing Exa in a Node.js/Python project. Trigger with phrases like "install exa", "setup exa", "exa auth", "configure exa API key", "exa-js".

evernote-install-auth

25
from ComeOnOliver/skillshub

Install and configure Evernote SDK and OAuth authentication. Use when setting up a new Evernote integration, configuring API keys, or initializing Evernote in your project. Trigger with phrases like "install evernote", "setup evernote", "evernote auth", "configure evernote API", "evernote oauth".

elevenlabs-install-auth

25
from ComeOnOliver/skillshub

Install and configure ElevenLabs SDK authentication for Node.js or Python. Use when setting up a new ElevenLabs project, configuring API keys, or initializing the elevenlabs npm/pip package. Trigger: "install elevenlabs", "setup elevenlabs", "elevenlabs auth", "configure elevenlabs API key", "elevenlabs credentials".

documenso-install-auth

25
from ComeOnOliver/skillshub

Install and configure Documenso SDK/API authentication. Use when setting up a new Documenso integration, configuring API keys, or initializing Documenso in your project. Trigger with phrases like "install documenso", "setup documenso", "documenso auth", "configure documenso API key".

deepgram-install-auth

25
from ComeOnOliver/skillshub

Install and configure Deepgram SDK authentication. Use when setting up a new Deepgram integration, configuring API keys, or initializing Deepgram in your project. Trigger: "install deepgram", "setup deepgram", "deepgram auth", "configure deepgram API key", "deepgram credentials".

databricks-install-auth

25
from ComeOnOliver/skillshub

Install and configure Databricks CLI and SDK authentication. Use when setting up a new Databricks integration, configuring tokens, or initializing Databricks in your project. Trigger with phrases like "install databricks", "setup databricks", "databricks auth", "configure databricks token", "databricks CLI".

customerio-install-auth

25
from ComeOnOliver/skillshub

Install and configure Customer.io SDK/CLI authentication. Use when setting up a new Customer.io integration, configuring API keys, or initializing Customer.io in your project. Trigger: "install customer.io", "setup customer.io", "customer.io auth", "configure customer.io API key", "customer.io credentials".

cursor-usage-analytics

25
from ComeOnOliver/skillshub

Track and analyze Cursor usage metrics via admin dashboard: requests, model usage, team productivity, and cost optimization. Triggers on "cursor analytics", "cursor usage", "cursor metrics", "cursor reporting", "cursor dashboard", "cursor ROI".