Docusign
/install docusign
✍️ DocuSign
DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
DOCUSIGN_ACCESS_TOKEN |
✅ | OAuth access token |
DOCUSIGN_ACCOUNT_ID |
✅ | Account ID |
DOCUSIGN_BASE_URL |
✅ | Base URL (default: demo) |
Quick Start
# List envelopes
python3 {{baseDir}}/scripts/docusign.py envelopes --from_date \x3Cvalue> --status \x3Cvalue>
# Get envelope
python3 {{baseDir}}/scripts/docusign.py envelope-get id \x3Cvalue>
# Create envelope
python3 {{baseDir}}/scripts/docusign.py envelope-create --subject \x3Cvalue> --templateId \x3Cvalue> --status \x3Cvalue>
# Void envelope
python3 {{baseDir}}/scripts/docusign.py envelope-void id \x3Cvalue> --voidedReason \x3Cvalue>
# List recipients
python3 {{baseDir}}/scripts/docusign.py recipients id \x3Cvalue>
# List documents
python3 {{baseDir}}/scripts/docusign.py documents id \x3Cvalue>
# List templates
python3 {{baseDir}}/scripts/docusign.py templates --search_text \x3Cvalue>
# Get template
python3 {{baseDir}}/scripts/docusign.py template-get id \x3Cvalue>
All Commands
| Command | Description |
|---|---|
envelopes |
List envelopes |
envelope-get |
Get envelope |
envelope-create |
Create envelope |
envelope-void |
Void envelope |
recipients |
List recipients |
documents |
List documents |
templates |
List templates |
template-get |
Get template |
audit-events |
Get audit events |
folders |
List folders |
users |
List users |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
python3 {{baseDir}}/scripts/docusign.py \x3Ccommand> --human
Script Reference
| Script | Description |
|---|---|
{{baseDir}}/scripts/docusign.py |
Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install docusign - After installation, invoke the skill by name or use
/docusign - Provide required inputs per the skill's parameter spec and get structured output
What is Docusign?
DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install Docusign?
Run "/install docusign" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Docusign free?
Yes, Docusign is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Docusign support?
Docusign is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Docusign?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.