Skills docusign
DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/docusign" ~/.claude/skills/openclaw-skills-docusign && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/docusign" ~/.openclaw/skills/openclaw-skills-docusign && rm -rf "$T"
manifest:
skills/aiwithabidi/docusign/SKILL.mdsource content
✍️ DocuSign
DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | OAuth access token |
| ✅ | Account ID |
| ✅ | 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 |
|---|---|
| List envelopes |
| Get envelope |
| Create envelope |
| Void envelope |
| List recipients |
| List documents |
| List templates |
| Get template |
| Get audit events |
| List folders |
| 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 |
|---|---|
| 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