← Back to Skills Marketplace
Nda Generator
by
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
421
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install nda-generator
Description
保密协议生成器。双向/单向NDA、员工保密、审查、模板库。NDA generator with mutual, unilateral, employee versions. 保密协议、NDA。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nda-generator - After installation, invoke the skill by name or use
/nda-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Nda Generator?
保密协议生成器。双向/单向NDA、员工保密、审查、模板库。NDA generator with mutual, unilateral, employee versions. 保密协议、NDA。 It is an AI Agent Skill for Claude Code / OpenClaw, with 421 downloads so far.
How do I install Nda Generator?
Run "/install nda-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nda Generator free?
Yes, Nda Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nda Generator support?
Nda Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nda Generator?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.
More Skills