You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- License: repository code, templates, and documentation use MIT; ClawHub publishing is intentionally skipped for now.
33
+
- License: repository code, templates, and documentation use MIT; published by CompleteTech on ClawHub.
34
34
- Brand assets: CompleteTech LLC names, logos, seals, and brand assets are reserved; see `BRAND_ASSETS.md`.
35
35
36
36
## Workflow Diagram
@@ -137,6 +137,10 @@ Pass multiple config files with `--config`; later files override earlier files.
137
137
138
138
Use envelope packaging only after the source artifact exists. Do not invent recipient names, mailing addresses, email addresses, attachment lists, billing approval, signature authority, or send approval. Keep the contract, invoice, certificate, proposal, proof asset, and email body owned by their specialist skills; this skill packages and labels the delivery.
139
139
140
+
## Runtime Permissions
141
+
142
+
This skill needs local filesystem access only for the documented envelope workflow. It reads bundled config files, recipient override INI files, and the configured local logo path, then writes only to the selected `--out` path or default `output/addressed_envelope.pdf`. It runs `generate_envelope.py` and does not require network access, credential access, persistence, privilege escalation, or destructive file operations.
143
+
140
144
## Source
141
145
142
146
This standalone skill was extracted from the envelope generator originally bundled in `CompleteTech-LLC/agentic-contract-skill`.
0 commit comments