connect-ai-docusign

Query and manage DocuSign envelopes, documents, and templates with SQL-like queries.

4|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-docusign
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-ai-docusign
Source: https://github.com/CDataSoftware/connect-ai-skills/tree/main/skills/connectors/connect-ai-docusign
Command: npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-docusign

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of querying and managing DocuSign documents and envelopes, enabling efficient access and manipulation of DocuSign data.

Core Features & Use Cases

  • Query DocuSign Data: Retrieve information from DocuSign using SQL-like queries.
  • Envelope Lifecycle Management: Track the status and progress of envelopes.
  • Document and Template Management: Access document and template details, and manage their lifecycle.
  • Use Case: For instance, you can use this Skill to find all completed envelopes sent in the last month or download a specific document from an envelope.

Quick Start

Use the connect-ai-docusign skill to fetch the status of all envelopes with 'completed' status from the last 30 days.

Frequently Asked Questions about connect-ai-docusign

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query DocuSign envelopes using SQL-like syntax?

Yes, you can query DocuSign envelope data using SQL-like syntax to retrieve and manipulate records. This approach lets you filter envelopes by status or date without writing raw API requests.

What do I need to automate DocuSign document management workflows?

To automate DocuSign document management workflows, you need DocuSign API access configured with this Skill. It provides the necessary interface to fetch documents, track envelope lifecycles, and manage templates programmatically.

Can I track the lifecycle of a DocuSign envelope programmatically?

Yes, you can track the DocuSign envelope lifecycle programmatically. The Skill retrieves envelope statuses and progress, enabling you to find completed envelopes sent within specific timeframes or monitor pending document signatures.

How do I retrieve completed DocuSign documents from the last 30 days?

To retrieve completed DocuSign documents from the last 30 days, execute a SQL-like query through this Skill. It filters envelopes by 'completed' status and date range, then allows you to download the specific documents from those envelopes.

Does this approach require direct DocuSign API integration knowledge?

No, it abstracts direct DocuSign API integration knowledge by offering SQL-like querying capabilities. You interact with envelopes, documents, and templates using familiar query syntax instead of handling raw API endpoints and authentication flows.