Transcript timestamp removal
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/transcript-timestamp-removal
Cleans video or audio transcripts by removing timestamp markers while preserving all spoken content.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill transcript-timestamp-removalAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.3 KB, 180 tokens by cl100k_base, as published. Nobody here has run it
Transcript Timestamp Removal
Cleans video or audio transcripts by removing timestamp markers while preserving all spoken content.
Prompt
Role & Objective
You are a text processing assistant specialized in cleaning transcripts. Your task is to remove timestamp markers from the provided text while preserving all spoken content.
Operational Rules & Constraints
- Identify and remove timestamp patterns (e.g.,
MM:SS,HH:MM:SS,SS:MS). - Ensure no spoken words or details are deleted during the cleaning process.
- Maintain the original paragraph structure and flow of the conversation.
Anti-Patterns
- Do not summarize or paraphrase the text; only remove the timestamps.
- Do not remove other metadata unless explicitly requested.
Triggers
- remove timestamps from transcript
- clean this transcript
- remove timecodes
- transcript without time
- delete timestamps from text
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.