Transcript to Content for Openclaw

An AI-powered workflow designed to transform conversational meeting transcripts and training recordings into structured, professional documentation and learning materials.

tomstools11
v1.0.0
Jan 27, 2026
1
2.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install transcript-to-content

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install transcript-to-content using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Transcript to Content?

The transcript-to-content skill is a robust solution for teams that need to bridge the gap between verbal knowledge transfer and formal documentation. It leverages advanced natural language processing to analyze raw transcripts from onboarding sessions, training meetings, or knowledge transfer calls. By filtering out conversational filler and identifying core procedures, it allows users of Openclaw Skills to maintain a high-quality internal knowledge base without manual transcription or editing.

This skill synthesizes technical content into various formats including Master Knowledge Sources, SOPs, and even visual presentations. It ensures that every critical nuance, warning, and action item discussed in a meeting is captured and formatted according to professional standards, making it an essential tool for scaling organizational knowledge.

Transcript to Content Use Cases

  • Creating step-by-step Standard Operating Procedures (SOPs) from onboarding recordings.
  • Generating comprehensive study guides and FAQs for new hires based on training sessions.
  • Extracting actionable task lists and ownership assignments from project sync meetings.
  • Transforming verbal presentations into professional, branded slide decks for stakeholders.

How Transcript to Content Works

  1. Analyze the user request to determine the required output format such as an SOP, checklist, or presentation.
  2. Locate source material within the project directory using grep and file system tools to identify key topics.
  3. Apply Chain of Thought processing to extract facts, definitions, and procedures while removing conversational filler like 'um' and 'uh'.
  4. Convert extracted data into imperative, authoritative language suitable for technical documentation.
  5. Apply branding assets including logos and specific color palettes if provided by the user.
  6. Generate the final deliverable files, such as Markdown documents or exported PDF slide decks.

Transcript to Content Setup

To begin using this skill within the ecosystem of Openclaw Skills, ensure your transcripts are accessible in your project path. You can verify the source files using the following command:

ls -lah /home/ubuntu/projects/[project-name]/

If you are generating high-level modules, refer to the master knowledge source schema located at:

cat /home/ubuntu/skills/transcript-to-content/references/master-knowledge-source-format.md

Transcript to Content Data Schema & Taxonomy

The skill organizes content into structured Markdown or slide objects based on the following taxonomy:

Data Component Format Description
Module Metadata YAML/Markdown Topic summary and single-sentence learning objectives.
Key Terminology Definition List Jargon, acronyms, and tool definitions extracted from context.
Procedures Numbered List Action > Result steps using imperative verbs.
Nuances Blockquotes Critical warnings, best practices, and consequences.
Assessment Quiz Format 3-5 multiple-choice questions based on the transcript content.

Transcript to Content Advanced Features

  • Chain of Thought filtering to eliminate conversational noise and verbal tics.
  • Intelligent knowledge gap detection that flags missing information with [MISSING INFO] tags instead of hallucinating details.
  • Automated slide deck generation with 720px height constraint management and grid-based layouts.
  • Multi-format support allowing for exports to Markdown, PDF, and interactive presentation modes.
  • Brand-aware styling that integrates custom logos and color schemes across all generated assets.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*