Contract Template

Contract and agreement template generator. 合同模板、合同范本、协议书、contract template、劳动合同、employment contract、劳动协议、保密协议NDA、non-disclosure agreement、租赁合同、租房合同、lease agr...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 285 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (contract template generator) matches the included files and runtime instructions. The scripts produce labor contracts, NDAs, service agreements, rental contracts, invoices, checklists, etc., which is exactly what the skill claims.
Instruction Scope
SKILL.md instructs the agent to run local scripts (scripts/contract.sh or scripts/script.sh). Those scripts only print/generate templates and do not reference network endpoints or attempt to read unrelated system files. They do respect optional env vars (CONTRACT_DIR, XDG_DATA_HOME, HOME) for storing data.
Install Mechanism
No install spec is provided (instruction-only with bundled scripts). No downloads or external package installs are performed.
Credentials
The skill requires no secrets or external credentials. It optionally uses CONTRACT_DIR/XDG_DATA_HOME/HOME to determine its data directory — reasonable for a tool that may store logs or templates.
Persistence & Privilege
The scripts create a data directory (default ${XDG_DATA_HOME:-$HOME/.local/share}/contract-template) and may write a history.log there. always:false and the skill does not modify other skills or system settings. This is limited persistence but worth noting.
Assessment
This skill appears to be what it says: local scripts that print contract templates. Before installing, note: (1) it requires bash and python3 to run; (2) it creates a data directory (default ~/.local/share/contract-template) and a history.log file — inspect that directory if you want to control where data is stored (set CONTRACT_DIR to change it); (3) avoid passing sensitive personal data (ID numbers, private addresses, bank details, or confidential contract text) on the command line because command-line arguments can be stored in shell history or visible to other local users via process listings; (4) the templates are for reference only and not legal advice — have a lawyer review important contracts. If you want extra assurance, inspect the two script files before running them (they are short and readable) or run them in a restricted environment.

Like a lobster shell, security has layers — review code before you run it.

Current versionv2.3.4
Download zip
latestvk9778t3ygrpysbjn9xqjjacmyd831ytj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

contract-template

合同和协议模板生成器。劳动合同、保密协议、合作协议、租赁合同。

为什么用这个 Skill? / Why This Skill?

  • 标准条款:内置常见合同必备条款(甲乙方信息、权利义务、违约责任、争议解决等)
  • 即填即用:生成的模板留有明确的填写位置,直接填信息就能用
  • 多种类型:劳动合同、NDA、服务协议、租赁合同,覆盖常见场景
  • Compared to asking AI directly: structured legal templates with standard clauses, fill-in-the-blank format, and proper legal formatting

Usage

Run the script at scripts/contract.sh:

CommandDescription
contract.sh labor "甲方" "乙方"劳动合同模板
contract.sh nda "甲方" "乙方"保密协议NDA
contract.sh service "甲方" "乙方" "服务内容"服务协议
contract.sh rental "房东" "租客" "地址"租赁合同
contract.sh help显示帮助信息

Examples

# 劳动合同
bash scripts/contract.sh labor "北京科技有限公司" "张三"

# 保密协议
bash scripts/contract.sh nda "甲方公司" "乙方公司"

# 服务协议
bash scripts/contract.sh service "委托方" "服务方" "软件开发与维护"

# 租赁合同
bash scripts/contract.sh rental "李四" "王五" "北京市朝阳区XX路XX号"

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…