Files
Claude bcef8d937e feat(skills): Add Reddit and YouTube to social-automation collection
- Reddit: Subreddit posts, comments, search, flair management
- YouTube: Video uploads, playlists, analytics, comments
- Updated README with Firefrost use cases
- Reddit especially relevant for r/feedthebeast community
- Updated SKILLS-INDEX.md

Chronicler #73
2026-04-09 13:11:12 +00:00
..

Social Automation Skills

Platform automation skills using Rube MCP (Composio framework).

Requirement: These skills require the Rube MCP server connected at https://rube.app/mcp


Available Automations

Platform File Purpose
Facebook facebook-automation.md Page management, posts, videos, Messenger
Reddit reddit-automation.md Subreddit posts, comments, search
Twitch twitch-automation.md Stream/channel automation
YouTube youtube-automation.md Video uploads, playlists, analytics

How Rube MCP Works

  1. Connect MCP server: Add https://rube.app/mcp to your MCP client
  2. Discover tools: Call RUBE_SEARCH_TOOLS with your use case
  3. Check connection: Call RUBE_MANAGE_CONNECTIONS with the toolkit name
  4. Execute: Use RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs

Firefrost Use Cases

Facebook

  • Cross-post announcements to Facebook Page
  • Schedule launch posts
  • Manage community Messenger conversations

Reddit

  • Post to r/feedthebeast, r/minecraft, r/admincraft
  • Engage with modded Minecraft community
  • Share server updates and modpack releases
  • Monitor community discussions

Twitch

  • Potential future streaming integration
  • Announce streams in Discord
  • Automated clip sharing

YouTube

  • Upload server showcase videos
  • Manage tutorial playlists
  • Track video performance
  • Cross-promote content

Note: These are reference materials. Firefrost doesn't currently use Rube MCP, but these skills document how platform automation could work if we add Composio integration.


Source: skill.fish (ComposioHQ)
Added: 2026-04-09 by Chronicler #73