# Send Transcript to Content to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "transcript-to-content",
    "name": "Transcript to Content",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/TomsTools11/transcript-to-content",
    "canonicalUrl": "https://clawhub.ai/TomsTools11/transcript-to-content",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/transcript-to-content",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=transcript-to-content",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "master-knowledge-source-format.md",
      "presentation-guidelines.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "transcript-to-content",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T13:09:19.732Z",
      "expiresAt": "2026-05-08T13:09:19.732Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=transcript-to-content",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=transcript-to-content",
        "contentDisposition": "attachment; filename=\"transcript-to-content-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "transcript-to-content"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/transcript-to-content"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/transcript-to-content",
    "downloadUrl": "https://openagent3.xyz/downloads/transcript-to-content",
    "agentUrl": "https://openagent3.xyz/skills/transcript-to-content/agent",
    "manifestUrl": "https://openagent3.xyz/skills/transcript-to-content/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/transcript-to-content/agent.md"
  }
}
```
## Documentation

### 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

### Step 1: Understand the Request

Identify what type of content the user needs:

Output TypeWhen to UseMaster Knowledge SourceComprehensive structured learning module with metadata, terminology, SOPs, nuances, and assessmentsPresentation/Slide DeckVisual training presentation for delivery or referenceSOP DocumentStep-by-step procedural documentationQuick Reference SheetConcise one-page summary of key points and proceduresStudy GuideOrganized review material for learnersChecklistActionable task list extracted from proceduresFAQ DocumentCommon questions and answers from training contentAction 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:

Read entire transcript(s) for macro-context and overall themes
Isolate distinct topics and group related information
Extract facts, steps, and definitions with precision
Remove conversational filler ("um," "uh," "I think," "maybe," "let's try")
Convert to imperative, authoritative language (use action verbs)
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:

Initialize presentation using slide_initialize tool
Create outline (max 12 slides by default unless user specifies)
Copy logo to project directory if provided:
cp [logo-path] [project-dir]/logo.png


Edit slides one by one using slide_edit tool
Present using slide_present tool
Export to PDF if requested:
manus-export-slides manus-slides://[version-id] pdf

Standard presentation structure:

Title slide
Definition/overview
Step-by-step content (4-6 steps)
Critical success factors
Common pitfalls
Key takeaways
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

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TomsTools11
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T13:09:19.732Z
- Expires at: 2026-05-08T13:09:19.732Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/transcript-to-content)
- [Send to Agent page](https://openagent3.xyz/skills/transcript-to-content/agent)
- [JSON manifest](https://openagent3.xyz/skills/transcript-to-content/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/transcript-to-content/agent.md)
- [Download page](https://openagent3.xyz/downloads/transcript-to-content)