Install
openclaw skills install agentic-envelope-skillGenerate branded CompleteTech LLC printable
openclaw skills install agentic-envelope-skillGenerate branded CompleteTech LLC #10 addressed envelope PDFs and delivery package metadata.
This skill owns packaging, addressed envelopes, recipient metadata, attachment lists, output filenames, delivery-readiness checks, and mailing/delivery notes. It does not write the contract, proposal, invoice, certificate, proof asset, delivery record, or email body. Use the orchestrator to decide when this skill is needed, and use agentic-security-review-skill before packaging sensitive attachments or external-action workflows.
generate_envelope.py - self-contained envelope generator.config.ini - provider, recipient, branding, and envelope defaults.examples/client_address_override.ini - recipient address override example.assets/logo.png - envelope header logo.This skill needs local filesystem access only for its documented envelope workflow:
--out path or default output/addressed_envelope.pdf.generate_envelope.py.For a normal envelope run, collect:
Provider return address, branding, postage box text, and print-layout defaults come from config unless the user asks to override them.
TBD or ask for missing delivery facts instead of guessing.pip install -r requirements.txt
python generate_envelope.py \
--config config.ini examples/client_address_override.ini \
--out output/acme_envelope.pdf
generate_envelope.py --config config.ini <override.ini> --out output/<recipient_slug>_envelope.pdf.--no-return-address only when the user asks to omit the sender address.This skill is local-only. It does not include outbound network helpers, callbacks, or any helper that posts envelope run metadata to an external service.