← 返回 Skills 市场
completetech

Agentic Envelope Skill

作者 CompleteTech · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install agentic-envelope-skill
功能描述
Generate branded CompleteTech LLC printable
使用说明 (SKILL.md)

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 --out path or default output/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:

  1. recipient name or organization
  2. recipient mailing address
  3. optional attention line
  4. artifact paths or attachment names when creating a delivery package
  5. 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 TBD or 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

  1. Confirm or collect the recipient organization/name and full mailing address.
  2. Create or update an override INI instead of editing source defaults for one-off recipients.
  3. Run generate_envelope.py --config config.ini \x3Coverride.ini> --out output/\x3Crecipient_slug>_envelope.pdf.
  4. Use --no-return-address only when the user asks to omit the sender address.
  5. If packaging multiple artifacts, return a manifest with artifact path, recipient, delivery mode, approval status, and missing facts.
  6. 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.

安全使用建议
Before installing, confirm you are comfortable adding the pinned PDF-generation dependency and remember that generated envelopes may contain recipient or sender addresses. Use verified addresses and approval status, and choose the output path deliberately because the generator writes the PDF there.
能力评估
Purpose & Capability
The artifacts coherently describe generating branded #10 envelope PDFs and delivery package metadata, and the Python code reads INI configuration and renders a PDF with ReportLab for that purpose.
Instruction Scope
The skill instructs the agent to collect or verify recipient and approval facts, avoid inventing addresses or approval status, and keep contract/invoice/email content outside this skill.
Install Mechanism
Installation declares Python plus pinned packages, including ReportLab for PDF generation; no installer script, post-install hook, or hidden execution path was found.
Credentials
Runtime behavior is local and proportionate: it reads bundled or user-provided config/logo paths and writes a user-selected PDF output path, with no network, credential, or broad indexing behavior found.
Persistence & Privilege
No persistence, privilege escalation, background workers, destructive operations, credential handling, or automatic publishing behavior was found; the only durable effect is the generated PDF file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentic-envelope-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentic-envelope-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Pin ReportLab dependency, clarify runtime permissions, and exclude dev validator from public bundle
v1.0.2
Remove external receipt helper and tighten local validation
v1.0.1
Fix installed package validation and packaged contract template
v1.0.0
Initial CompleteTech public ClawHub release
元数据
Slug agentic-envelope-skill
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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。

💬 留言讨论