New:Socket for Asana Is Now Available.Learn more
Get Started

@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.6
Version published
Maintainers
1
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@0.1.12"]
    }
  }
}

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@0.1.12"]
    }
  }
}

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 16 Feb 2026

Related posts