canvas-lecture-transcribe

canvas-lecture-transcribe is a skill for Claude Code, Codex from Ait0u5hi/canvas-scholar-mcp. It costs 100 tokens per session (507 once invoked), scanned A, original, MIT.

A tool for finding Canvas lecture recordings and turning them into text. Canvas is a learning platform, and a transcript is a written version of what was said in a recording.

In plain words
What is it for?
Finding a course recording, transcribing it, and then creating summaries, study notes, or answers from the transcript.
Why use it?
It helps students catch up on recorded classes without watching the entire video and makes the material searchable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/transcribe-lecture.mjs "<recording playback URL>" --out lecture.txt.

Good fit Finding a course recording, transcribing it, and then creating summaries, study notes, or answers from the transcript.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Ait0u5hi/canvas-scholar-mcp
agentmods
npx agentmods add skills/ait0u5hi/canvas-scholar-mcp/canvas-lecture-transcribe

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for canvas-lecture-transcribe

README.md
[![agentmods](https://agentmods.dev/badge/skills/ait0u5hi/canvas-scholar-mcp/canvas-lecture-transcribe/github.svg)](https://agentmods.dev/skills/ait0u5hi/canvas-scholar-mcp/canvas-lecture-transcribe)
Your own site
<a href="https://agentmods.dev/skills/ait0u5hi/canvas-scholar-mcp/canvas-lecture-transcribe"><img src="https://agentmods.dev/badge/skills/ait0u5hi/canvas-scholar-mcp/canvas-lecture-transcribe/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for canvas-lecture-transcribe

Your own site · 80×15
<a href="https://agentmods.dev/skills/ait0u5hi/canvas-scholar-mcp/canvas-lecture-transcribe"><img src="https://agentmods.dev/badge/skills/ait0u5hi/canvas-scholar-mcp/canvas-lecture-transcribe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 507 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.00507
Opus 5 $0.00050 $0.00253
Sonnet 5 $0.00020 $0.00101
Haiku 4.5 $0.00010 $0.00051

Measured 11d ago against content hash 3ff218006e6a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

canvas-lecture-transcribe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/canvas-lecture-transcribe/SKILL.md · 47 lines

What it actually says

Canvas lecture transcribe

Locate a class recording via Canvas, then run the companion script to transcribe it. The MCP server only finds the recording; the script does the download + transcription (it's heavy media work kept out of the read-only server).

Steps

  1. Identify the course (call canvas_list_courses for the id if needed).
  2. Call canvas_list_conferences(courseId) and find the session the student means. Look for a recording with show_to_students: true and a playback URL (recording_url / playback / a .../presentation/... or .../capture/ link). If the session is still live or the recording hasn't processed yet, tell the student it isn't ready.
  3. Run the companion script with that URL:
    node scripts/transcribe-lecture.mjs "<recording playback URL>" --out lecture.txt
    
    If it can't auto-locate the media, tell the student to open the playback page, find the audio/video request in their browser's Network tab, and re-run with --media-url "<that URL>".
  4. Read the resulting transcript file and do what the student asked — summarize, pull key points, make study notes, or answer questions from it.

Prerequisites (tell the student if missing)

  • ffmpeg on PATH.
  • A whisper CLI: whisper.cpp (whisper-cli/main + WHISPER_MODEL=/path/ggml-*.bin) or OpenAI whisper. Override with WHISPER_CMD.

Lecture recordings include the instructor's and classmates' voices. Transcribe for the student's own study. Do not redistribute the transcript or feed other people's contributions into shared or training corpora.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 47 lines · 100 tokens per session scan A 3ff218006e6a

Subscribe to this mod's changes

canvas-lecture-transcribe is a skill published in the GitHub repository Ait0u5hi/canvas-scholar-mcp (0 stars, last pushed 2d ago), licensed MIT. It adds 100 tokens to every session and 507 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

stage-dsl

The map for reading and editing an OpenMAIC stage document with readstage, patchstage, and grepstage. Load it before patching a structure you have not patched before, when patchstage rejects an operation, or whenever the path from a stage, outline, scene, content object, or action to the field you need is uncertain.…

THU-MAIC/OpenMAIC · 104 tokens

pptx-import

A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.

THU-MAIC/OpenMAIC · 125 tokens

dev-camp-deck

Creates a professional PowerPoint presentation about a Copilot Dev Camp lab or topic. Researches Microsoft Learn documentation, organizes content into a slide structure, and generates a polished deck with speaker notes. Use when user asks to "create a presentation on", "make a deck about", "build a slideshow for"…

microsoft/copilot-camp · 91 tokens

read-book

When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…

coreyhaines31/makerskills · 192 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

training-report

Produce a professional training/workshop report as a .docx file. Use this skill whenever the user mentions "training report", "workshop report", "compte rendu", "compte rendu de formation", "formation report", "debriefing a workshop", "write up a training session", "résumé de formation", or any request to document a…

samber/cc-skills · 179 tokens