ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

docuseal-cli

Manage DocuSeal e-signature workflows from the terminal via the DocuSeal CLI - create templates from PDF/DOCX/HTML, send documents for signing, track submissions, and update submitters. Use when the user wants to run DocuSeal commands in the shell, scripts, or CI/CD pipelines. Always load this skill before running `docuseal` commands.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alexbturchyn/docuseal
Or

What This Skill Does

The DocuSeal skill integrates the DocuSeal platform directly into your OpenClaw workflow, allowing for the seamless management of document templates and e-signatures. It leverages the DocuSeal MCP (Model Context Protocol) to enable authenticated communication with your instance. Whether you need to locate a specific template, initialize a new document from a remote PDF, or trigger a signature request for a list of recipients, this skill automates the administrative overhead of document lifecycle management.

Installation

To install this skill, run the command clawhub install openclaw/skills/skills/alexbturchyn/docuseal within your OpenClaw environment. After installation, ensure you have an active DocuSeal account. Navigate to your account Settings, locate the MCP section to enable the protocol, and generate an access token. Securely store this token, as it is only displayed once. Finally, configure your environment variables by exporting DOCUSEAL_URL pointing to your instance and DOCUSEAL_MCP_TOKEN as your generated credential.

Use Cases

This skill is ideal for legal, HR, and sales professionals who frequently handle NDAs, employment contracts, or sales agreements. By using this tool, you can automatically send out document packages to candidates or clients immediately after a record is generated in your CRM, search for the status of pending contracts to follow up, and standardize your onboarding process by programmatically applying existing PDF templates.

Example Prompts

  1. "Search for the 'Non-Disclosure Agreement' template and create a signature request for [email protected] and [email protected]."
  2. "Can you check if there are any signed documents associated with [email protected]?"
  3. "Create a new template named 'Q3 Service Contract' using the PDF located at https://company.com/forms/contract_v2.pdf."

Tips & Limitations

Ensure your DocuSeal instance is reachable from your OpenClaw host and that your environment variables are correctly loaded. The tool relies on Node.js 18+ for native fetch support, so ensure your runtime environment is up to date. Remember that the limit parameter in search functions helps manage API response sizes, so adjust the integer value if you are processing large batches of historical document records.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alexbturchyn-docuseal": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#docuseal#esignature#automation#documents#productivity
Safety Score: 4/5

Flags: network-access, external-api