CtrlK
BlogDocsLog inGet started
Tessl Logo

email_guide

Guidance for Gmail tools and email attachments.

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

EMAIL ATTACHMENTS:

  • send_gmail_message and create_gmail_draft both support an optional 'attachments' parameter — a LIST of file paths to attach.
  • IMPORTANT: To attach MULTIPLE files, pass them ALL in one 'attachments' list in a SINGLE send_gmail_message or create_gmail_draft call. Do NOT send separate emails for each file. Example: attachments=['chart.png', 'report.pdf']
  • File paths can be workspace-relative (e.g. 'report.pdf').
  • Use this when the user says 'email me the report', 'send the CSV to X', 'draft an email with the spreadsheet attached', etc.
  • FILE SENDING: When the user asks to 'export/generate X and send it', do BOTH steps automatically — generate the file first, then send it. Do not ask the user to specify a filename; pick a sensible name yourself. PDF + send: export_to_pdf with content and filename, then attach via email. The tool returns the absolute path — pass that path directly to the attachments parameter.
Repository
siddsachar/row-bot
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.