Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

cursor-install-authCursor install auth 搜索

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

682

周安装

29

GitHub Stars

2,104

下载量

239
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cursor-install-auth(Cursor install auth 搜索)
来源仓库:https://github.com/jeremylongshore/claude-code-plugins-plus-skills
仓库路径:skills/cursor-install-auth
安装命令:
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-install-auth
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-install-auth

简介

该技能指导在不同平台安装 Cursor IDE 并完成账户认证,涵盖 macOS、Linux 和 Windows 系统。

  • 适用于新用户使用 Homebrew、AppImage 或直接下载等方式完成软件部署。
  • 提供首次启动的系统权限设置指引和订阅计划激活说明。
  • 涉及企业环境时需注意 SSO 配置和域验证要求,确保符合组织安全策略。
  • cursor-install-auth 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Cursor Install & Auth

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

Installation

macOS

# 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

# 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:

# Add to ~/.bashrc or ~/.zshrc
alias cursor='/path/to/cursor.AppImage'

Windows

Download installer from 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

  1. Browser opens for OAuth flow
  2. Approve the authorization
  3. Return to Cursor -- it detects the auth automatically

Plan Activation

After sign-in, your plan is automatically active:

PlanPriceIncludes
Free$0/mo50 slow premium requests/month, Tab completions (limited)
Pro$20/mo500 fast premium requests/month, unlimited Tab, all models
Business$40/user/moPro features + Privacy Mode enforced, SSO, admin dashboard
EnterpriseCustomBusiness + SCIM, SLA, dedicated support

Upgrade at: 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

PlatformSettings Path
macOS~/Library/Application Support/Cursor/User/settings.json
Linux~/.config/Cursor/User/settings.json
Windows%APPDATA%\Cursor\User\settings.json

Troubleshooting

IssueFix
Sign-in loop (browser redirects back)Clear browser cookies for cursor.com, try incognito
"License not found" after paymentSign out and sign back in; check email matches
Extensions missing after migrationSearch Open VSX Registry; install via VSIX if needed
Cursor opens as blank window (Linux)Try --disable-gpu flag: cursor --disable-gpu
Auto-update failsDownload 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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.07%
按下载量换算79

Claude

27.37%
按下载量换算65

Cursor

20.03%
按下载量换算48

Gemini CLI

9.74%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills