← 返回 Skills 市场
Nda Generator
作者
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
421
总下载
0
收藏
1
当前安装
9
版本数
在 OpenClaw 中安装
/install nda-generator
功能描述
保密协议生成器。双向/单向NDA、员工保密、审查、模板库。NDA generator with mutual, unilateral, employee versions. 保密协议、NDA。
安全使用建议
This skill appears to be what it claims: a local NDA generator implemented in bash. Before installing or running it: (1) be aware that generated NDA text and command history are written to a data directory (default: $NDA_GENERATOR_DIR or $XDG_DATA_HOME/$HOME/.local/share/nda-generator) — these files may contain sensitive information, so pick a secure location and check file permissions; (2) review the scripts yourself (they are small and included) if you have any doubt; (3) there are no network calls or credential requests in the code, but treat generated legal text as reference only (the script already includes a disclaimer) and consult a lawyer before use; (4) do not run as root to avoid broad filesystem writes. If you want higher assurance, verify the upstream source (homepage/source repo) before use.
功能分析
Type: OpenClaw Skill
Name: nda-generator
Version: 2.0.0
The skill bundle provides a functional NDA (Non-Disclosure Agreement) generator. The primary logic in `scripts/nda.sh` uses standard bash templating to produce legal document drafts based on user-provided parameters. While `scripts/script.sh` contains generic boilerplate for data logging and management in the user's local directory, it does not perform any unauthorized data exfiltration, execution of remote payloads, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (NDA generator) match the shipped scripts: scripts/nda.sh generates mutual/unilateral/employee NDAs and scripts/script.sh provides a simple CLI/data storage helper. No unrelated capabilities (cloud, git, etc.) are requested.
Instruction Scope
SKILL.md instructs use of the CLI and redirecting output to a file. The scripts do not read system-wide secrets or other users' files, but they do write/read under a per-user data directory (by default $XDG_DATA_HOME or $HOME/.local/share/nda-generator). Generated NDA content and a history log will be stored locally, which may include sensitive information if you supply it.
Install Mechanism
No install spec / no external downloads. This is an instruction-only skill with included shell scripts, so nothing is fetched from the network during install.
Credentials
The scripts optionally honor NDA_GENERATOR_DIR and XDG_DATA_HOME/HOME for data location, which is appropriate. The skill declares no required environment variables or credentials and does not attempt to access unrelated config or secrets.
Persistence & Privilege
The tool creates a per-user data directory and writes data.log and history.log under it, which is expected for a CLI tool that saves entries. This is persistent storage of user-provided content; consider where those files are placed and who can read them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nda-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/nda-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v1.0.0
Initial release of NDA Generator skill.
- Generates NDAs in multiple formats: mutual, unilateral, and employee agreements.
- Supports agreement review and access to template library.
- Simple workflow: analyze needs, select command, input details, retrieve and refine output.
- Commands available: create, mutual, unilateral, employee, review, template.
元数据
常见问题
Nda Generator 是什么?
保密协议生成器。双向/单向NDA、员工保密、审查、模板库。NDA generator with mutual, unilateral, employee versions. 保密协议、NDA。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 421 次。
如何安装 Nda Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nda-generator」即可一键安装,无需额外配置。
Nda Generator 是免费的吗?
是的,Nda Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nda Generator 支持哪些平台?
Nda Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nda Generator?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。
推荐 Skills