A collection of Agent Skills for the DocuSeal e-signature platform -- create templates from PDF/DOCX/HTML, send documents for signing, track submissions, and manage submitters.
| Skill | Description | Source |
|---|---|---|
| docuseal-cli | Manage e-signature templates, submissions, and submitters with DocuSeal | Authored here |
npx skills add docusealco/docuseal-agent-skillsPlatform-specific manifests:
| Platform | Directory |
|---|---|
| Claude Code | .claude-plugin/ |
| OpenAI Codex | .codex-plugin/ |
| Cursor | .cursor-plugin/ |
- Install the DocuSeal CLI:
npm install -g docuseal - Set your API key:
export DOCUSEAL_API_KEY="your-api-key" # Required. Get yours at https://console.docuseal.com/api
export DOCUSEAL_SERVER="global" # Optional: global (default), europe, or full URL for self-hostedMIT License - see LICENSE for details.