Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

transcript-to-content转录为内容

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

67,152

周安装

2,798

GitHub Stars

1

下载量

22,384
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:transcript-to-content(转录为内容)
来源仓库:https://github.com/tomstools11/transcript-to-content
安装命令:
openclaw skills install transcript-to-content
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install transcript-to-content

简介

此技能将培训和入职会议记录转化为结构化学习材料、文档和可操作的审核内容。在处理入职会议、培训会议或知识转移对话的会议记录时,可以使用此技能来提取关键信息并生成学习指南、快速参考表、清单、常见问题解答文档、行动项目列表和培训效果评估。

SKILL.md

name
transcript-to-content
description
This skill transforms training and onboarding meeting transcripts into structured learning materials, documentation, and actionable review content. Use this skill when processing meeting transcripts from onboarding sessions, training meetings, or knowledge transfer conversations to extract key information and generate study guides, quick reference sheets, checklists, FAQ documents, action item lists, and training effectiveness assessments.

Transcript to Content

Transform raw meeting transcripts and training session recordings into structured learning materials, documentation, and actionable insights.

When to Use This Skill

Use this skill when:

  • User provides meeting transcripts, training session recordings, or onboarding notes
  • User requests structured learning materials from verbal/conversational data
  • User asks to extract key information, procedures, or action items from meetings
  • User needs to create training documentation, SOPs, or reference materials from transcripts
  • User wants to generate study guides, checklists, or FAQ documents from training sessions

Core Workflow

Step 1: Understand the Request

Identify what type of content the user needs:

Output TypeWhen to Use
Master Knowledge SourceComprehensive structured learning module with metadata, terminology, SOPs, nuances, and assessments
Presentation/Slide DeckVisual training presentation for delivery or reference
SOP DocumentStep-by-step procedural documentation
Quick Reference SheetConcise one-page summary of key points and procedures
Study GuideOrganized review material for learners
ChecklistActionable task list extracted from procedures
FAQ DocumentCommon questions and answers from training content
Action Items ListTasks, owners, and deadlines from meeting discussions

Step 2: Locate and Analyze Source Material

If transcripts are in project directory:

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

Search for relevant content by keyword:

grep -ri "keyword" /home/ubuntu/projects/[project-name]/*.md

Read and identify:

  • Main topics and concepts
  • Step-by-step procedures
  • Critical warnings or nuances
  • Terminology and definitions
  • Real examples or scenarios
  • Action items and decisions
  • Questions and answers

Step 3: Extract Structured Content

Apply Chain of Thought processing:

  1. Read entire transcript(s) for macro-context and overall themes
  2. Isolate distinct topics and group related information
  3. Extract facts, steps, and definitions with precision
  4. Remove conversational filler ("um," "uh," "I think," "maybe," "let's try")
  5. Convert to imperative, authoritative language (use action verbs)
  6. Flag unknowns with [MISSING INFO] rather than fabricating

For Master Knowledge Source format:

Read /home/ubuntu/skills/transcript-to-content/references/master-knowledge-source-format.md for complete schema and examples.

Extract these sections:

  • Module Metadata: Topic and learning objective (1 sentence)
  • Key Terminology: Definitions of jargon, acronyms, tools
  • Standard Operating Procedures: Numbered steps in "Action > Result" format
  • Critical Nuances: Warnings, consequences, best practices, context
  • Assessment Data: 3-5 multiple-choice questions based strictly on content

For other document types:

  • Checklists: Extract sequential action items with checkboxes
  • FAQs: Identify questions asked and answers provided
  • Study Guides: Organize by topic with key concepts and examples
  • Action Items: Extract tasks with owners and deadlines

Step 4: Apply Branding (if applicable)

If user provides brand assets:

  • Ask for logo file, brand colors, and font preferences
  • Store logo in working directory
  • Apply brand colors consistently (primary color for accents, highlights, charts)
  • Use specified fonts or professional web fonts (Inter, Roboto, Open Sans)

If no branding provided:

  • Use clean, professional neutral palette
  • Focus on clarity and readability
  • Apply consistent styling throughout

Step 5: Create Deliverables

For Presentations

Read /home/ubuntu/skills/transcript-to-content/references/presentation-guidelines.md for detailed guidelines.

Workflow:

  1. Initialize presentation using slide_initialize tool
  2. Create outline (max 12 slides by default unless user specifies)
  3. Copy logo to project directory if provided:
   cp [logo-path] [project-dir]/logo.png
  1. Edit slides one by one using slide_edit tool
  2. Present using slide_present tool
  3. Export to PDF if requested:
   manus-export-slides manus-slides://[version-id] pdf

Standard presentation structure:

  1. Title slide
  2. Definition/overview
  3. Step-by-step content (4-6 steps)
  4. Critical success factors
  5. Common pitfalls
  6. Key takeaways
  7. Closing slide

Design requirements:

  • Use brand color (if provided) or professional neutral palette
  • Include logo on every slide (if provided)
  • Maintain 720px height limit
  • Use clean, grid-based layouts
  • No excessive shadows, rounded corners, or animations

For SOP Documents

Create Markdown documents with:

  • Clear hierarchical structure (H1, H2, H3)
  • Numbered procedures with imperative language
  • Warning/caution callouts in blockquotes
  • Tables for reference data
  • Inline citations where applicable

Example structure:

# [Procedure Name]

## Overview
[Brief description]

## Prerequisites
- [Required items or conditions]

## Procedure
1. [Action step]
2. [Action step]
3. **CRITICAL:** [Important step with warning]

## Troubleshooting
- **Issue:** [Problem]
  **Solution:** [Resolution]

For Quick Reference Sheets

Create concise one-page documents with:

  • Key terminology in definition list format
  • Essential steps in numbered lists
  • Critical warnings in highlighted boxes
  • Common scenarios with solutions

For Study Guides

Organize by topic with:

  • Learning objectives
  • Key concepts with explanations
  • Examples and scenarios
  • Practice questions
  • Additional resources

For Checklists

Extract action items with:

  • Checkbox format (- [ ])
  • Clear, actionable language
  • Logical sequence
  • Optional: Priority indicators or time estimates

For FAQ Documents

Structure as:

  • Question in bold
  • Answer in clear, concise language
  • Optional: Related questions or resources

For Master Knowledge Source

Follow the schema in references/master-knowledge-source-format.md exactly:

  • Output ONLY the structured content (no preamble or postscript)
  • Use strict Markdown formatting
  • Convert all conversational language to authoritative instructions
  • Flag unknowns with [MISSING INFO]

Quality Standards

Content Accuracy:

  • Base all content strictly on source material
  • Never fabricate steps, data, or information
  • Flag incomplete procedures clearly with [MISSING INFO]
  • Verify terminology definitions against source

Clarity and Readability:

  • Use imperative voice for instructions ("Click", "Navigate", "Set")
  • Maintain clear visual hierarchy
  • Ensure scannability with headings and lists
  • Remove all conversational filler

Consistency:

  • Apply formatting standards throughout
  • Use consistent terminology
  • Maintain uniform structure across similar sections

Branding (if applicable):

  • Use brand colors consistently
  • Include logo on all branded materials
  • Apply specified fonts
  • Follow brand style guidelines

Common Patterns

Pattern 1: Single Topic Training Presentation

User provides transcript(s) on one topic → Extract key content → Create 8-12 slide presentation

Pattern 2: Multiple Topics to Learning Modules

User provides multiple transcripts → Extract each as separate module → Deliver as structured documents

Pattern 3: Quick Reference SOP

User needs specific procedure → Extract relevant steps → Create concise SOP document

Pattern 4: Training Overview Summary

User requests summary of topic → Search transcripts → Extract and synthesize key points → Deliver as Markdown

Pattern 5: Onboarding Checklist

User provides onboarding transcript → Extract sequential tasks → Create checklist with checkboxes

Pattern 6: Meeting Action Items

User provides meeting notes → Extract decisions and tasks → Create action items list with owners

Troubleshooting

Issue: Slide appears empty in PDF Solution: Check padding values. Reduce padding, adjust spacing, ensure content fits within 720px height.

Issue: Logo not displaying Solution: Verify logo was copied to project directory. Use absolute path in HTML.

Issue: Content seems incomplete Solution: Flag with [MISSING INFO] rather than guessing. Ask user for clarification if critical.

Issue: Presentation exceeds height limit Solution: Reduce font sizes, decrease spacing, condense content, or split into additional slides.

Issue: Too much conversational filler in output Solution: Apply stricter filtering. Remove phrases like "I think," "maybe," "um," "uh," "let's try."

Issue: Procedures lack clarity Solution: Convert to imperative voice. Use action verbs. Add "CRITICAL" prefix to important steps.

Resources

  • Master Knowledge Source Format: references/master-knowledge-source-format.md - Complete schema for structured learning modules
  • Presentation Guidelines: references/presentation-guidelines.md - Detailed presentation design and creation guidelines

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.53%
按下载量换算21,831

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills