invoice-chase

invoice-chase is a skill for Claude Code from Alessandro114/scala-mcp-server. It costs 27 tokens per session (228 once invoked), scanned A, original, MIT.

An invoice-follow-up skill that reviews unpaid invoices and groups them by how late they are. It shows the total amount outstanding and can send reminders.

In plain words
What is it for?
Use it to review 30-, 60-, and 90-plus-day overdue invoices, see totals, and send selected payment reminders.
Why use it?
It makes overdue payments easier to prioritize by separating urgent cases from newer delays. This reduces the manual work of checking invoices and preparing follow-ups.

Skill for Claude Code

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

Part of the scala plugin — 5 skills, 2 MCP servers shipped together

Good fit Use it to review 30-, 60-, and 90-plus-day overdue invoices, see totals, and send selected payment reminders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alessandro114/scala-mcp-server/invoice-chase
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 Alessandro114/scala-mcp-server --skill invoice-chase
Clone the repo
git clone --depth 1 https://github.com/Alessandro114/scala-mcp-server

Made for: Claude Code.

Or install scala, the plugin that ships this one along with the rest of its 5 skills, 2 MCP servers.

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 invoice-chase

README.md
[![agentmods](https://agentmods.dev/badge/skills/alessandro114/scala-mcp-server/invoice-chase/github.svg)](https://agentmods.dev/skills/alessandro114/scala-mcp-server/invoice-chase)
Your own site
<a href="https://agentmods.dev/skills/alessandro114/scala-mcp-server/invoice-chase"><img src="https://agentmods.dev/badge/skills/alessandro114/scala-mcp-server/invoice-chase/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 invoice-chase

Your own site · 80×15
<a href="https://agentmods.dev/skills/alessandro114/scala-mcp-server/invoice-chase"><img src="https://agentmods.dev/badge/skills/alessandro114/scala-mcp-server/invoice-chase.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 228 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.00027 $0.00228
Opus 5 $0.00014 $0.00114
Sonnet 5 $0.00005 $0.00046
Haiku 4.5 $0.00003 $0.00023

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

Security

Grade A, and why

invoice-chase 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/invoice-chase/SKILL.md · 29 lines

What it actually says

Chase Overdue Invoices

Review overdue invoices and help collect payment.

Steps

  1. Call invoice_list with status=overdue
  2. Call finance_summary for context on total receivables

Output Format

Group invoices by urgency:

OVERDUE INVOICES — EUR [total]

CRITICAL (90+ days) — EUR X

  • #INV-001 | Customer | EUR 1,500 | Due: 2026-04-15

WARNING (60-90 days) — EUR Y

  • #INV-002 | Customer | EUR 800 | Due: 2026-05-20

ATTENTION (30-60 days) — EUR Z

  • #INV-003 | Customer | EUR 2,200 | Due: 2026-06-10

Then ask: "Want me to send reminders for any of these?" If yes, use invoice_send for each selected invoice.

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 · 29 lines · 27 tokens per session scan A 63a87d347c3e

Subscribe to this mod's changes

invoice-chase is a skill published in the GitHub repository Alessandro114/scala-mcp-server (2 stars, last pushed 16d ago), licensed MIT. It adds 27 tokens to every session and 228 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

surf

Surf (asksurf.ai) is RETIRED on BlockRun and the blockrunsurf tool was REMOVED in 0.49.0 — the gateway has answered every /v1/surf/ path with HTTP 410 endpointretired since 2026-09-06. Use this skill to route a former Surf question (on-chain SQL, wallet labels and net worth, CEX order books, social mindshare, news) to…

BlockRunAI/blockrun-mcp · 110 tokens

scanner-pmcc

Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.

staskh/trading_skills · 63 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

ib-portfolio-action-report

Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 49 tokens

ib-trades-history

Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 59 tokens

report-stock

Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis.

staskh/trading_skills · 22 tokens