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.
npx skills add danielgap/openclaw-planitor --skill pipeline-financialsgit clone --depth 1 https://github.com/danielgap/openclaw-planitorWrote 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/skills/danielgap/openclaw-planitor/pipeline-financials)<a href="https://agentmods.dev/skills/danielgap/openclaw-planitor/pipeline-financials"><img src="https://agentmods.dev/badge/skills/danielgap/openclaw-planitor/pipeline-financials/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/skills/danielgap/openclaw-planitor/pipeline-financials"><img src="https://agentmods.dev/badge/skills/danielgap/openclaw-planitor/pipeline-financials.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.00030 | $0.00917 |
| Opus 5 | $0.00015 | $0.00458 |
| Sonnet 5 | $0.00006 | $0.00183 |
| Haiku 4.5 | $0.00003 | $0.00092 |
Grade A, and why
pipeline-financials 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.
How it starts
The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pipeline Financials — FinancialsAgent
Input
| Archivo | Descripción |
|---|---|
GROUND-TRUTH.json |
Supuestos validados |
MARKET-ANALYSIS.json |
Análisis de mercado |
Output
projects/{proyecto}/v{n}/FINANCIALS.json
{
"inversion_inicial": {},
"costes_fijos_mensuales": {},
"costes_variables": {},
"proyeccion_ingresos": { "conservador": {}, "moderado": {}, "optimista": {} },
"break_even": { "clientes_mes": 0, "meses": 0 },
"cash_flow_mensual": [],
"sensibilidad": { "pesimista": {}, "normal": {}, "optimista": {} },
"unit_economics": {},
"techo_facturacion": 0,
"roi": {},
"payback": {},
"plan_financiacion": {}
}
Frameworks
- Financial Modeling — unit economics, proyecciones, break-even
- Business Plan Validation — stress testing
Prompt Guía
Lee GROUND-TRUTH.json y MARKET-ANALYSIS.json en projects/{proyecto}/v{n}/.
Genera el modelo financiero completo:
1. INVERSIÓN INICIAL desglosada
2. COSTES fijos mensuales + variables por cliente
3. PROYECCIÓN 3 ESCENARIOS: ingresos, costes, cash flow
4. BREAK-EVEN: clientes/mes y meses hasta rentabilidad
5. CASH FLOW MENSUAL (12-24 meses): desglosado por línea de ingreso
6. UNIT ECONOMICS: ticket medio, coste/cliente, margen, LTV, CAC, ratio LTV/CAC
7. TECHO DE FACTURACIÓN
8. ROI + PAYBACK con coste de oportunidad
9. SENSIBILIDAD: qué pasa si ticket medio no se alcanza
10. PLAN DE FINANCIACIÓN (si aplica)
11. PLAN DE CONTINGENCIA: % inversión recuperable
Regla: beneficios BEFORE TAX. Nota sobre IVA/IRPF.
Regla: cada dato real aparece UNA vez.
Guarda como FINANCIALS.json en projects/{proyecto}/v{n}/
Duración Estimada
~2 minutos
Variables Clave
- Sensibilidad 3 escenarios OBLIGATORIA
- Cash flow desglosado por línea, NO solo total
- Unit economics: LTV/CAC ≥ 3:1 en escenario base
- Techo de facturación
- ROI con coste de oportunidad
Validación de Curva de Ingresos (OBLIGATORIO)
Antes de finalizar los proyecciones financieras, verifica que la curva de ingresos es realista para el tipo de negocio:
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 · 107 lines · 30 tokens per session scan A 44aafffecc58
pipeline-financials is a skill published in the GitHub repository danielgap/openclaw-planitor (5 stars, last pushed 4mo ago), licensed MIT. It adds 30 tokens to every session and 917 once invoked, about $0.0002 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.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.