DocuSeal Agent Skills
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.
Available Skills
| Skill | Description | Source |
|---|---|---|
| docuseal-cli | Manage e-signature templates, submissions, and submitters with DocuSeal | Synced from docusealco/docuseal-cli |
| docuseal-code | DocuSeal development reference. Embed UI components, REST API, webhooks, and SDK examples | Authored here |
Installation
Universal (all agents)
npx skills add docusealco/docuseal-agent-skills
Plugins
Platform-specific manifests:
| Platform | Directory |
|---|---|
| Claude Code | .claude-plugin/ |
| OpenAI Codex | .codex-plugin/ |
| Cursor | .cursor-plugin/ |
Prerequisites (docuseal-cli)
- 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-hosted
License
MIT License - see LICENSE for details.
No comments yet
Be the first to share your take.