Publish Content
Publish approved content to social media, blog, or other channels via Chrome MCP
Publish Content
Publish an approved piece of content via the appropriate channel. This skill reads from the Decisions DB and publishes via Chrome MCP.
Step 1: Read the Approved Item
Fetch the Decisions DB entry to get:
- The content to publish (from Context field)
- The target channel (Twitter/X, LinkedIn, blog, Reddit, forum, etc.)
- The venture slug
Step 2: Publish via Chrome MCP
Twitter/X
- Navigate to
https://twitter.com/compose/tweet(orhttps://x.com/compose/post) - Use form_input to enter the tweet text
- Use computer to click the Post button
- Capture the tweet URL from the resulting page
- Navigate to
https://www.linkedin.com/feed/ - Use computer to click "Start a post"
- Use form_input to enter the post content
- Use computer to click Post
- Capture the post URL
- Navigate to the target subreddit
- Use computer to click "Create Post"
- Use form_input to enter title and body
- Use computer to click Post
Blog (if venture has a blog platform)
- Navigate to the blog admin
- Create a new post with the content
- Publish and capture the URL
General approach for other platforms
- Navigate to the platform
- Find the compose/post area
- Input the content
- Submit and capture the result URL
Step 3: Log the Publication
-
Save to venture's
marketing/published/{date}-{platform}-{slug}.md:# Published: {title} **Platform:** {channel} **Date:** {date} **URL:** {published-url} ## Content {the content that was published} -
Append to venture's
docs/changelog.md:## {date}: [Launch] Published on {platform} {title} — {published-url} -
Update the Decisions DB entry with the published URL in Context
Step 4: Report
"Published to {platform}: {url}"