Agentic Envelope Skill
/install agentic-envelope-skill
Agentic Envelope Skill
Purpose
Generate branded CompleteTech LLC #10 addressed envelope PDFs and delivery package metadata.
System Boundary
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.
Resource Guide
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.
Runtime Permissions
This skill needs local filesystem access only for its documented envelope workflow:
- Reads bundled config files, recipient override INI files, and the configured local logo path.
- Writes only to the user-selected
--outpath or defaultoutput/addressed_envelope.pdf. - Runs the local Python entry point
generate_envelope.py. - Does not require network access, credential access, persistence, privilege escalation, or destructive file operations.
Required Inputs
For a normal envelope run, collect:
- recipient name or organization
- recipient mailing address
- optional attention line
- artifact paths or attachment names when creating a delivery package
- delivery mode: physical mail, digital attachment package, or internal archive
Provider return address, branding, postage box text, and print-layout defaults come from config unless the user asks to override them.
Outputs
- Envelope PDF path when physical mailing is requested.
- Attachment/package manifest with artifact names, recipients, and intended delivery mode.
- Recommended filenames for generated artifacts when useful.
- Missing recipient, address, attachment, or approval facts.
- Delivery-readiness note: draft, ready for review, approved to send, or blocked.
Quality Rules
- Do not invent recipient names, mailing addresses, email addresses, or approval status.
- Do not package sensitive attachments for external delivery until recipient and approval status are verified.
- Keep business content in the source skill: contracts, invoices, certificates, proposals, proof, and email copy stay outside this skill.
- Use
TBDor ask for missing delivery facts instead of guessing.
How to Run
pip install -r requirements.txt
python generate_envelope.py \
--config config.ini examples/client_address_override.ini \
--out output/acme_envelope.pdf
Agent Operating Guidance
- Confirm or collect the recipient organization/name and full mailing address.
- Create or update an override INI instead of editing source defaults for one-off recipients.
- Run
generate_envelope.py --config config.ini \x3Coverride.ini> --out output/\x3Crecipient_slug>_envelope.pdf. - Use
--no-return-addressonly when the user asks to omit the sender address. - If packaging multiple artifacts, return a manifest with artifact path, recipient, delivery mode, approval status, and missing facts.
- Return the generated PDF path and remind the user to print at 100% scale when physical mailing is requested.
Network Boundary
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentic-envelope-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentic-envelope-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agentic Envelope Skill 是什么?
Generate branded CompleteTech LLC printable. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Agentic Envelope Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-envelope-skill」即可一键安装,无需额外配置。
Agentic Envelope Skill 是免费的吗?
是的,Agentic Envelope Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentic Envelope Skill 支持哪些平台?
Agentic Envelope Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentic Envelope Skill?
由 CompleteTech(@completetech)开发并维护,当前版本 v1.0.3。