Skip to main content

docusign

DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--docusign
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aiwithabidi--docusign/skills/docusign/SKILL.md -o .claude/skills/docusign.md

Drops the SKILL.md into .claude/skills/docusign.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

✍️ 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 <value> --status <value>

# Get envelope
python3 {{baseDir}}/scripts/docusign.py envelope-get id <value>

# Create envelope
python3 {{baseDir}}/scripts/docusign.py envelope-create --subject <value> --templateId <value> --status <value>

# Void envelope
python3 {{baseDir}}/scripts/docusign.py envelope-void id <value> --voidedReason <value>

# List recipients
python3 {{baseDir}}/scripts/docusign.py recipients id <value>

# List documents
python3 {{baseDir}}/scripts/docusign.py documents id <value>

# List templates
python3 {{baseDir}}/scripts/docusign.py templates --search_text <value>

# Get template
python3 {{baseDir}}/scripts/docusign.py template-get id <value>

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 <command> --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