Skip to content
LinkdashLinkdash
Esc
navigateopen⌘Jpreview
On this page

Quickstart

Drop the skill into your agent, put the CLI on the machine, create an account from the terminal, then make a link.

Four commands. After that the next command is the link you actually needed.

Add the skill

Teach Cursor, Claude Code, or Codex how Linkdash works.

npx skills add https://linkdash.dev/skills/linkdash/SKILL.md

Details: Agent skill.

Put the CLI on the machine

One binary on any machine with Node.

npm i -g linkdash-cli
pnpm add -g linkdash-cli
bun add -g linkdash-cli
npx linkdash-cli@latest

Create an account from the terminal

Opens sign-up, then you approve this terminal on /device. Already signed up? Use linkdash auth login instead.

linkdash auth create

Create a link

A URL, a file, or a snippet. Live before the command returns.

linkdash links create --url https://example.com

Successful commands print JSON on stdout. Help and errors are plain text. There is no --json flag. Create takes exactly one of --url, --file, or --text.

linkdash links create --file ./deck.pdf --expires 7d
linkdash links create --text "release checklist" --tag launch

Then read it back, call the HTTP API, connect MCP, or open the dashboard.

Was this page helpful?