streamtime-automation

Automate Streamtime project 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 streamtime-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: streamtime-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/streamtime-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill streamtime-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually navigating Streamtime interfaces by providing a standardized, automated way to execute project management tasks directly through an AI agent.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Streamtime tool schemas to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Streamtime integrations.
  • Workflow Execution: Perform multi-step operations like task updates or project tracking using Rube MCP.

Quick Start

Use the streamtime-automation skill to search for available tools and execute a task update for the current project.

Frequently Asked Questions about streamtime-automation

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

FAQPage Schema
How do I connect Streamtime to my AI agent?

Connect Streamtime by configuring the Rube MCP server and calling the RUBE_MANAGE_CONNECTIONS tool with the 'streamtime' toolkit slug to initiate the authentication flow.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans, preventing errors caused by outdated tool definitions.

Can I automate bulk operations in Streamtime?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to execute bulk operations efficiently across your Streamtime project data.

What should I do if my connection status is not active?

If the connection status is not active, re-run the RUBE_MANAGE_CONNECTIONS tool and follow the provided authentication link to re-authorize your Streamtime account.

Are there limitations to using Rube MCP for Streamtime?

Limitations include the requirement for active session management and strict adherence to schema-compliant arguments discovered during the search phase.