docusign
DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/docusignWhat This Skill Does
The DocuSign skill for OpenClaw provides a robust interface for interacting with the DocuSign eSignature REST API. It allows users to automate the lifecycle of digital agreements directly from their agent environment. Whether you need to list active envelopes, monitor the status of pending contracts, retrieve specific document metadata, or programmatically void envelopes when parameters change, this tool acts as a bridge between your business processes and legal documentation. It supports full management of templates, recipient lists, and audit events, ensuring that your agent can handle end-to-end signing workflows without manual dashboard interaction.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/docusign
Ensure your environment variables are configured correctly before running the agent. You will need a valid DOCUSIGN_ACCESS_TOKEN acquired via OAuth, your specific DOCUSIGN_ACCOUNT_ID, and the appropriate DOCUSIGN_BASE_URL (typically set to the demo environment for testing). Failure to set these required variables will result in authentication errors when the script attempts to interface with the DocuSign API.
Use Cases
- Contract Lifecycle Automation: Automatically trigger document creation from templates when a CRM deal reaches a specific stage.
- Status Monitoring: Create a scheduled task that queries your envelopes to report on pending signatures that have been idle for too long.
- Document Archiving: Retrieve documents from completed envelopes to store them in your local file systems or cloud storage solutions.
- User Management: Audit access and verify user permissions within the DocuSign account for organizational compliance.
Example Prompts
- "Check the status of the envelope with ID 550e8400-e29b-41d4-a716-446655440000 and tell me who hasn't signed it yet."
- "List all templates that contain the word 'NDA' and create a new envelope using the first one found."
- "Void the current envelope for client 'Acme Corp' because the terms have changed, providing the reason: 'Updated pricing structure'."
Tips & Limitations
- Data Security: Always ensure that your
DOCUSIGN_ACCESS_TOKENis rotated periodically and stored in a secure secrets manager rather than plaintext configuration files. - API Rate Limits: DocuSign imposes rate limits on their API. If your agent performs high-frequency lookups, consider implementing a caching layer or a backoff mechanism.
- Human-Readable Output: While JSON is the default response for programmatic integration, always append the
--humanflag when testing in the terminal to get formatted output that is easier for you to debug.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-docusign": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.