clientes-morosos

clientes-morosos is a skill for Claude Code from FacturaScripts/fs-claude-plugin. It costs 22 tokens per session (789 once invoked), scanned A, original, MIT.

A FacturaScripts report that finds customers with unpaid invoices and ranks their outstanding debts for collection follow-up.

In plain words
What is it for?
Use it to review overdue customers, sort them by amount or delay, and see totals, invoice details, due dates, and urgency categories.
Why use it?
It shows who owes money, how late the payments are, and which cases need attention first.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fs-user plugin — 5 skills, 2 agents shipped together

Good fit Use it to review overdue customers, sort them by amount or delay…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/facturascripts/fs-claude-plugin/clientes-morosos
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 FacturaScripts/fs-claude-plugin --skill clientes-morosos
Clone the repo
git clone --depth 1 https://github.com/FacturaScripts/fs-claude-plugin

Made for: Claude Code.

Or install fs-user, the plugin that ships this one along with the rest of its 5 skills, 2 agents.

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 clientes-morosos

README.md
[![agentmods](https://agentmods.dev/badge/skills/facturascripts/fs-claude-plugin/clientes-morosos.svg)](https://agentmods.dev/skills/facturascripts/fs-claude-plugin/clientes-morosos)
Your own site
<a href="https://agentmods.dev/skills/facturascripts/fs-claude-plugin/clientes-morosos"><img src="https://agentmods.dev/badge/skills/facturascripts/fs-claude-plugin/clientes-morosos.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 789 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.00022 $0.00789
Opus 5 $0.00011 $0.00394
Sonnet 5 $0.00004 $0.00158
Haiku 4.5 $0.00002 $0.00079

Measured 6d ago against content hash 1dfa4250580d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

clientes-morosos 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 6d 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.

fs-user/skills/clientes-morosos/SKILL.md · 115 lines

How it starts

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

Descripción

Este skill detecta automáticamente:

  • Clientes con facturas impagadas
  • Días de retraso en pago
  • Importe total pendiente por cliente
  • Tendencia de morosidad

Genera un informe accionable para que el área de cobros pueda priorizar seguimiento.

Cómo usar

  1. Activa el skill: /clientes-morosos

  2. El skill procesará automáticamente

  3. Responde (opcional):

    • ¿Incluir solo clientes con retraso? (Sí/No)
    • Ordenar por: Importe o Días de retraso
  4. Recibirás tabla con clientes pendientes de pago

Lo que necesita

  • Conexión activa a FacturaScripts vía fs-mcp
  • Facturas de clientes registradas

Información que obtendrás

Tabla de morosos

Columnas:

  • Cliente: Nombre y CIF
  • Importe pendiente: Dinero que debe
  • Días de retraso: Cuánto tiempo retrasado
  • Última factura: Número y fecha
  • Próximo vencimiento: Si hay facturas próximas

Resumen estadístico

  • Total deuda pendiente
  • Número de clientes morosos
  • Promedio de días de retraso
  • Cliente con mayor deuda
  • Cliente con mayor retraso

Categorización por urgencia

  • 🔴 CRÍTICO: > 90 días sin pagar
  • 🟠 ALTO: 30-90 días sin pagar
  • 🟡 MEDIO: < 30 días de retraso
  • 🟢 MONITOR: Próximo a vencer

Cómo interpretar

Urgencia de cobro

  • CRÍTICO: Contacto inmediato, posible acciones legales
  • ALTO: Llamada telefónica urgente
  • MEDIO: Email de recordatorio + llamada
  • MONITOR: Anticipar cobro antes de vencer

Importe pendiente

El total que el cliente debe de todas sus facturas impagadas (no solo vencidas).

Días de retraso

Días desde el vencimiento original hasta hoy. Negativo = aún no venció, positivo = retrasado

Estrategia de cobro

Usa este informe para:

  1. Priorizar contactos: Empieza por CRÍTICO
  2. Documentar: Guarda el informe para referencia
  3. Seguimiento: Crea tareas con las fechas de vencimiento
  4. Escalado: Casos CRÍTICO → abogado o gestoría

Limitaciones

  • Solo muestra clientes con deuda
  • No incluye pagos parciales de hace poco
  • No predice quién dejará de pagar

Read the full file on GitHub · 115 lines

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. 6d ago First seen · 115 lines · 22 tokens per session scan A 1dfa4250580d

Subscribe to this mod's changes

clientes-morosos is a skill published in the GitHub repository FacturaScripts/fs-claude-plugin (8 stars, last pushed 4d ago), licensed MIT. It adds 22 tokens to every session and 789 once invoked, about $0.0001 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