
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@ulinkly/setup
Advanced tools
Set up ULink deep linking with your AI coding assistant (Claude Code, Cursor, Antigravity)
One-command AI-assisted setup for ULink deep linking. Works with Claude Code, Cursor, Codex, OpenCode, and 50+ other AI coding tools.
npx skills add https://ulink.ly
Installs the ULink onboarding skill via the open agent-skills CLI. Then open your AI assistant in your project directory and ask it to "setup ulink" — the agent walks you through detecting your platform, connecting to your ULink project, configuring dashboard settings, editing local files, and verifying deep links.
Heads up — keep the
https://. The agent-skills CLI parses bare hostnames as GitHub shorthand.npx skills add ulink.lywill fail with a clone error;npx skills add https://ulink.lytriggers the well-known endpoint correctly.
npx skills add FlywheelStudio/ulink-ai-setup
Same skill, fetched from this repo directly. Useful if you want to pin to a specific commit.
npx @ulinkly/setup
Older one-liner with narrower agent support. Prefer npx skills add https://ulink.ly above for the broader agent-skills ecosystem.
The skills/setup-ulink/SKILL.md file is a standard agent-skills SKILL.md — copy it into your agent's skills directory, and add the ULink MCP server to that agent's MCP config:
{
"mcpServers": {
"ulink": {
"command": "npx",
"args": ["-y", "@ulinkly/mcp-server@0.1.17"]
}
}
}
Common MCP config locations:
~/.claude.json (or per-project .mcp.json)~/.cursor/mcp.json~/.gemini/antigravity/mcp_config.jsonRestart the agent after editing, then ask: "setup ulink".
claude plugin marketplace add FlywheelStudio/ulink-ai-setup
claude plugin install ulink-onboarding@ulink
Then run /setup-ulink in your project. Equivalent to the one-liner above for Claude Code users.
| Channel | Install command |
|---|---|
ulink.ly well-known endpoint | npx skills add https://ulink.ly |
| GitHub | npx skills add FlywheelStudio/ulink-ai-setup |
| npm | npx @ulinkly/setup (legacy installer) |
| Claude Code marketplace | claude plugin install ulink-onboarding@ulink |
The skill uses the ULink CLI for verification. If not installed, the skill will offer to install it for you:
curl -fsSL https://ulink.ly/install.sh | bash
pubspec.yaml, configures iOS + Androidpackage.json + app.json, configures iOS + Android (Expo config plugin or manual native setup)MIT
FAQs
Set up ULink deep linking with your AI coding assistant (Claude Code, Cursor, Antigravity)
We found that @ulinkly/setup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.