facturacion-electronica-dte-chile

facturacion-electronica-dte-chile is a skill for Claude Code, Codex from riquelmechile/Skills-Chile. It costs 93 tokens per session (851 once invoked), scanned A, original, MIT.

Guía para diseñar y revisar sistemas de facturación electrónica en Chile. Un DTE es un documento tributario electrónico, como una factura o boleta, cuya validez depende de más que generar un archivo XML.

In plain words
What is it for?
Sirve para revisar XML y esquemas XSD, CAF, TED, folios, firmas, autenticación, estados del SII y preparación de certificaciones para emisores propios o integraciones.
Why use it?
Ayuda a distinguir entre un documento creado, firmado, enviado y aceptado por el SII. También permite detectar errores en folios, firmas, datos tributarios, reintentos, secretos y trazabilidad.

Skill for Claude CodeCodex

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

Good fit Sirve para revisar XML y esquemas XSD, CAF, TED, folios, firmas, autenticación, estados del SII y preparación de certificaciones para emisores propios o integraciones.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/riquelmechile/skills-chile/facturacion-electronica-dte-chile
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 riquelmechile/Skills-Chile --skill facturacion-electronica-dte-chile
Clone the repo
git clone --depth 1 https://github.com/riquelmechile/Skills-Chile

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 facturacion-electronica-dte-chile

README.md
[![agentmods](https://agentmods.dev/badge/skills/riquelmechile/skills-chile/facturacion-electronica-dte-chile/github.svg)](https://agentmods.dev/skills/riquelmechile/skills-chile/facturacion-electronica-dte-chile)
Your own site
<a href="https://agentmods.dev/skills/riquelmechile/skills-chile/facturacion-electronica-dte-chile"><img src="https://agentmods.dev/badge/skills/riquelmechile/skills-chile/facturacion-electronica-dte-chile/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 facturacion-electronica-dte-chile

Your own site · 80×15
<a href="https://agentmods.dev/skills/riquelmechile/skills-chile/facturacion-electronica-dte-chile"><img src="https://agentmods.dev/badge/skills/riquelmechile/skills-chile/facturacion-electronica-dte-chile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 851 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.00093 $0.00851
Opus 5 $0.00046 $0.00426
Sonnet 5 $0.00019 $0.00170
Haiku 4.5 $0.00009 $0.00085

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

Security

Grade A, and why

facturacion-electronica-dte-chile 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 12d 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/facturacion-electronica-dte-chile/SKILL.md · 61 lines

How it starts

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

Facturación Electrónica DTE Chile

Última verificación documental: 2026-07-22.

Convierte la emisión electrónica en una máquina de estados verificable. Un XML generado localmente no es un DTE “aceptado”: la validez operacional depende de reglas técnicas, firma, folios, envío y estados oficiales.

La documentación técnica del SII incluye material histórico. Si el ambiente asignado al contribuyente o una instrucción oficial vigente difiere del material documentado aquí, prevalece la instrucción oficial aplicable y debes registrar la diferencia.

Cuándo usarla

  • diseñar un emisor propio de facturas o boletas electrónicas;
  • revisar XML/XSD, CAF, TED, folios o firma electrónica;
  • preparar certificación SII;
  • auditar reintentos, estados, almacenamiento de secretos y trazabilidad;
  • distinguir “generado”, “firmado”, “enviado” y “aceptado”.

Flujo de trabajo

  1. Fija entorno y alcance. certificación | producción, contribuyente, tipos DTE y evidencia oficial disponible.
  2. Modela tipos y estados. Consulta references/tipos-y-estados.md.
  3. Valida dominio antes de XML. RUT, totales, impuestos, referencias, rangos de folio y reglas del tipo documental.
  4. Construye y valida XML. Usa schemas oficiales versionados y valida antes de firmar y enviar.
  5. Gestiona CAF/TED/folios. Verifica CAF, cifra material sensible y reserva folios atómicamente; nunca reutilices un folio consumido.
  6. Firma fuera de la IA. La clave privada no se entrega al modelo ni a JavaScript no confiable. Verifica la firma después de generarla.
  7. Autentica y envía. Persistir identificadores de seguimiento y tratar timeouts como estado incierto, no como éxito/fracaso inventado.
  8. Consulta estado oficial. Sólo una respuesta oficial puede promover a accepted, accepted_with_repair o rejected.
  9. Conserva evidencia. Hashes de XSD, versión de software, XML, validaciones, Track ID/estado y bitácora; excluye secretos.
  10. Certifica antes de producción. Sigue references/certificacion-y-seguridad.md.

Read the full file on GitHub · 61 lines

Files

What ships with it

3 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. 12d ago First seen · 61 lines · 93 tokens per session scan A 3e1a0316a547

Subscribe to this mod's changes

facturacion-electronica-dte-chile is a skill published in the GitHub repository riquelmechile/Skills-Chile (2 stars, last pushed 16d ago), licensed MIT. It adds 93 tokens to every session and 851 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

expense-review-policy

Review invoices and contracts against accounts-payable policy before human approval.

openai/openai-cookbook · 17 tokens

kyc-doc-parse

Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.

anthropics/financial-services · 49 tokens

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

anthropics/knowledge-work-plugins · 45 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

subcontractor-payment-tracker

Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 25 tokens