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 Signal-Execution-Labs/forex-trading-ai-agent --skill seasonalitygit clone --depth 1 https://github.com/Signal-Execution-Labs/forex-trading-ai-agentWrote 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/signal-execution-labs/forex-trading-ai-agent/seasonality)<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/seasonality"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/seasonality/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/signal-execution-labs/forex-trading-ai-agent/seasonality"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/seasonality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00000 | $0.01124 |
| Opus 5 | $0.00000 | $0.00562 |
| Sonnet 5 | $0.00000 | $0.00225 |
| Haiku 4.5 | $0.00000 | $0.00112 |
Grade A, and why
seasonality 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- seasonality — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Seasonality Analyzer
Skill #93 - Discover annual patterns and time-based market cycles
Overview
Track how assets perform during specific months, weeks, and days across multiple years. Identify recurring seasonal patterns like "Sell in May," tax-loss harvesting, Santa Rally, and crypto-specific cycles.
Inspired by TradingView's Seasonals feature.
Features
- Monthly Returns: Average performance by month
- Weekly Patterns: Day-of-week effects
- Holiday Analysis: Performance around major holidays
- Multi-Year Overlay: Compare current year to historical average
- Sector Rotation: When does each sector outperform?
- Crypto Cycles: Halving cycles, altseason patterns
- Custom Date Ranges: Define your own seasonal windows
Usage
# Monthly seasonality
kit skill seasonality --symbol SPY --years 10
# Weekly pattern
kit skill seasonality --symbol BTCUSDT --mode weekly
# Compare current year to average
kit skill seasonality --symbol AAPL --overlay current
# Sector rotation calendar
kit skill seasonality --mode sectors --years 5
# Crypto halving cycle
kit skill seasonality --symbol BTC --cycle halving
Configuration
seasonality:
lookback_years: 10
min_years: 3
confidence_threshold: 65%
known_patterns:
- name: "January Effect"
description: "Small caps outperform in January"
months: [1]
assets: ["IWM", "small_caps"]
- name: "Sell in May"
description: "Weak May-October period"
months: [5, 6, 7, 8, 9, 10]
bias: "bearish"
- name: "Santa Rally"
description: "Last 5 days + first 2 days"
date_range: "Dec 25 - Jan 2"
bias: "bullish"
- name: "Tax Loss Harvesting"
description: "Selling losers in December"
months: [12]
bias: "bearish for losers"
Example Output
{
"symbol": "SPY",
"years_analyzed": 10,
"monthly_returns": {
"January": { "avg": 1.2, "positive": 70, "confidence": "high" },
"February": { "avg": -0.1, "positive": 50, "confidence": "low" },
"March": { "avg": 1.5, "positive": 80, "confidence": "high" },
"April": { "avg": 2.1, "positive": 80, "confidence": "high" },
"May": { "avg": 0.3, "positive": 50, "confidence": "low" },
"November": { "avg": 2.8, "positive": 90, "confidence": "very high" },
"December": { "avg": 1.9, "positive": 80, "confidence": "high" }
},
"best_months": ["November", "April", "December"],
"worst_months": ["September", "February", "May"],
"current_month_forecast": {
"month": "February",
"historical_avg": -0.1,
"current_return": 1.5,
"deviation": "+1.6%"
}
}
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 · 148 lines · 0 tokens per session scan A 961dd1f77479
seasonality is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,124 tokens. 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-09-03.
Other skills, from other repositories
cost-efficiency-analyzer
Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…
onboarding
First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.
equity-risk-reviewer
Use for portfolio-facing stock risk briefs that separate market facts, interpretation, and non-investment-advice boundaries.
stock-valuation
Multi-method stock valuation using DCF, comparable company analysis, EV multiples, and residual income models.
technical-analysis
Technical analysis of US stocks using charts and indicators.
chart-master
Generate professional financial charts in Mermaid, ASCII, or HTML/Chart.js — MA lines, histograms, candlestick, volume, RSI/MACD, and more for markdown reports.