Pans Contract Generator

v1.0.0

AI算力销售合同生成器。根据商定条款(客户名称、GPU型号、数量、价格、期限) 生成标准 GPU 租赁协议 Markdown 草案。内置服务范围、价格条款、SLA、 数据安全、违约责任、知识产权、保密条款、争议解决等关键条款模板。 触发词:合同生成, 销售合同, GPU租赁协议, 框架协议, POC协议, 补充协...

0· 61·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dashiming/pans-contract-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pans Contract Generator" (dashiming/pans-contract-generator) from ClawHub.
Skill page: https://clawhub.ai/dashiming/pans-contract-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pans-contract-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install pans-contract-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided files. The included Python script and Markdown templates produce GPU lease contracts from the declared CLI parameters; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs running the included script with explicit CLI args and outputs Markdown — scope is narrow and appropriate. Minor note: a standalone template file (references/templates/standard_gpu_lease.md) is present but the scripts/contract.py implementation builds its own contract text rather than reading that template; this is not harmful but is an implementation inconsistency worth noting.
Install Mechanism
No install spec and no external downloads. This is an instruction-only skill plus a small local script — the lowest-risk install profile.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script only writes an output file when explicitly asked and otherwise prints to stdout.
Persistence & Privilege
always is false and the skill does not request persistent/global privileges or modify other skills. It only writes the contract file specified by the user (normal behavior).
Assessment
This appears to be a simple, local contract generator — safe from a technical coherence perspective. Before installing/run: (1) review the Python file yourself or run it in an isolated environment if you have low trust; it does not call the network or use secrets. (2) Remember that the generated legal text is a template and not legal advice — have a lawyer review any contract before signing. (3) Do not pass sensitive production credentials or confidential data to the script unless you trust the runtime environment, since it will write contract text to disk or stdout as provided.

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

latestvk97cq9vk4b3mcpb2b1qh2m49zn8501cb
61downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

pans-contract-generator

AI算力销售合同生成器。根据商定条款生成标准GPU租赁协议。 内置关键条款模板(服务范围、价格条款、SLA、数据安全、违约责任、知识产权、保密条款、争议解决), 支持CLI参数快速生成和预览,输出Markdown格式合同草案。

触发词

合同生成, 销售合同, GPU租赁协议, 框架协议, POC协议, 补充协议, contract generator, SLA条款

使用方式

python3 scripts/contract.py \
  --client "客户公司名称" \
  --gpu H100 \
  --count 8 \
  --price 2.0 \
  --duration 12 \
  --output contract.md

参数说明

参数必填说明
--client客户公司名称
--gpuGPU型号(H100/A100/L40S/A10G等)
--countGPU数量
--price单卡月租价格(万元)
--duration租赁期限(月)
--output输出文件路径,默认输出到stdout

输出内容

生成的合同包含以下章节:

  1. 合同基本信息
  2. 服务范围
  3. 价格与付款条款
  4. 服务等级协议(SLA)
  5. 数据安全与隐私保护
  6. 知识产权
  7. 保密条款
  8. 违约责任
  9. 合同期限与终止
  10. 争议解决
  11. 其他条款

Comments

Loading comments...