ag-revisar-ortografia

ag-revisar-ortografia is a skill for Claude Code from andregusman-raiz/a-gusman-claude. It costs 45 tokens per session (434 once invoked), scanned A, original, MIT.

A spelling and accent checker for Office documents, PDFs, text files, and Markdown in Brazilian Portuguese and English.

In plain words
What is it for?
Use it to review and silently correct spelling and accentuation in supported documents.
Why use it?
It catches writing errors that can make documents look unfinished or change their meaning.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: model in frontmatter; mentions subagents.

Good fit Use it to review and silently correct spelling and accentuation in supported documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andregusman-raiz/a-gusman-claude/ag-revisar-ortografia
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add andregusman-raiz/a-gusman-claude --skill ag-revisar-ortografia
Clone the repo
git clone --depth 1 https://github.com/andregusman-raiz/a-gusman-claude

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 ag-revisar-ortografia

README.md
[![agentmods](https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-revisar-ortografia/github.svg)](https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-revisar-ortografia)
Your own site
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-revisar-ortografia"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-revisar-ortografia/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 ag-revisar-ortografia

Your own site · 80×15
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-revisar-ortografia"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-revisar-ortografia.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 434 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 4
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
How audits are shown
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.00045 $0.00434
Opus 5 $0.00023 $0.00217
Sonnet 5 $0.00009 $0.00087
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade A, and why

ag-revisar-ortografia 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/ag-revisar-ortografia/SKILL.md · 43 lines

What it actually says

ag-revisar-ortografia — Revisar Ortografia

Spawn the ag-revisar-ortografia agent to check and fix spelling and accentuation in documents (PPTX, DOCX, PDF, TXT, MD) for PT-BR and EN.

Invocation

Use the Agent tool with:

  • subagent_type: ag-revisar-ortografia
  • mode: auto
  • run_in_background: false
  • prompt: Compose from template below + $ARGUMENTS

Prompt Template

Path: [arquivo ou pasta a revisar]
Idioma: [pt-br|en|auto]


Revise ortografia e acentuacao no(s) documento(s). Corrija silenciosamente e reporte o que foi corrigido.
Backends (ordem de prioridade): LanguageTool API > phunspell > pyspellchecker.
Formatos suportados: PPTX, DOCX, PDF, TXT, MD.

Important

  • ALWAYS spawn as Agent subagent — do NOT execute inline
  • Uses haiku model for cost efficiency
  • After spawning, confirm to the user

Regra PDF -> Markdown (obrigatoria -- economia de tokens)

Qualquer PDF consumido por esta skill/machine DEVE ser convertido ANTES via markitdown: bash ~/Claude/.claude/scripts/pdf2md.sh <arquivo.pdf> -> Read/Grep no .md gerado (cache automatico). NUNCA Read direto de .pdf para extrair texto. Excecao visual (layout/slides): converter primeiro, Read multimodal depois. Enforcement: hook pdf-read-guard.sh. Detalhes: .claude/rules/pdf-markitdown.md.

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 · 43 lines · 45 tokens per session scan A 34f2575f9042

Subscribe to this mod's changes

ag-revisar-ortografia is a skill published in the GitHub repository andregusman-raiz/a-gusman-claude (19 stars, last pushed 3d ago), licensed MIT. It adds 45 tokens to every session and 434 once invoked, about $0.0002 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

pdf-reading

Use this skill when you need to read, inspect, or extract content from PDF files — especially when file content is NOT in your context and you need to read it from disk. Covers content inventory, text extraction, page rasterization for visual inspection, embedded image/attachment/table/form-field extraction, and…

Ertinox7711/SGRR-AGI-V2 · 115 tokens

pdf-titre

Change le titre d'un PDF (métadonnées /Title et XMP dc:title) par update incrémental — AUCUN octet existant n'est réécrit, donc rien ne casse. Backup automatique + vérification (re-parcours xref + pdftotext). Usage : node pdf-titre.mjs "Nouveau titre".

Ertinox7711/SGRR-AGI-V2 · 82 tokens

study-guide-gen

This skill converts course materials (PDF, PPTX) into structured Markdown study guides using markitdown.

LouisLau-art/multi-agent-skills-catalog · 0 tokens

summarize

Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

sangrokjung/claude-forge · 32 tokens

legal-discovery

Audit e-discovery and litigation document review systems -- data collection pipelines (PST, MBOX, SharePoint, Slack), document processing (OCR via Tesseract/ABBYY, metadata extraction, deduplication), Technology Assisted Review (TAR 1.0/2.0/CAL with recall/precision tracking).

tinh2/skills-hub-registry · 70 tokens

lease-abstraction

Extract a structured abstract from a commercial lease PDF — tenant/landlord identification, premises description + RSF/USF, lease term + commencement/expiration, renewal options (count, notice windows, fair-market rent reset), base rent schedule + escalations (fixed %, CPI-linked.

tinh2/skills-hub-registry · 61 tokens