What problem does it solve?
Transport Delivery lets you return real files that were already generated on disk through the active chat transport (for example, Weixin or Feishu) instead of only sharing file paths or descriptions.
Core Features & Use Cases
- Guaranteed-ready delivery: only delivers files that already exist on disk, preventing failed “late delivery” uploads.
- Structured transport output: sends one or more existing local files with an optional caption and a compact summary card (title, summary, body, footer, bullets).
- Workspace-safe path handling: keeps deliverable paths inside the current workspace, and requires absolute or workspace-relative paths.
- Correct handling for folders: refuses folder delivery requests and instead guides toward sending contained files individually (especially for Weixin sessions).
- Operational rules: avoids embedding transport markup (XML/JSON) in assistant replies and relies on the adapter for the actual sending.
Quick Start
Use this skill after the deliverable files already exist on disk, then call transport_deliver with deliverables, their paths within the workspace, and an optional caption and card for the user.