Send Outreach
Send approved outreach messages via Chrome MCP — email, social DM, or forum post
Send Outreach
Send an approved outreach message via the appropriate channel. This skill reads from the Decisions DB and sends via Chrome MCP.
Step 1: Read the Approved Item
Fetch the Decisions DB entry to get:
- The target recipient/community
- The channel (email, Twitter DM, LinkedIn message, forum post)
- The message content
- The venture slug
Step 2: Send via Chrome MCP
Email (Gmail)
- Navigate to
https://mail.google.com/mail/u/0/#inbox - Use computer to click "Compose"
- Use form_input to fill To, Subject, and Body
- Use computer to click Send
Twitter/X DM
- Navigate to
https://twitter.com/messages - Use computer to start a new message
- Search for the recipient
- Use form_input to enter the message
- Send
LinkedIn Message
- Navigate to
https://www.linkedin.com/messaging/ - Use computer to start a new message
- Search for the recipient
- Use form_input to enter the message
- Send
Forum/Community Post
- Navigate to the target forum/community
- Create a new post or reply
- Use form_input to enter the content
- Submit
Step 3: Log the Outreach
-
Append to venture's
data/outreach-log.md:| {date} | {channel} | {target} | {subject/summary} | Sent |Create the file with headers if it doesn't exist:
# Outreach Log | Date | Channel | Target | Subject | Status | |------|---------|--------|---------|--------| -
Update the Decisions DB entry to confirm sent
Step 4: Report
"Sent {channel} outreach to {target}: {subject}"
Important Notes
- Never send unsolicited bulk messages — per guardrails, all outreach must be genuinely relevant
- Respect opt-outs — if a recipient has previously declined, do not re-contact
- Be transparent — disclose AI involvement where appropriate
- One at a time — send outreach individually, not in bulk batches