🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ulinkly/setup

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ulinkly/setup

Set up ULink deep linking with your AI coding assistant (Claude Code, Cursor, Antigravity)

Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
1
-93.75%
Maintainers
1
Weekly downloads
 
Created
Source

Set up ULink deep linking with one command using Claude Code, Cursor, or Antigravity.

Quick Start

npx @ulinkly/setup

This detects your AI coding tools and configures the ULink MCP server + onboarding skill automatically. Then open your AI assistant in your project and ask it to "setup ulink".

Manual Setup

Claude Code

# Install the plugin (includes MCP server + onboarding skill)
claude plugin marketplace add FlywheelStudio/ulink-ai-setup
claude plugin install ulink-onboarding@ulink

Restart Claude Code, then run /setup-ulink in your project.

Cursor

1. Add MCP server — add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "ulink": {
      "command": "npx",
      "args": ["-y", "@ulinkly/mcp-server@latest"]
    }
  }
}

2. Install skill — copy skills/setup-ulink/ to ~/.cursor/skills/setup-ulink/.

Restart Cursor, then ask the agent: "setup ulink".

Antigravity

1. Add MCP server — add to ~/.gemini/antigravity/mcp_config.json:

{
  "mcpServers": {
    "ulink": {
      "command": "npx",
      "args": ["-y", "@ulinkly/mcp-server@latest"]
    }
  }
}

2. Install skill — copy skills/setup-ulink/ to ~/.gemini/antigravity/skills/setup-ulink/.

Restart Antigravity, then ask the agent: "setup ulink".

What the AI Does

  • Detect project — scans your directory to identify Flutter, iOS, or Android
  • Connect to ULink — authenticates via MCP and connects to your ULink project
  • Select domain — pick an existing domain or create a new one
  • Configure platforms — sets up Associated Domains (iOS), App Links (Android), or both (Flutter)
  • Edit local files — proposes changes and applies them only after your approval
  • Verify — runs the ULink CLI to validate your deep link configuration
  • Summarize — shows everything that was configured and next steps

The AI uses the CLI for verification. Install it with:

curl -fsSL https://ulink.ly/install.sh | bash

Supported Platforms

  • Flutter
  • Native iOS
  • Native Android

License

MIT

Keywords

ulink

FAQs

Package last updated on 15 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts