Dropbox Sign Skill

Collaboration

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Dropbox Sign tools.

2 tools
SKILL.md

Dropbox Sign
SKILL.md

Domain knowledge for Dropbox Sign (HelloSign) — signature requests, templates

Dropbox Sign

Dropbox Sign (formerly HelloSign) handles e-signatures. Signature requests are sent documents; signers complete them. Templates reuse document + signer layout.

Data Model

  • Signature Requests are documents sent for signing. dropbox_sign_list_signature_requests, dropbox_sign_get_signature_request. Status: pending, signed, declined.
  • Templates define reusable docs + signer roles. dropbox_sign_list_templates.
  • Signers are assigned to signature requests. Each has signer role (from template) or email.
  • Documents attached to requests. Download signed PDF when complete.

Gotchas

  • Signer order: Templates can define signer order. First signer, second signer, etc.
  • Custom fields: Templates support merge fields. Pass custom_fields when creating from template.

Use with Dropbox Sign Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Dropbox Sign API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Dropbox Sign?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Dropbox Sign Skill - SKILL.md for Claude Code, Cursor & More