DumpHelp

Use Dump with ChatGPT, Claude, and other AI assistants

Dump is a shared context board for links, notes, and checklists that humans and AI agents can both use.

Ways to add context

Right-click the canvas

Add text notes, links, or checklists at the cursor position.

Paste

Paste any URL or text onto the canvas. URLs automatically become link cards with metadata.

Drag and drop

Drag links from your browser or text files from your desktop directly onto the board.

Toolbar

Use the toolbar buttons at the bottom of the canvas to add items at the center of your view.

Sharing your board

Click the share button in the board header to set your board's visibility and copy the share link.

  • Private — only you and invited members can access
  • Shared — anyone with the magic link can view
  • Public — anyone with the board URL can view

Shared and public boards are automatically accessible to AI assistants via the board's /llms.txt endpoint.

Install a board as a skill

Shared and public boards can also be installed as hosted skills withnpx skills add. Dump exposes the well-known skill endpoints automatically for each board.

Public board

npx skills add https://www.dump.page/b/<board-slug>

Shared board

npx skills add https://www.dump.page/s/<share-token>/b/<board-slug>

The installed skill is a snapshot of the board. For real-time reads and write access, use theDump MCP integration.

Using with AI assistants

Every shared or public board has a /llms.txt endpoint that serves board content in a plain-text format optimized for AI consumption.

ChatGPTChatGPT
  1. 1.Share your board using the share button in the header
  2. 2.Click the Chat button and select ChatGPT from the dropdown
  3. 3.ChatGPT will open with your board context ready to go
ClaudeClaude
  1. 1.Share your board using the share button in the header
  2. 2.Click the Chat button and select Claude from the dropdown
  3. 3.Claude will open with your board context pre-loaded
Claude CodeClaude Code
  1. 1.Share your board using the share button in the header
  2. 2.Copy the board's share link and give it to Claude Code
  3. 3.The /llms.txt format is optimized for code-assistant workflows
CodexCodex
  1. 1.Share your board using the share button in the header
  2. 2.Copy the board's share link and include it in your Codex prompt
  3. 3.Codex will fetch and use the board content as reference material
GrokGrok
  1. 1.Share your board using the share button in the header
  2. 2.Click the Chat button and select Grok from the dropdown
  3. 3.Grok will open with your board context in the prompt
GeminiGemini
  1. 1.Share your board using the share button in the header
  2. 2.Copy the board's share link and paste it into a Gemini conversation
  3. 3.Gemini can read the board content and use it as context

Keyboard shortcuts

Copy board share link (when nothing is selected)Cmd/Ctrl + C
UndoCmd/Ctrl + Z
RedoCmd/Ctrl + Shift + Z
Fit view to selected nodes (or all nodes)F
Enter connect mode — drag between nodes to create edgesHold C
Activate knife tool — move across edges to cut themHold K
Delete selected edgesDelete / Backspace
Context menu to add items or manage nodesRight-click

Pro Mode

Power-user features

Send items to AI, prompt dialog, convert notes to checklists, view switcher, RSS feed, context types, and more.