A lightweight Python-based skill for managing DocuSign envelopes, templates, and recipients through a streamlined CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install docusign
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install docusign using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DocuSign skill is a powerful integration designed for Openclaw Skills that enables AI agents to interact directly with the DocuSign REST API. It allows for the programmatic management of the entire e-signature lifecycle, including document creation, recipient tracking, and template retrieval. Built with a focus on simplicity, it uses only the Python standard library, ensuring zero-dependency deployment and high performance in automated environments.
By leveraging this skill, developers can empower their agents to handle sensitive agreement workflows without manual intervention. Whether you are listing active envelopes or voiding documents, this tool provides a robust bridge between AI agents and the DocuSign ecosystem, making it a vital component for digital transformation within Openclaw Skills.
To integrate this with your Openclaw Skills setup, configure your environment variables first:
export DOCUSIGN_ACCESS_TOKEN="your_oauth_token"
export DOCUSIGN_ACCOUNT_ID="your_account_id"
export DOCUSIGN_BASE_URL="https://demo.docusign.net/restapi"
Verify the installation by listing your available templates:
python3 scripts/docusign.py templates --human
The skill interacts with the DocuSign data model and returns JSON structured as follows:
| Entity | Key Data Points |
|---|---|
| Envelope | envelopeId, status, subject, emailBlurb, createdDateTime |
| Template | templateId, name, description, lastModified |
| Recipient | recipientId, name, email, routingOrder, status |
| Folder | folderId, name, type, itemCount |
--human flag for developer debugging.Loading
A zero-dependency Python integration for AI agents to manage Discord servers, roles, and messaging via the Discord REST API.

A multi-tier AI search routing skill that automates fact-checking and deep research using Perplexity models.

A sophisticated multi-tier Perplexity search skill providing AI-synthesized answers with citations and observability tracing.

A streamlined CLI tool for Openclaw Skills to manage Datadog infrastructure, metrics, and incidents via the REST API.

A comprehensive logistics tool for generating shipping labels, comparing carrier rates, verifying addresses, and tracking packages.

A comprehensive integration for ElevenLabs that enables text-to-speech, instant voice cloning, and the creation of bidirectional conversational AI agents.








































