← Back to Skills Marketplace
stevenobiajulu

Nda

by Steven Obiajulu · GitHub ↗ · v0.2.2 · MIT-0
cross-platform ⚠ suspicious
482
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install nda
Description
Draft and fill NDA templates — mutual NDA, one-way NDA, confidentiality agreement. Produces signable DOCX files from Common Paper and Bonterms standard forms...
Usage Guidance
This skill appears coherent for creating NDAs, but pay attention to two practical risks before using it: (1) Remote MCP will send the NDA content to openagreements.ai — only use that path after explicitly telling the user and obtaining informed consent, and avoid sending highly sensitive secrets. (2) If you use the Local CLI path, ensure the agent (or the human operator) strictly enforces the documented sanitization rules: only allow output filenames matching ^[A-Za-z0-9_-]{1,64}\.docx$, reject shell metacharacters and control characters in field values, create a per-run temp file with mktemp + chmod 600, use quoted heredocs when writing values, set a trap to remove temp files, and pin the CLI version (e.g., npm install -g [email protected]). Always preview and manually review the generated document before signing. If you cannot verify that the agent will enforce these safeguards, prefer the preview-only path or perform fills locally yourself with the pinned CLI.
Capability Analysis
Type: OpenClaw Skill Name: nda Version: 0.2.2 The skill facilitates NDA generation by either transmitting sensitive business data to a third-party endpoint (openagreements.ai) or executing local shell commands via the 'open-agreements' CLI. While SKILL.md and template-filling-execution.md provide detailed defensive instructions for the agent—including mandatory user consent, shell parameter sanitization, and secure temporary file handling—the inherent risks of shell execution and remote processing of confidential legal data meet the threshold for a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description (draft and fill NDAs, produce DOCX) match the content of SKILL.md and CONNECTORS.md. The only external dependencies referenced (openagreements.ai MCP or the open-agreements npm CLI) are appropriate for template rendering and DOCX generation.
Instruction Scope
SKILL.md explicitly documents two execution paths: Remote MCP (server-side rendering) and Local CLI (shell invocation). It does not instruct the agent to read unrelated files or credentials, but the Local CLI path requires strict shell-parameter sanitization, secure temp file handling, heredoc quoting, and cleanup — responsibilities the skill delegates to the agent. If the agent does not enforce these rules, there is risk of path traversal or shell injection.
Install Mechanism
Instruction-only skill; no install spec or downloads in the bundle. It recommends installing a public npm package (open-agreements) and even advises pinning a specific version. This is low-risk and proportional to the stated functionality.
Credentials
The skill requires no environment variables or credentials. However, the Remote MCP path will transmit NDA field data (company names, purposes, dates, etc.) to openagreements.ai — this is functionally justified but constitutes third-party data disclosure and therefore requires explicit, informed user consent before use.
Persistence & Privilege
No elevated privileges requested, no persistent presence (always: false), and no modifications to other skills or system-wide agent configs are requested by the instruction-only bundle.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nda
  3. After installation, invoke the skill by name or use /nda
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.2
Replace fixed /tmp NDA values file with per-run mktemp guidance, chmod 600, cleanup trap, and keep inline trust-boundary disclosures for ClawHub review.
v0.2.1
Add inline trust-boundary, shell-safety, and hosted Remote MCP disclosure guidance for ClawHub review.
v0.2.0
Initial release: NDA template drafting and filling workflow for mutual and one-way NDAs.
Metadata
Slug nda
Version 0.2.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Nda?

Draft and fill NDA templates — mutual NDA, one-way NDA, confidentiality agreement. Produces signable DOCX files from Common Paper and Bonterms standard forms... It is an AI Agent Skill for Claude Code / OpenClaw, with 482 downloads so far.

How do I install Nda?

Run "/install nda" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nda free?

Yes, Nda is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nda support?

Nda is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nda?

It is built and maintained by Steven Obiajulu (@stevenobiajulu); the current version is v0.2.2.

💬 Comments