Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Best practices for writing high-quality emails that look professional and avoid spam filters. Reference this before composing, replying, or forwarding emails...
Best practices for writing high-quality emails that look professional and avoid spam filters. Reference this before composing, replying, or forwarding emails...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Write emails that look like they came from a real person โ not an AI. Good email hygiene improves deliverability, avoids spam filters, and gets responses.
40-60 characters โ long subjects get truncated on mobile Be specific โ "Q3 metrics review for Acme project" beats "Update" No ALL CAPS โ spam filters penalize this heavily Avoid spam triggers โ "free", "act now", "limited time", "click here", "urgent", "guaranteed", "no obligation" Match the tone โ casual for teammates, professional for external contacts
The --body flag in ravi email compose/reply/forward accepts HTML. Always use semantic tags โ never pass plain text. Note: --subject is only used with ravi email compose. Reply and forward commands auto-derive the subject from the original message (prepending Re: or Fwd:). Do this: <p>Opening line that states the purpose.</p> <p>Supporting details in a second paragraph.</p> <ul> <li>Key point one</li> <li>Key point two</li> </ul> <p>Closing with a clear next step or ask.</p> <p>Best,<br>IDENTITY_NAME</p> Don't do this: Plain text with no tags at all Or this:<br><br>Using br chains<br><br>instead of paragraphs Rules: Always wrap text in <p> tags Use <h2> for section headers (not <h1>) Use <ul>/<li> for lists, not dashes or asterisks Use <a href="...">descriptive text</a> for links โ never bare URLs No <html>, <head>, or <body> wrapper tags โ the email system adds these No <br> chains โ use separate <p> tags instead Get the identity name with: ravi identity list --json | jq -r '.[0].name'
Copy-paste starting point for most emails: NAME=$(ravi identity list --json | jq -r '.[0].name') ravi email compose \ --to "recipient@example.com" \ --subject "Specific subject under 60 chars" \ --body "<p>Hi Alex,</p> <p>I'm reaching out about [specific topic]. [One sentence of context.]</p> <p>[Core message โ what you need, what you're sharing, or what you're asking.]</p> <ul> <li>[Key point or action item]</li> <li>[Key point or action item]</li> </ul> <p>[Clear next step โ what should the recipient do?]</p> <p>Best,<br>$NAME</p>" --json
First person, active voice โ "I'll send the report Monday" not "The report will be sent" Short paragraphs โ 2-3 sentences max per <p> tag Get to the point โ state your purpose in the first sentence End with an action item โ "Can you review by Friday?" not "Let me know your thoughts" No filler phrases โ cut "I hope this email finds you well", "Just wanted to touch base", "Per our previous conversation" No robotic language โ cut "I am writing to inform you", "Please be advised", "Kindly note" Match the thread tone โ if they're casual, be casual. If they're formal, be formal.
These rules help your emails land in the inbox, not spam: High text-to-HTML ratio โ more words, fewer tags. Don't over-format. No link shorteners โ use full URLs. Spam filters distrust bit.ly, t.co, etc. Max 2-3 links per email โ more links = higher spam score No ALL CAPS โ not even for emphasis. Use <strong> instead. No image-only emails โ always include text content One topic per email โ don't cram multiple requests into one message Don't repeat yourself โ saying the same thing in different words triggers spam heuristics
MistakeWhy it's badDo this insteadPlain text in --bodyRenders as one blob, no formattingWrap everything in <p> tags<br><br> chainsLooks spammy, inconsistent spacingUse separate <p> tags"Dear Sir/Madam"Outdated, signals mass emailUse the recipient's name or "Hi there"Wall of textNobody reads long emailsBreak into 2-3 short paragraphs"Click here" linksSpam trigger, bad accessibility<a href="...">descriptive text</a>Empty or vague subjectLow open rates, looks like spamBe specific: "Invoice #1234 for January"Excessive HTML stylingHigh tag-to-text ratio triggers filtersKeep formatting minimalNo signatureLooks impersonal, unprofessionalSign with identity name"Sent by AI" disclaimersUndermines trust, unnecessaryJust write naturally
ravi-email-send โ CLI commands for compose, reply, reply-all, and forward ravi-inbox โ Read incoming email to understand what you're replying to ravi-identity โ Get your identity name for email signatures ravi-feedback โ Tell the Ravi team if email deliverability could be better
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.