docusign-automation
Automate DocuSign Signatures
Automate e-signature workflows by using DocuSign templates, creating envelopes, and tracking signing status through an MCP integration.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「docusign-automation」。 List all available DocuSign templates
預期結果:
Available templates:
- Sales Contract (ID: abc123...)
- NDA Template (ID: def456...)
- Employee Offer Letter (ID: ghi789...)
正在使用「docusign-automation」。 Create and send envelope from 'Sales Contract' template
預期結果:
Envelope created successfully!
- Envelope ID: env_12345
- Status: sent
- Recipients: 1 pending signature
正在使用「docusign-automation」。 Check status of envelope env_12345
預期結果:
Envelope Status: delivered
- Sent: 2024-01-15T10:30:00Z
- Delivered: 2024-01-15T10:35:00Z
- Recipients: 1/1 signatures pending
安全審計
安全This is a documentation skill that provides guidance for using the DocuSign API via Rube MCP (Composio). The static scanner flagged backtick characters in markdown as 'shell execution' - these are false positives as they represent code formatting, not actual execution. The network URL at line 22 is a legitimate MCP server endpoint. No security risks identified.
品質評分
你能建構什麼
Send contracts for e-signature
Create and send contract documents from templates to clients for signature
Automate onboarding document signing
Streamline employee or vendor onboarding with pre-defined document templates
Track document signing status
Monitor pending signatures and follow up on outstanding documents
試試這些提示
List all available DocuSign templates using the skill.
Create and send an envelope from the 'Sales Contract' template to john@example.com with name 'John Smith' and role 'Signer'.
Check the status of envelope ID '12345678-abcd-1234-efgh-123456789012'.
Create a draft envelope from the 'NDA Template' template with role 'Party A' assigned to 'Jane Doe' at jane@example.com.
最佳實務
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before making calls
- Verify connection status shows ACTIVE before running any DocuSign workflows
- Store envelope IDs immediately after creation for tracking
避免
- Hardcoding template or envelope GUIDs - always resolve IDs from API responses
- Sending envelopes without verifying recipient email addresses are valid
- Ignoring rate limits when bulk creating envelopes