AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Seasonal Patterns

skill-openaccountant-skills-seasonal-patterns · by openaccountant

>

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-openaccountant-skills-seasonal-patterns

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openaccountant-skills-seasonal-patterns)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Seasonal Patterns? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Seasonal Pattern Detection

Overview

Identify cyclical trends in your revenue and expenses over a 12-month or multi-year window. Reveals which months are historically strong or weak, enabling better cash management, staffing, and marketing timing.

Wilson Tools Used

  • spending_summary — pull monthly income and expense totals across 12+ months to build a seasonal profile

Workflow

  1. Ask for the analysis window (minimum 12 months, 24+ months preferred for statistical confidence).
  2. Use spending_summary for each month in the window to get monthly revenue and expense totals.
  3. Calculate the monthly index: Month Index = Month Revenue / Average Monthly Revenue * 100.
  • Index > 100 = above-average month
  • Index < 100 = below-average month
  1. Identify peaks and troughs.
  2. Generate the seasonal profile:
SEASONAL PATTERN ANALYSIS — [Period]
══════════════════════════════════════════════════════════
Month    Avg Revenue   Index   Avg Expenses   Trend
──────────────────────────────────────────────────────────
Jan        $8,200        82      $6,100       Slow start
Feb        $7,800        78      $5,900       ▼ Trough
Mar        $9,500        95      $6,500       Recovering
Apr       $11,200       112      $7,200       ▲ Above avg
May       $12,500       125      $7,800       ▲ Strong
Jun       $13,000       130      $8,200       ▲▲ Peak
Jul       $11,800       118      $7,500       ▲ Above avg
Aug       $10,200       102      $7,000       Average
Sep       $10,500       105      $7,200       Average
Oct       $11,000       110      $7,500       ▲ Above avg
Nov        $9,500        95      $8,500       Expense spike
Dec        $6,800        68      $9,000       ▼▼ Low + high cost
──────────────────────────────────────────────────────────
Annual   $122,000       100     $88,400
Peak Month: June (130)    Trough Month: December (68)
Seasonal Range: 62 points
══════════════════════════════════════════════════════════
  1. Calculate the seasonal range (peak index - trough index). Over 50 points indicates significant seasonality.
  2. Provide actionable recommendations:
  • Build cash reserves during peak months for trough months
  • Time major expenses (equipment, marketing campaigns) for peak-revenue months
  • Consider seasonal pricing or promotions during slow months

Without Wilson

  1. Export 12-24 months of transactions from your bank as CSV.
  2. In a spreadsheet, add a Month column: =TEXT(Date,"YYYY-MM") and a MonthNum column: =MONTH(Date).
  3. Create a pivot table: Rows = MonthNum, Values = Average of Income, Average of Expenses (use separate columns for multi-year averaging).
  4. Overall Average: =AVERAGE(AllMonthlyRevenues).
  5. Seasonal Index per month: =MonthAvgRevenue/OverallAvg*100.
  6. In Google Sheets, create a line chart of monthly revenue with a trendline to visualize the pattern.
  7. For statistical detection, use Excel's =FORECAST.ETS.SEASONALITY(values, timeline) to auto-detect the seasonal period length.
  8. Google Sheets alternative: chart the data and add a polynomial trendline (order 4-6) to see the seasonal curve.

Important Notes

  • You need at least 12 months of data for meaningful seasonal analysis. With only one year, you cannot distinguish seasonal patterns from one-time events. Two or more years dramatically improves confidence.
  • Not every business is seasonal. If your seasonal range is under 20 points, your revenue is relatively stable month-to-month.
  • Expense seasonality matters too. Insurance renewals, annual software subscriptions, and quarterly tax payments create predictable expense spikes.
  • Overlay seasonal patterns onto your cash flow forecast for more accurate projections.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.