create-dovetail-doc

Installation
SKILL.md

Create a Dovetail doc (dt doc)

Creates a doc in your Dovetail workspace from a local markdown file or a plain title. The new doc opens in your browser when created.

Prerequisites

  1. dt is installed — if not, run npm install -g @heydovetail/dt
  2. Workspace is configured — if not, run dt init
  3. DOVETAIL_API_KEY is set (from workspace Settings > API)

Usage

dt doc <file.md | title words...> [flags]
  • If the argument is an existing file, its contents become the doc body and the title is taken from the first # heading (or the filename).
  • If the argument is not a file, all words are joined as the doc title and an empty doc is created.
Installs
2
Repository
dovetail/skills
First Seen
Apr 12, 2026
create-dovetail-doc — dovetail/skills