← 返回 Skills 市场
Open Agreements
作者
Steven Obiajulu
· GitHub ↗
· v0.2.3
· MIT-0
132
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install open-agreements
功能描述
Fill standard legal agreement templates (NDAs, cloud service agreements, SAFEs) and produce signable DOCX files. Supports Common Paper, Bonterms, and Y Combi...
安全使用建议
This skill appears to do what it says, but consider privacy and operational steps before using it: (1) Prefer the local CLI (npm/npx) if you will fill agreements containing sensitive data — the remote MCP option will send your template data to openagreements.org. (2) Verify the npm package (version 0.7.4) and confirm there are no unexpected install hooks before installing globally. (3) Be mindful that temp values are written to /tmp/oa-values.json — ensure the agent cleans it up and avoid placing secrets in template fields. (4) When sending for signature, you'll follow an OAuth flow with DocuSign (opens in browser) — do not provide DocuSign API keys to the agent. (5) If you require stronger assurance, review the open-source repo and confirm the hosted MCP's privacy policy before sending confidential agreements.
功能分析
Type: OpenClaw Skill
Name: open-agreements
Version: 0.2.3
The 'open-agreements' skill facilitates legal document generation and DocuSign integration through either a remote MCP (openagreements.org) or a local CLI tool. The SKILL.md documentation is transparent about data privacy, explicitly warning the agent about data transfer in the remote path and providing security-conscious instructions such as pinning npm package versions (e.g., @0.7.4) and using OAuth instead of requesting raw API keys. No evidence of malicious intent, unauthorized data exfiltration, or deceptive prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description align with the instructions: list/get/fill templates, produce DOCX, and send via DocuSign. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
Instructions are scoped to template discovery, collecting field values, filling templates, and optionally sending for signature. They explicitly document two paths (remote MCP that transmits data to openagreements.org, or local CLI). The only minor concerns: data is sent to the hosted MCP when using that path, and temporary values are written to /tmp/oa-values.json (SKILL.md advises cleanup).
Install Mechanism
No install spec in registry (instruction-only). The SKILL.md recommends using an npm package or npx (pins a specific version) as a fallback; this is proportionate to the stated functionality. The doc also recommends verifying npm scripts and claims no postinstall hooks.
Credentials
The skill requests no environment variables or credentials. DocuSign integration is handled via an OAuth flow (connect_signing_provider) rather than asking for raw API keys, which is proportionate and documented.
Persistence & Privilege
Skill is not always-on and does not request persistent privileges or modify other skills. Autonomous invocation is allowed (platform default) and is appropriate for this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-agreements - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-agreements触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.3
Add explanatory note distinguishing skill version (0.2.3, versions the docs) from npm package version (0.7.4, the upstream tool). Scanner flagged the difference as suspicious — clarifying inline
v0.2.2
Address PaLM scanner feedback re: unpinned remote dependencies. Pin npx version to @0.7.4 (was @latest); add 'no postinstall scripts' disclosure (verified via npm view); add Install-Time vs Runtime Network Behavior table making the three execution paths (local CLI, npx, remote MCP) and their data flows explicit; add Offline/Pinned Installation section; add homepage field; switch domain references from openagreements.ai to openagreements.org (current default)
v0.2.1
Added Source Code and Audit section with GitHub/npm links, added Feedback section
元数据
常见问题
Open Agreements 是什么?
Fill standard legal agreement templates (NDAs, cloud service agreements, SAFEs) and produce signable DOCX files. Supports Common Paper, Bonterms, and Y Combi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Open Agreements?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-agreements」即可一键安装,无需额外配置。
Open Agreements 是免费的吗?
是的,Open Agreements 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Open Agreements 支持哪些平台?
Open Agreements 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open Agreements?
由 Steven Obiajulu(@stevenobiajulu)开发并维护,当前版本 v0.2.3。
推荐 Skills