ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Weekly financial report — consolidates Stripe, Omie and Evo Academy data for the week: revenue (courses, subscriptions, tickets), expenses, cash flow projection, overdue accounts, and variance analysis. Trigger when user says 'financial weekly', 'weekly financial report', or
$ npx -y skills add evolution-foundation/evo-nexus --skill fin-weekly-report --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fin-weekly-reportContext preview
The summary Claude sees to decide when to auto-load this skill.
Weekly financial report — consolidates Stripe, Omie and Evo Academy data for the week: revenue (courses, subscriptions, tickets), expenses, cash flow projection, overdue accounts, and variance analysis. Trigger when user says 'financial weekly', 'weekly financial report', or
name: fin-weekly-report description: "Weekly financial report — consolidates Stripe, Omie and Evo Academy data for the week: revenue (courses, subscriptions, tickets), expenses, cash flow projection, overdue accounts, and variance analysis. Trigger when user says 'financial weekly', 'weekly financial report', or 'financial summary of the week'."
Weekly routine that consolidates the week's financial data: revenue, expenses, Stripe, Omie, Evo Academy, projected cash flow, and analysis.
**Always respond in English.**
Use `/int-stripe` to fetch:
Use `/int-omie` to fetch:
Call `GET /api/v1/analytics/summary?period=7d` (env: `$EVO_ACADEMY_BASE_URL`, auth: `Bearer $EVO_ACADEMY_API_KEY`):
Fetch orders da semana: `GET /api/v1/analytics/orders?status=completed&created_after=YYYY-MM-DD&per_page=100`
Fetch assinaturas novas na semana: `GET /api/v1/analytics/subscriptions?status=active&created_after=YYYY-MM-DD&per_page=100`
Group revenue by category:
Use `/int-omie` to fetch:
Consolidate the week's Stripe metrics:
Consolidate the week's Omie metrics:
Consolidate Evo Academy's week metrics:
Based on collected data, project:
List all overdue accounts (receivable and payable):
Write a brief analysis (3-5 bullets) covering:
Write recommended actions (bullets):
Health badge (CSS class):
Read the template at `.claude/templates/html/custom/financial-weekly.html` and replace ALL `{{PLACEHOLDER}}`.
For dynamic revenue/expense tables:
<tr> <td>Category Name</td> <td class="right">R$ X,XXX.XX</td> <td class="right">XX%</td> <td class="right var-positive/var-negative">+X% / -X%</td> </tr>
For cash flow:
<tr> <td>Week DD/MM - DD/MM</td> <td class="right">R$ X,XXX</td> <td class="right">R$ X,XXX</td> <td class="right" style="color:var(--green/--red)">R$ X,XXX</td> <td class="right">R$ XX,XXX</td> </tr>
Values in Brazilian format: R$ 1.234,56
Save to:
workspace/finance/reports/weekly/[C] YYYY-WXX-financial-weekly.html
Create the directory `workspace/finance/reports/weekly/` if it does not exist.
## Financial Weekly generated
**File:** workspace/finance/reports/weekly/[C] YYYY-WXX-financial-weekly.html
**Revenue:** R$ X,XXX ({var}%) | **Expenses:** R$ X,XXX ({var}%)
**MRR total:** R$ X,XXX (Stripe: R$ X,XXX | Evo Academy: R$ X,XXX) | **Projected 30d balance:** R$ XX,XXX
**Alerts:** {N} overdue accounts | {N} pending invoicesGenerate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the…
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…