mediatorIntercept and filter communications from difficult contacts. Strips emotion, extracts facts, drafts neutral responses. Use when setting up communication filtering for specific contacts, configuring the mediator, or processing intercepted messages. Triggers on "mediator", "intercept messages", "filter communications", "difficult contact", or requests to handle messages from someone the user doesn't want to deal with directly.
Install via ClawdBot CLI:
clawdbot install dylntrnr/mediatorEmotional firewall for difficult relationships. Intercepts messages from configured contacts, strips out emotional content, presents just the facts, and helps draft measured responses.
# Initialize config (creates mediator.yaml if missing)
~/clawd/skills/mediator/scripts/mediator.sh init
# Add a contact to mediate
~/clawd/skills/mediator/scripts/mediator.sh add "Ex Partner" \
--email "ex@email.com" \
--phone "+15551234567" \
--channels email,imessage
# Process incoming (usually called by cron/heartbeat)
~/clawd/skills/mediator/scripts/mediator.sh check
# List configured contacts
~/clawd/skills/mediator/scripts/mediator.sh list
# Remove a contact
~/clawd/skills/mediator/scripts/mediator.sh remove "Ex Partner"
Config lives at ~/.clawdbot/mediator.yaml:
mediator:
# Global settings
archive_originals: true # Archive raw messages after processing
notify_channel: telegram # Where to send summaries (telegram|slack|imessage)
contacts:
- name: "Ex Partner"
email: "ex@email.com"
phone: "+15551234567"
channels: [email, imessage]
mode: intercept # intercept | assist
summarize: facts-only # facts-only | neutral | full
respond: draft # draft | auto (dangerous)
- name: "Difficult Client"
email: "client@company.com"
channels: [email]
mode: assist # Don't hide originals, just help respond
summarize: neutral
respond: draft
imsg watch monitors for new messagesmediator.sh - Main CLI wrapperprocess-email.py - Email processing logicprocess-imessage.py - iMessage processing logicsummarize.py - LLM-based content analysis and summarizationAdd to HEARTBEAT.md:
## Mediator Check
~/clawd/skills/mediator/scripts/mediator.sh check
# Check every 5 minutes during business hours
*/5 9-18 * * 1-5 ~/clawd/skills/mediator/scripts/mediator.sh check
~/.clawdbot/logs/mediator.logOriginal email:
I can't BELIEVE you would do this to me AGAIN. After everything I've done for you!!! You NEVER think about anyone but yourself. I need you to pick up the kids at 3pm on Saturday and if you can't even do THAT then I don't know what to say anymore.
Mediator summary:
From: Ex Partner
Channel: Email
Action Required: Yes
Request: Pick up kids at 3pm Saturday
Suggested response:
"Confirmed. I'll pick up the kids at 3pm on Saturday."
See references/prompts.md for the LLM prompts used in processing.
Generated Mar 1, 2026
A divorced parent uses the Mediator skill to filter emails and iMessages from an ex-partner, stripping emotional content to focus on logistics like child pickup times and financial arrangements. This reduces stress and prevents escalation during co-parenting interactions.
A customer support team applies the Mediator skill to intercept messages from difficult clients, extracting factual complaints and deadlines to draft neutral responses. This improves response accuracy and reduces emotional burnout among support agents.
Human resources departments use the Mediator skill to process communications between employees in disputes, summarizing facts and suggesting measured replies to de-escalate situations and maintain workplace professionalism.
Freelancers and consultants configure the Mediator skill to assist with emails from challenging clients, using neutral summaries to identify project requirements and draft responses that keep projects on track without emotional interference.
Mediators and legal professionals employ the Mediator skill to analyze communications between parties in disputes, stripping emotion to highlight key facts and requests, aiding in preparation for negotiations or court proceedings.
Offer the Mediator skill as a subscription-based service for individuals managing difficult personal relationships, with tiered pricing based on features like the number of contacts or integration channels. Revenue comes from monthly or annual fees.
License the Mediator skill to businesses for use in customer service or HR departments, with custom pricing based on team size and integration needs. Revenue is generated through one-time licenses or annual enterprise contracts.
Provide a free version with basic filtering for a limited number of contacts, and charge for advanced features like auto-response drafts or multi-channel support. Revenue comes from upgrades and in-app purchases.
💬 Integration Tip
Integrate the Mediator skill into existing workflows by setting up cron jobs for regular checks and configuring notify channels like Telegram for real-time summaries to ensure seamless operation.
Write persuasive copy for landing pages, emails, ads, sales pages, and marketing materials. Use when you need to write headlines, CTAs, product descriptions, ad copy, email sequences, or any text meant to drive action. Covers copywriting formulas (AIDA, PAS, FAB), headline writing, emotional triggers, objection handling in copy, and A/B testing. Trigger on "write copy", "copywriting", "landing page copy", "headline", "write a sales page", "ad copy", "email copy", "persuasive writing", "how to write [marketing text]".
Write compelling UX copy, marketing content, and product messaging. Use when writing button labels, error messages, landing pages, emails, CTAs, empty states, tooltips, or any user-facing text.
Use when you have a spec or requirements for a multi-step task, before touching code
You are a Writing Team Lead managing specialized writers via MCP tools. Please ANALYZE the writing task and then:1. if exist references, create a detailed co...
Creates high-quality, SEO-optimized content that ranks in search engines. Applies on-page SEO best practices, keyword optimization, and content structure for...
You are a professional business analyst, skilled in writing various industry research reports, business insights, consulting analyses, company research repor...