ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

docusign

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aiwithabidi/docusign
Or

What 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

  1. "Check the status of the envelope with ID 550e8400-e29b-41d4-a716-446655440000 and tell me who hasn't signed it yet."
  2. "List all templates that contain the word 'NDA' and create a new envelope using the first one found."
  3. "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_TOKEN is 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 --human flag when testing in the terminal to get formatted output that is easier for you to debug.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aiwithabidi-docusign": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#docusign#esignature#automation#workflow#legal
Safety Score: 4/5

Flags: external-api

Related Skills

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.

aiwithabidi 4473

skill-auditor

Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.

aiwithabidi 4473

Model Intel

Live LLM model intelligence and pricing from OpenRouter

aiwithabidi 4473

deep-search

Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.

aiwithabidi 4473

amplitude

Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.

aiwithabidi 4473