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.
git clone --depth 1 https://github.com/tatagoncalvesof/imperatriz-toolkitnpx agentmods add skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradasWrote 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.
[](https://agentmods.dev/skills/tatagoncalvesof/imperatriz-toolkit/transcricao-mentoradas)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.jsondoes 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!"
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.
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.
- 9d ago First seen · 646 lines · 219 tokens per session scan A 79e088c2d9d4
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.
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.
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.
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.
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.
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.
A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.