Agent skill
obsidian-recurring-expenses
Identifica y registra gastos recurrentes desde correos y adjuntos con validacion estricta y trazabilidad.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/obsidian-recurring-expenses
SKILL.md
Obsidian Recurring Expenses
Cuando usar
- Audito gastos recurrentes a partir de correos y adjuntos.
- Necesito actualizar tablas de gastos en el vault.
Entradas esperadas
- Carpetas de correo (por ejemplo
Mail/Outlook/**,Mail/Gmail/**). - Carpeta de gastos (por ejemplo
Finance/Expenses/). - Adjuntos en subcarpetas
99-Adjuntos/o equivalente.
Procedimiento
- Lectura obligatoria
- Leo el correo y el adjunto original.
- Registro la lectura en
cache/lecturas.json.
- Validacion estricta
- Solo registro cargos reales (factura, confirmacion de pago, total cobrado).
- Excluyo promociones o notificaciones sin cargo.
- Normalizar proveedor
- Creo o actualizo una nota por proveedor con una sola tabla consistente.
- Formato de tabla (base)
| Fecha | Importe | Moneda | Factura | Asunto | Fuente |- Separador
|---|---|---|---|---|---|(sin:). Fuentecon wikilinks relativos sin alias.
- Trazabilidad
- Dejo registro de cambios y lecturas en la carpeta de contexto del vault.
Reglas
- No creo notas para proveedores con evidencia insuficiente.
- Si el adjunto es PDF/HTML, convierto a texto con la herramienta disponible.
- Mantengo orden cronologico por fecha.
Entrega
- Tabla actualizada y referencias verificables.
- Resumen de cambios y fuentes usadas.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?