happy-scribe-automation
Automate Happy Scribe tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:14
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-happy-scribe-automation&locale=en&source=copy
Happy Scribe Automation — Transcription Automation with Rube MCP
Skills Overview
Use Composio’s Happy Scribe toolkit and Rube MCP to automatically handle tasks such as audio transcription and subtitle generation—no need to write API-calling code.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to dynamically fetch available Happy Scribe tools and the latest parameter formats, eliminating the need to manually maintain API documentation.RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBench to process multiple files, with support for paginating large jobs and tracking progress.FAQs
How do I set up Happy Scribe automation?
First, make sure Rube MCP has been added to your client configuration (add
https://rube.app/mcp), then call RUBE_MANAGE_CONNECTIONS to select the happy_scribe toolkit. Follow the authorization link returned to complete the login.Why call RUBE_SEARCH_TOOLS first?
Composio’s tool schemas are frequently updated. Hard-coding tool names and parameters can cause calls to fail.
RUBE_SEARCH_TOOLS returns the current list of available tools, the correct parameter format, and reminders about common issues.Are there limits on batch transcription?
Happy Scribe automation itself has no restriction on the number of tasks, but you should consider Composio account quotas and your Happy Scribe subscription plan. It’s recommended to test with a small batch first, and then process large volumes only after confirming the connection status is
ACTIVE.