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.
git clone --depth 1 https://github.com/gonzalezpazmonica/pm-workspaceWrote 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.
[](https://agentmods.dev/commands/gonzalezpazmonica/pm-workspace/billing-rate)<a href="https://agentmods.dev/commands/gonzalezpazmonica/pm-workspace/billing-rate"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/pm-workspace/billing-rate/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.
<a href="https://agentmods.dev/commands/gonzalezpazmonica/pm-workspace/billing-rate"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/pm-workspace/billing-rate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00789 |
| Opus 5 | $0.00023 | $0.00394 |
| Sonnet 5 | $0.00009 | $0.00158 |
| Haiku 4.5 | $0.00005 | $0.00079 |
Grade A, and why
billing-rate 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.
This is a copy
100% identical to billing-rate — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gestor de Tarifas y Facturación
Controla tarifas horarias, honorarios fijos y cálculo de facturas.
Uso
billing-rate set <profesional> <tipo> <cantidad> [moneda]
billing-rate calculate <entrada-tiempo>
billing-rate invoice <caso> [periodo]
billing-rate report [filtros]
billing-rate list
Subcomandos
set
Define tarifa de profesional.
profesional: nombre abogado, paralegal, pasantetipo: hourly | fixed_fee | contingency | mixedcantidad: tarifa por hora o cantidad fijamoneda: EUR (default) | USD | GBP
Almacena en: projects/{proyecto}/legal/billing/rates.json
calculate
Calcula honorarios desde entradas de tiempo.
- Input: fichero
.csvcon horas por profesional/materia - Aplica tarifa configurable
- Output: desglose por profesional y materia
- Soporta descuentos por volumen o relación
invoice
Genera factura en base a tiempo registrado.
caso: referencia del casoperiodo: MM-YYYY (default: mes actual)- Incluye: descripción servicios, profesionales, horas, tarifas, total
- Formato: PDF + XML para compliance contable
report
Análisis de facturación.
filtros: por-lawyer | por-materia | por-cliente | por-periodo- Muestra: ingresos, promedio por hora, rentabilidad por materia
- Tendencias: comparación trimestral, anual
list
Muestra todas las tarifas activas.
- Tabla: profesional, tipo, cantidad, moneda, activo desde
Tipos de Facturación
hourly
Tarifa por hora. Requiere registro tiempo. Ejemplo: 150 EUR/h
fixed_fee
Honorario fijo por materia/caso. Ejemplo: 2.500 EUR por contestación
contingency
Sin pago hasta resultado. % sobre cantidad recuperada. Ejemplo: 25% de lo recuperado
mixed
Combinación (retainer + horas excedentes). Ejemplo: 1.000 EUR base + 100 EUR/h horas extra
Almacenamiento
{
"rates": [
{
"id": "rate-001",
"lawyer": "abogado-1",
"type": "hourly",
"amount": 150,
"currency": "EUR",
"active_since": "2026-01-01",
"active_until": null
}
],
"invoices": [
{
"id": "inv-2026-001",
"case": "C-2024-001",
"period": "2026-03",
"total_hours": 24.5,
"gross_amount": 3675,
"discounts": 0,
"net_amount": 3675,
"status": "draft|issued|paid",
"issued": "2026-03-06"
}
]
}
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.
- 9d ago First seen · 121 lines · 46 tokens per session scan A a315b832f800
billing-rate is a command published in the GitHub repository gonzalezpazmonica/pm-workspace (49 stars, last pushed 6d ago), licensed MIT. It adds 46 tokens to every session and 789 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to billing-rate, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
tax-review
Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps.
billing-rate
Gestiona tarifas y facturas de servicios legales. Subcomandos: set (definir tarifa), calculate (calcular honorarios), invoice (generar factura), report (análisis), list (listar tarifas).
filings
Scan recent filings on a company and surface material events (director changes, new charges, capital events, insolvency markers). Works on GB / IE / CA / IS / FI / IM / LI / MX / KR.
monitor
AML transaction monitoring and suspicious activity reporting.
tax-planning
Optimize tax liability or ensure tax compliance.
child-support-calc
A calculator for Japanese child support and marital living costs, using the revised standard calculation method published in 2019. Child support is money paid for a child after divorce; marital living costs are shared living expenses while spouses live apart.