share-dropbox-content

Create and inspect Dropbox shared links with confirmation and access-state reporting.

5.3k|765|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/openai/plugins --skill share-dropbox-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-dropbox-content
Source: https://github.com/openai/plugins/tree/main/plugins/dropbox/skills/share-dropbox-content
Command: npx skills add https://github.com/openai/plugins --skill share-dropbox-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sharing Dropbox files and folders requires navigating link settings, checking existing shared links, and verifying access states, which is tedious and error-prone when done manually.

Core Features & Use Cases

  • Shared Link Creation: Create shared links for Dropbox files or folders after confirming the exact target and access settings with the user.
  • Link Inspection: List existing shared links with full pagination and retrieve metadata for a specific shared link to explain current sharing state.
  • Use Case: A user asks to share a launch deck with stakeholders. The skill locates the file, confirms the sharing plan, creates the link, and reports the URL and effective access settings.

Quick Start

Ask the assistant to create a share link for a specific Dropbox file or folder and confirm the sharing settings when prompted.

Frequently Asked Questions about share-dropbox-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a share link for a Dropbox file?

Ask to create a share link for the target file or folder. The skill confirms the exact target and access settings, then calls create_shared_link and reports the resulting URL and effective settings.

How can I check who can access a Dropbox shared link?

Use the link inspection workflow, which calls get_shared_link_metadata for a specific link or list_shared_links to review existing links. The skill explains the current shared-link state and access settings.

Can I share a Dropbox file directly with named recipients?

No, recipient-sharing is not available because the required MCP tools are not exposed. The skill explains this limitation and offers to create a shared link instead.

Does the skill create shared links automatically after finding a file?

No, the skill never creates a link automatically after finding, downloading, or creating content. It always summarizes the sharing plan and requires explicit user confirmation first.

When should I not use the Dropbox sharing skill?

Do not use it to find files, inspect file metadata, or collect uploads from others. Those tasks belong to the find-dropbox-content, inspect-dropbox-file, and collect-files-with-request skills.