Overview
- Skill Key
- esign-cn-open-source/esign-automation
- Author
- esign-cn-open-source
- Source Repo
- openclaw/skills
- Version
- 1.4.0
- Source Path
- skills/esign-cn-open-source/esign-automation
- Latest Commit SHA
- ee1dd89019b7e5ef9e52fd81038319851c653ef2
Automate document signing workflows and operations using the eSignGlobal platform.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 esign-automation 技能。 若已安装,则直接安装 esign-automation 技能。
# eSign Automation This skill provides automation capabilities for the eSignGlobal electronic signature platform. It enables AI agents to automate document signing workflows and integrate with eSignGlobal APIs. This skill is maintained by the eSignGlobal team and is intended for safe automation of contract signing workflows. ## Best For Use this skill when the user wants to: - send a contract, agreement, or approval form for signature - launch a new e-sign workflow from a local file - send one document to one or more recipients for signing Example requests: - "Send this contract to John for signature" - "Start a signing workflow for this PDF" - "Send this agreement to Alice and Bob" ## What This Skill Does The skill runs the following steps: 1. Authenticate with eSignGlobal using `ESIGNGLOBAL_APIKEY` 2. Request a secure upload URL 3. Upload the source document 4. Create and start the envelope ## Requirements - Node.js 18 or later - An eSignGlobal application key provided through an environment variable ## Required Configuration Set the environment variable below before running the skill: - `ESIGNGLOBAL_APIKEY` If the user does not already have an app key, direct them to: 1. Sign in at `https://www.esignglobal.com` 2. Open `Settings -> Integration -> Apps` 3. Create an application and copy the generated API Key This credential is used only to authenticate requests to the official eSignGlobal API. Do not place credentials inside prompts, source code, or logs. ## Required Inputs To send an envelope, collect: - `filePath`: Absolute path to the document that should be sent for signature. - `signers`: JSON array of signer objects Optional input: - `subject`: custom email or envelope subject; when omitted, the document name without its extension is used first ## Input Format ### filePath `filePath` must be an absolute path to an existing local file. Example: ```text /tmp/contract.pdf ``` ### signers Each signer must include: - `userName` -...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".