← 返回 Skills 市场
3381
总下载
3
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install signnow
功能描述
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents.
Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows.
For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Requires network access and valid Maton API key.
安全使用建议
This skill is internally consistent: it proxies SignNow calls through Maton and only asks for a MATON_API_KEY. Before installing, verify you trust Maton (gateway.maton.ai / ctrl.maton.ai) because the gateway will see and act on your requests and tokens. Treat MATON_API_KEY as sensitive: limit its scope if possible, use a dedicated/rotatable key, and review Maton's documentation and privacy/security posture. If you expect calls to go directly to signnow.com (not via a proxy), confirm that behavior with the skill author; otherwise the Maton proxy is functioning as designed.
功能分析
Type: OpenClaw Skill
Name: signnow
Version: 1.0.2
The skill bundle appears benign. All code examples and instructions in `SKILL.md` are directly related to integrating with the SignNow API via the `maton.ai` gateway, requiring a `MATON_API_KEY` from environment variables. Network calls are exclusively directed to `https://gateway.maton.ai` and `https://ctrl.maton.ai`. File access is limited to reading a specific `document.pdf` for upload, which aligns with the skill's purpose. There is no evidence of data exfiltration to unauthorized third parties, unauthorized command execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's core function. The ability to set a `callback_url` for webhooks is a standard API feature, not an inherent malicious act by the skill itself.
能力评估
Purpose & Capability
Name/description (SignNow e-signature integration) align with the SKILL.md examples: calls to gateway.maton.ai and ctrl.maton.ai implement SignNow operations (upload, invites, templates). Required env var (MATON_API_KEY) matches the described managed-OAuth gateway usage.
Instruction Scope
Runtime instructions are concrete and limited to: calling Maton gateway endpoints, reading MATON_API_KEY from env, and optionally reading local files when uploading documents. There are no instructions to read unrelated system files, other credentials, or to exfiltrate data to third-party endpoints beyond Maton/SignNow proxies.
Install Mechanism
No install spec and no code files beyond SKILL.md and LICENSE — instruction-only skill; nothing is written to disk or fetched during install.
Credentials
Only one required environment variable (MATON_API_KEY) is declared and used in examples. That credential is appropriate for a gateway-based API integration; no unrelated secrets or config paths are requested.
Persistence & Privilege
No special persistence requested (always=false). The skill is user-invocable and may be called autonomously by the agent (default), which is expected for skills and is not in itself a red flag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install signnow - 安装完成后,直接呼叫该 Skill 的名称或使用
/signnow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added a `clawdbot` section to the skill metadata with emoji and required environment variable details.
- Updated metadata to explicitly declare that MATON_API_KEY is required.
v1.0.1
- Documentation formatting and content have been updated in SKILL.md.
- No changes to core features or code functionality; only documentation was modified.
v1.0.0
SignNow API integration skill, initial release:
- Adds managed OAuth integration for the SignNow e-signature platform via Maton gateway.
- Supports uploading documents, sending signature invites, creating templates, and managing document workflows.
- Includes detailed setup, authentication, and connection management instructions.
- Provides examples for common operations: user info, document upload, retrieval, updating, downloading, merging, and folder management.
- Enables multiple SignNow account connections and selection via headers.
元数据
常见问题
SignNow 是什么?
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3381 次。
如何安装 SignNow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install signnow」即可一键安装,无需额外配置。
SignNow 是免费的吗?
是的,SignNow 完全免费(开源免费),可自由下载、安装和使用。
SignNow 支持哪些平台?
SignNow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SignNow?
由 byungkyu(@byungkyu)开发并维护,当前版本 v1.0.2。
推荐 Skills