Transcribe
Skill yigityildiz0/universal-ai-skill-library/skills/common/transcribe
Transcribe audio or video with an already configured local or approved speech-to-text capability, selecting current supported options from evidence at run.From its SKILL.md
npx -y skills add yigityildiz0/universal-ai-skill-library --skill transcribeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things 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.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 352 tokens by cl100k_base, as published. Nobody here has run it
Transcription
Inspect and scope
Record file type, duration, channels, sample rate, language(s), speaker count, noise/music, privacy, desired timestamps, diarization, speaker names, verbatim versus cleaned style, and output format. Preserve the original.
Choose an available path
Use an installed local engine or an already approved/configured API. Verify current supported model IDs, size/duration limits, diarization, prompting, timestamp, and language behavior from installed/current official documentation. Do not hard-code a model, silently upload audio, install dependencies, or spend credits.
For sensitive recordings, prefer local processing. Named-speaker references require consent and must be stored/removed intentionally. Do not infer speaker identity from voice alone.
Process
- Normalize/convert audio losslessly enough for speech recognition and keep channel information when it helps speaker separation.
- Chunk long files on silence/overlap boundaries and retain source offsets.
- Preserve uncertainty with markers rather than inventing words.
- Use a glossary for verified names/terms; do not let a prompt override the audio.
- Keep raw, timestamped, and cleaned transcripts separate. Cleaning may fix punctuation/fillers but must not alter facts.
Validate
Spot-check the start, middle, end, speaker transitions, low-confidence segments, names, numbers, dates, negations, and domain terms against audio. Check caption timing/line length when producing SRT/VTT. For important work, report word/error uncertainty or a reviewed-segment list.
Deliverable
Return output paths, engine/provider and configuration source, language, timestamps/diarization choices, coverage, low-confidence markers, whether audio left the device, and deletion/retention status of temporary files.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.