happy-scribe-automation

Automate transcription and subtitle operations through the Happy Scribe API via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing transcription and subtitle workflows by providing a direct, automated interface to Happy Scribe tools.

Core Features & Use Cases

  • Automated Transcription: Trigger and manage transcription tasks for audio and video files.
  • Subtitle Management: Automate the generation and retrieval of subtitle files for media assets.
  • Use Case: Automatically transcribe a batch of recorded meetings or video interviews and export the resulting text for content analysis or documentation.

Quick Start

Use the happy-scribe-automation skill to search for available transcription tools and initiate a new job for the provided media file.

Frequently Asked Questions about happy-scribe-automation

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

FAQPage Schema
How do I start a transcription task with Happy Scribe?

Use RUBE_SEARCH_TOOLS to identify the correct transcription tool slug, then execute it via RUBE_MULTI_EXECUTE_TOOL with your media file parameters.

What should I do if my Happy Scribe connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the happy_scribe toolkit to trigger the authentication flow and re-establish an active session.

Can I automate bulk transcription of multiple files?

Yes, use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to iterate through your file list and execute transcription tasks in parallel.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints change frequently; searching ensures you use the most current input arguments and avoid execution errors.