twitch-automation

Automate Twitch channel operations and management tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill twitch-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitch-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/twitch-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill twitch-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Twitch channel settings and operations by providing a standardized interface for executing platform-specific actions.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Twitch API schemas and tool definitions via Rube MCP.
  • Connection Management: Handle authentication and session state for secure Twitch API interactions.
  • Workflow Execution: Perform multi-step Twitch operations like stream updates or channel moderation using automated execution plans.

Quick Start

Use the twitch-automation skill to discover available tools and execute a stream update command.

Frequently Asked Questions about twitch-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my Twitch account to the automation skill?

Call the RUBE_MANAGE_CONNECTIONS tool with the twitch toolkit argument. If the connection status is not ACTIVE, follow the provided authentication link to authorize the application and complete the setup.

Why must I call RUBE_SEARCH_TOOLS before executing commands?

Tool schemas and available endpoints for Twitch operations change frequently. Calling RUBE_SEARCH_TOOLS ensures you have the most current input requirements and prevents execution errors caused by outdated arguments.

Can I reuse session IDs for multiple Twitch tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain state. However, generate new session IDs when starting entirely different tasks to ensure clean execution logs.

What should I do if a Twitch tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS to ensure it is still ACTIVE. Check the tool schema returned by RUBE_SEARCH_TOOLS to confirm your arguments match the required types and field names.