From digital-printing
Share a print job folder with a digital printer or other recipients — via email (with the zipped folder attached) and/or Google Drive (folder share link). Pulls customer contact info and order details from the job folder for the message body. Triggers on phrases like "send this to the printer", "share the job folder", "email the print job", "share with the printer".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-printingThis skill uses the workspace's default tool permissions.
Send a finished print job folder to a printer, print shop, or collaborator.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Send a finished print job folder to a printer, print shop, or collaborator.
email — attach zipped folder.email-with-link — upload to Drive, share, paste link in email body (best for jobs over email size limits).gdrive — upload to Drive, set sharing on the Drive folder, return the share URL.Print job: <job-name> [<copies> copies].Pulled from <job>/order.json:
order.pdf. Files in files/. Full archive attached / linked below."<job>.zip, invoke zip-job-folder first.email-with-link or gdrive.resend-personal__send-email) or Google Workspace (gws-personal__send_email). Choice of provider depends on whether the user wants the message in their Sent folder (use Gmail/gws-personal) or whether it's a transactional send (use Resend).Sent to <recipient> at <time>.gws-personal__upload_file / gws-personal__create_folder.gws-personal__share_file with role=reader (or commenter if requested).Optional contacts under $CLAUDE_USER_DATA/digital-printing/config.json:
{
"printer_contacts": [
{
"name": "Office Depot — Talpiot",
"email": "talpiot-print@example.com",
"preferred_channel": "email-with-link"
}
]
}
When the user says "send to Office Depot Talpiot", resolve the email from this list and use the saved preferred channel.
order.json and order.pdf — if not, suggest running create-print-order first.Confirmation with: recipient list, channels used, share URL (if any), email message ID (if any).