Agent Skill · MotherDuck

motherduck-share-data

Create and manage MotherDuck data shares for zero-copy, read-only data distribution. Use whenever someone wants to share a database with team members, another organization, or the public — covers CREATE SHARE, access/visibility/update modes, GRANT READ ON SHARE, attaching share URLs, UPDATE SHARE, and REFRESH DATABASE.

Provider: MotherDuck Path in repo: skills/motherduck-share-data/SKILL.md

Skill body

Share Data with MotherDuck

Use this skill when you need to distribute a MotherDuck database without copying data. Shares are read-only, zero-copy database clones and should be treated as explicit provisioning operations.

Source Of Truth

Prerequisites

Default Posture

Workflow

  1. Identify the exact database to publish and who should consume it.
  2. Decide sensitivity, discoverability, and freshness requirements before writing SQL.
  3. Create the share with explicit access, visibility, and update settings.
  4. If access is restricted, grant readers explicitly. If the share is hidden or link-based, distribute the share URL directly.
  5. Have recipients ATTACH the shared database and query it read-only.
  6. If the share uses UPDATE MANUAL, the owner runs UPDATE SHARE and consumers run REFRESH DATABASE when a new snapshot is ready.

Open Next

Skill frontmatter

license: MIT