AgentSkillsCN

integration-docusign

AgenCo 支持的 DocuSign 操作

SKILL.md
--- frontmatter
name: integration-docusign
description: "DocuSign actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

DocuSign

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
create_envelopeGenerates new document envelopes ready for signing
get_envelopeRetrieves current envelope status and details
list_envelopesQueries envelopes with filtering by status or date
send_envelopeTransmits envelopes to recipients for signature
void_envelopeCancels envelopes no longer required
list_recipientsObtains signers and other envelope participants
list_documentsRetrieves documents contained within an envelope
download_documentExports signed or completed documents
list_templatesAccesses available document templates
get_user_infoObtains current user account information

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["docusign create envelope"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["docusign create envelope"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"docusign_create_envelope","input":{...}}'

If DocuSign is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.