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.mdDetails: Agent skill.
Put the CLI on the machine
One binary on any machine with Node.
npm i -g linkdash-clipnpm add -g linkdash-clibun add -g linkdash-clinpx linkdash-cli@latestCreate 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 createCreate a link
A URL, a file, or a snippet. Live before the command returns.
linkdash links create --url https://example.comSuccessful 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.
Other first links
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.

