docusign-automation
أتمتة توقيعات DocuSign
أتمتة عمليات التوقيع الإلكتروني باستخدام قوالب DocuSign وإنشاء المغلفات وتتبع حالة التوقيع من خلال تكامل MCP.
下载技能 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.
质量评分
你能构建什么
إرسال العقود للتوقيع الإلكتروني
إنشاء وإرسال وثائق العقود من القوالب للعملاء للتوقيع
أتمتة توقيع وثائق التأهيل
تبسيط عملية تأهيل الموظفين أو الموردين باستخدام قوالب الوثائق المحددة مسبقاً
تتبع حالة توقيع الوثائق
مراقبة التوقيعات المعلقة ومتابعة الوثائقOutstanding
试试这些提示
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.
最佳实践
- قم دائماً باستدعاء RUBE_SEARCH_TOOLS أولاً للحصول على مخططات الأدوات الحالية قبل إجراء المكالمات
- تحقق من أن حالة الاتصال تظهر نشطة قبل تشغيل أي عمليات DocuSign
- قم بتخزين معرفات المغلفات فور الإنشاء للتتبع
避免
- ترميز معرفات القوالب أو المغلفات بشكل ثابت - قم دائماً بحل المعرفات من استجابات API
- إرسال المغلفات دون التحقق من صحة عناوين البريد الإلكتروني للمستلمين
- تجاهل حدود المعدل عند إنشاء المغلفات بكميات كبيرة