技能 docusign-automation
📦

docusign-automation

安全

Automate DocuSign Signatures

Automate e-signature workflows by using DocuSign templates, creating envelopes, and tracking signing status through an MCP integration.

支援: Claude Codex Code(CC)
🥉 74 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「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

安全審計

安全
v1 • 2/24/2026

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.

1
已掃描檔案
214
分析行數
0
發現項
1
審計總數
未發現安全問題
審計者: claude

品質評分

38
架構
100
可維護性
85
內容
50
社群
100
安全
91
規範符合性

你能建構什麼

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 available templates
List all available DocuSign templates using the skill.
Send document for signature
Create and send an envelope from the 'Sales Contract' template to john@example.com with name 'John Smith' and role 'Signer'.
Check envelope status
Check the status of envelope ID '12345678-abcd-1234-efgh-123456789012'.
Create draft and send later
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

常見問題

Do I need a DocuSign account?
Yes, you need an active DocuSign account with API access and must complete OAuth authentication via Rube MCP.
Can I create new templates with this skill?
No, this skill uses existing templates. Template creation must be done in the DocuSign web interface.
What happens if a recipient declines to sign?
The envelope status will change to 'declined' and you can retrieve details about the declination from the envelope response.
Can I void a sent envelope?
Yes, but voiding notifies all recipients. Sent envelopes cannot be unsent, only voided.
How do I know when all parties have signed?
Check the envelope status - it will show 'completed' when all recipients have signed.
What is Rube MCP?
Rube MCP is a middleware service by Composio that provides MCP server access to various tools including DocuSign.

開發者詳情

檔案結構

📄 SKILL.md