返回顶部
e

esign-automationesign自动化

Automate contract signing, esign, and signature workflows by calling the eSignGlobal CLI tool. The eSignGlobal CLI is agent-friendly, with JSON output by default, making eSignGlobal signing operations easy to parse and chain. Supports creating draft envelopes, obtaining sender view URLs, sending envelopes, querying envelope details, sending reminders, cancelling envelopes, downloading signed files, verifying PDF signatures locally, rendering templates to generate documents for signing, comparing

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.7.5
安全检测
已通过
416
下载量
免费
免费
7
收藏
概述
安装方式
版本历史

esign-automation

电子签名自动化

该技能为eSignGlobal电子签名平台提供自动化能力。
它使AI代理能够自动化文档签署工作流程,并与eSignGlobal API集成。
该技能由eSignGlobal团队维护,旨在安全地自动化合同签署工作流程。

最佳用途

当用户希望执行以下操作时使用此技能:

  • - 发送合同、协议或审批表以供签署
  • 从本地文件启动新的电子签名工作流程
  • 将一份文档发送给一个或多个收件人签署
  • 创建草稿信封并获取交互式发送者视图URL以配置和发送
  • 在浏览器中打开信封准备页面,以交互方式添加文件和签署人
  • 查询信封的状态和详细信息
  • 向尚未签署的签署人发送提醒
  • 取消进行中的信封
  • 信封完成后下载已签署的文档或证书
  • 检查已完成信封可用的文件
  • 验证或校验已签署PDF文件中的签名
  • 检查PDF签署后是否被篡改
  • 检查PDF中的签署人身份、签署时间或证书详情
  • 查找模板及其字段
  • 使用填充的字段值渲染模板以生成文档
  • 使用文件密钥发送渲染后的模板文档以供签署
  • 比较两个版本的合同以识别差异
  • 将草稿合同与标准基线文档进行比较
  • 检查两个PDF文件之间的变化
  • 向草稿信封添加附件(参考文件)
  • 在发送前从草稿信封删除附件
  • 向草稿或进行中的信封添加抄送(CC)收件人
  • 从草稿信封移除抄送收件人
  • 向草稿信封添加签署人
  • 从草稿信封移除签署人

示例请求:

  • - 将此合同发送给John签署
  • 为此PDF启动签署工作流程
  • 将此协议发送给Alice和Bob
  • 创建名为Offer Letter的草稿信封
  • 给我信封abc123的发件人视图链接
  • 打开信封准备页面,以便我添加文件和签署人
  • 信封abc123的状态是什么?
  • 谁已签署,谁仍在等待此信封?
  • 提醒信封abc123的签署人签署
  • 取消信封abc123,签署人信息有误
  • 下载信封abc123的已签署文件
  • 获取此信封的已签署PDF和证书
  • 验证此PDF中的签名
  • 检查此已签署PDF是否被篡改
  • 谁签署了此文档,何时签署的?
  • 模板abc123有哪些字段?
  • 使用这些值渲染模板abc123并发送给Alice签署
  • 使用模板abc123生成合同并发送给Bob
  • 比较这两个合同PDF并显示差异
  • 检查contractv1.pdf和contractv2.pdf之间的变化
  • 将此草稿与我们的标准模板进行比较
  • 我需要查看此协议新旧版本之间的变化
  • 将此文件作为附件添加到信封abc123
  • 从信封abc123移除附件fileKey1
  • 将alice@example.com添加为信封abc123的抄送收件人
  • 从信封abc123的抄送列表中移除bob@example.com
  • 将Bob Smith添加为信封abc123的签署人
  • 从信封abc123的签署人列表中移除alice@example.com

安装

通过npx使用外部CLI:

bash
npx @esignglobal/envelope-cli

设置

在调用任何发送操作之前,在shell环境中设置ESIGNGLOBAL_APIKEY。
如果用户尚未拥有API密钥,请引导他们:

  1. 1. 登录https://www.esignglobal.com?source=agent
  2. 打开设置 -> 集成 -> 应用
  3. 创建应用并复制生成的API密钥

bash

Windows PowerShell


$env:ESIGNGLOBALAPIKEY=yourapi_key

macOS / Linux

export ESIGNGLOBALAPIKEY=yourapi_key

验证连接

npx @esignglobal/envelope-cli config health

凭据处理规则:

  • - CLI仅从ESIGNGLOBAL_APIKEY读取凭据
  • 不要在此技能内实现本地凭据存储
  • 不要打印或持久化密钥

外部CLI模式

使用外部命令行工具而非捆绑脚本:

bash
npx @esignglobal/envelope-cli create-envelope --subject [--remark ] [--expire ] [--redirect-url ] [--callback-url ]

bash
npx @esignglobal/envelope-cli sender-view --envelope-id --return-url [--starting-page ] [--submit-action ] [--no-back-button] [--lock ]

bash
npx @esignglobal/envelope-cli send-envelope --file --signers [--subject ] --confirm

bash
npx @esignglobal/envelope-cli send-envelope --file-key --signers [--subject ] --confirm

bash
npx @esignglobal/envelope-cli get-template --template-id

bash
npx @esignglobal/envelope-cli render-template --template-id [--file-name ] [--fields ] [--callback-url ]

bash
npx @esignglobal/envelope-cli get-render-result --task-id

bash
npx @esignglobal/envelope-cli get-envelope --envelope-id

bash
npx @esignglobal/envelope-cli urge-envelope --envelope-id

bash
npx @esignglobal/envelope-cli cancel-envelope --envelope-id --reason --confirm

bash
npx @esignglobal/envelope-cli download-envelope --envelope-id --type list

bash
npx @esignglobal/envelope-cli verify-signature --file

bash
npx @esignglobal/envelope-cli contract-compare (--standard-file | --standard-file-key ) (--comparative-file | --comparative-file-key ) [--filter-header-footer] [--filter-symbols ]

bash
npx @esignglobal/envelope-cli add-attachments --envelope-id --file-keys

bash
npx @esignglobal/envelope-cli delete-attachments --envelope-id --file-keys --confirm

bash
npx @esignglobal/envelope-cli add-cc --envelope-id --cc-infos [{userEmail:...,userName:...}]

bash
npx @esignglobal/envelope-cli delete-cc --envelope-id --cc-infos [{userEmail:...}] --confirm

bash
npx @esignglobal/envelope-cli add-signers --envelope-id --signers [{userName:...,userEmail:...,signOrder:1}]

bash
npx @esignglobal/envelope-cli delete-signers --envelope-id --signers [{userEmail:...}] --confirm

如果需要,检查可用命令:

bash
npx @esignglobal/envelope-cli help

创建信封示例

bash
npx @esignglobal/envelope-cli create-envelope --subject 服务协议 --remark 请审核并发送 --expire 604800

发件人视图示例

bash

步骤1:创建草稿信封


npx @esignglobal/envelope-cli create-envelope --subject 录用通知书

步骤2:获取交互式发件人视图URL

npx @esignglobal/envelope-cli sender-view --envelope-id --return-url https://app.example.com/done

发送信封示例

bash
npx @esignglobal/envelope-cli send-envelope --file C:\\docs\\contract.pdf --signers [{userName:Bob Smith,userEmail:bob@example.com}] --subject 请签署此合同 --confirm

获取信封示例

bash
npx @esignglobal/envelope-cli get-envelope --envelope-id abc123

催促信封示例

bash

向待签署人发送提醒(速率限制:每个信封每30分钟一次)


npx @esignglobal/envelope-cli urge-envelope --envelope-id abc123

取消信封示例

bash
npx @esignglobal/envelope-cli cancel-envelope --envelope-id abc123 --reason 签署人信息不正确。 --confirm

###

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 esign-automation-1776172921 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 esign-automation-1776172921 技能

通过命令行安装

skillhub install esign-automation-1776172921

下载

⬇ 下载 esign-automation v1.7.5(免费)

文件大小: 8.31 KB | 发布时间: 2026-4-15 14:01

v1.7.5 最新 2026-4-15 14:01
**Expanded support for draft management, template workflows, document comparison, and recipient management.**

- Added features for creating draft envelopes and obtaining sender view URLs for browser-based configuration.
- Supports template-based workflows: look up template fields, render templates with provided data, and send generated documents for signing.
- Introduced contract comparison: compare two PDF files or file versions to identify differences.
- Users can now add or remove attachments, signers, and CC recipients on draft envelopes before sending.
- Updated documentation with new CLI commands and broader example requests.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部