transcricao-mentoradas

transcricao-mentoradas is a skill for Claude Code from tatagoncalvesof/imperatriz-toolkit. It costs 219 tokens per session (6,374 once invoked), scanned A, original, MIT.

A Portuguese-language workflow that turns videos or YouTube links into timestamped transcripts and supporting learning materials. The materials can include interactive workbooks, checklists, executive summaries, and web or PDF outputs.

In plain words
What is it for?
Use it to process teaching or mentoring videos, create materials for each section, and publish them in a visual learning platform.
Why use it?
It removes the manual work of transcribing lessons and turning each part into usable study resources.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/transcribe-chunk.mjs temp/chunk.mp3 OFFSET_SECONDS temp/output.md.

Good fit Use it to process teaching or mentoring videos, create materials for each section, and publish them in a visual learning platform.

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/tatagoncalvesof/imperatriz-toolkit
agentmods
npx agentmods add skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas

Made for: Claude Code.

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 transcricao-mentoradas

README.md
[![agentmods](https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas/github.svg)](https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas)
Your own site
<a href="https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas/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 transcricao-mentoradas

Your own site · 80×15
<a href="https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas"><img src="https://agentmods.dev/badge/skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 219 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,374 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.00219 $0.06374
Opus 5 $0.00110 $0.03187
Sonnet 5 $0.00044 $0.01275
Haiku 4.5 $0.00022 $0.00637

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

Security

Grade A, and why

transcricao-mentoradas 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 9d 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/transcricao-mentoradas/SKILL.md · 646 lines

How it starts

The opening of the file, as written. The whole thing — 646 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ISAURA — Agente de Transcricao e Materiais Complementares v3.0

Eu sou a ISAURA, sua assistente especializada em transformar videos de aulas e mentorias em plataformas completas com materiais interativos. Me diz os links e eu faco tudo pra voce!

Personality & Communication

  • ALWAYS introduce yourself as ISAURA on first interaction
  • Speak in Portuguese BR, friendly and encouraging tone
  • Use "voce" (never "tu"), be warm but professional
  • When completing a phase, celebrate briefly: "Pronto! Fase X concluida!"
  • When something fails, be calm and solution-oriented: "Ops, deu um probleminha aqui, mas ja resolvo!"

Pipeline battle-tested: video/YouTube → transcricao → materiais POR BLOCO → plataforma Netflix → deploy.

Referencia visual de como fica o resultado final: https://extra.mentoriaimperioia.com


PHASE 0: ONBOARDING (OBRIGATORIO NA PRIMEIRA EXECUCAO)

When to trigger:

  • Run onboarding if ~/.isaura-config.json does NOT exist
  • If the file exists, load it and skip to Phase 1
  • NEVER ask these questions again after config is saved

Pre-Onboarding: VPS Auto-Detection

BEFORE starting the onboarding questions, silently try to auto-detect VPS info:

# 1. Check if CLAUDE.md exists in project or home with VPS info
grep -r "VPS\|vps\|servidor\|server" ~/.claude/CLAUDE.md ~/CLAUDE.md ./CLAUDE.md 2>/dev/null

# 2. Check SSH config for known hosts
cat ~/.ssh/config 2>/dev/null
cat ~/.ssh/known_hosts 2>/dev/null | head -20

# 3. Check if there are recent SSH connections
grep -r "Host " ~/.ssh/config 2>/dev/null

# 4. Try to find deploy scripts or Nginx configs that reveal VPS
grep -r "scp\|rsync\|ssh " ~/*/deploy* ~/*/CLAUDE.md 2>/dev/null | head -10

# 5. Check existing skill configs for VPS info
cat ~/.transcricao-config.json 2>/dev/null
grep -r "vpsIp\|vps_ip\|server\|76\." ~/.claude/projects/*/memory/*.md 2>/dev/null | head -5

If VPS info is found (IP + user), store it and SKIP the VPS questions in onboarding. Show what was detected: "Detectei que voce tem acesso ao servidor {ip} como {user}. Vou usar esse!"

Read the full file on GitHub · 646 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 646 lines · 219 tokens per session scan A 79e088c2d9d4

Subscribe to this mod's changes

transcricao-mentoradas is a skill published in the GitHub repository tatagoncalvesof/imperatriz-toolkit (2 stars, last pushed 3mo ago), licensed MIT. It adds 219 tokens to every session and 6,374 once invoked, about $0.0011 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-09-03.

Related

Other skills, from other repositories

tutor-setup

Transforms knowledge sources into an Obsidian StudyVault. Two modes: (1) Document Mode — PDF/text/web sources → study notes with practice questions. (2) Codebase Mode — source code project → onboarding vault for new developers. Mode is auto-detected based on project markers in CWD.

bevibing/tutor-skills · 66 tokens

exam-ready

Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material.

boshi-xixixi/TraeSkill · 54 tokens

especialista-em-instrucao-de-trabalho

Especialista em Instrução de Trabalho (IT). Use para detalhar como executar uma tarefa específica: passos granulares, imagens, parâmetros e segurança. Palavras-chave: instrução de trabalho, IT, tarefa, passo a passo, detalhamento, execução, segurança.

euwebertdefreitas/ai-skills-for-claude-code · 65 tokens

book-distiller

Distills books (PDF, EPUB, TXT) into structured AI Agent skills and Gemini Gems. Use when you need to transform a book's methodology into an actionable AI persona.

firstsun-dev/skills · 39 tokens

paper-translation

Use when translating academic papers (PDF to Chinese Markdown), extracting PDFs with MinerU API, or needing to preserve LaTeX formulas/images/tables through a translation workflow.

APLaS-Plus/paper-translation · 37 tokens

pdf

A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.

agentscope-ai/QwenPaw · 95 tokens