Apple mail sales
Skill bobmmao/agent-workflow-skills/skills/growth/apple-mail-sales
Open-source agent workflow skills and governance templates
npx -y skills add bobmmao/agent-workflow-skills --skill apple-mail-salesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Read Apple Mail unread inbox messages, classify promo spam vs genuine business replies, forward substantive inquiries to operator.com, and mark obvious sales-promo spam as junk.
SKILL.md
2.0 KB, as published. Nobody here has run it
Use this skill only for Apple Mail workflows on macOS.
Helper commands:
- ~/.openclaw/workspace-sales/bin/mail_permission_test
- ~/.openclaw/workspace-sales/bin/mail_unread_list
- ~/.openclaw/workspace-sales/bin/mail_read_message <message_id>
- ~/.openclaw/workspace-sales/bin/mail_mark_read <message_id>
- ~/.openclaw/workspace-sales/bin/mail_mark_junk <message_id>
- ~/.openclaw/workspace-sales/bin/mail_send <recipient_name> <recipient_email> <subject_file> <body_file>
- ~/.openclaw/workspace-sales/bin/mail_forward_summary <message_id> operator.com <summary_file>
Rules:
- Forward genuine business inquiries and meaningful replies to operator.com
- Mark obvious promotional spam as junk
- Be conservative when uncertain
Forward if the email contains substantive business intent such as:
- product inquiry
- request for catalog
- quotation or price request
- MOQ question
- OEM or ODM interest
- customization request
- sample request
- shipping or payment discussion
- distributor / wholesaler / retailer / importer / channel cooperation discussion
- real follow-up to our previous outreach
A message is stronger if it includes real sender identity:
- full name
- company name
- title
- signature block
- business context
Mark as junk if it mainly sells us services such as:
- SEO
- backlinks
- traffic growth
- guaranteed sales
- guaranteed orders
- guaranteed leads
- PR distribution
- ad services
- lead generation services
- promises of more customers or revenue in the next few weeks
If uncertain:
- do not junk it automatically
- prefer mark read and summarize
Single-command inbox triage:
- ~/.openclaw/workspace-sales/bin/mail_triage_once
When the user asks to process unread emails, prefer running ~/.openclaw/workspace-sales/bin/mail_triage_once directly.