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 kayzaa/k.i.t.-bot --skill seasonalitygit clone --depth 1 https://github.com/kayzaa/k.i.t.-botWrote 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/kayzaa/k.i.t.-bot/seasonality)<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/seasonality"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/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/kayzaa/k.i.t.-bot/seasonality"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/seasonality.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.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 8d 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 seasonality — 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 — 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.
- 8d ago First seen · 148 lines · 0 tokens per session scan A 961dd1f77479
seasonality is a skill published in the GitHub repository kayzaa/k.i.t.-bot (5 stars, last pushed 6mo 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. It is 100% identical to seasonality, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
BytesAgain Crypto Toolkit — 200+ Technical Indicators, Real-Time Market Data
Use when you need real-time crypto prices, technical indicators (RSI, MACD, Bollinger, 50+), market rankings, on-chain data, or trading signals. Zero API key required.
trading-futures
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage.
trading-solana
Trade tokens on Solana DEXes - Jupiter, Raydium, Orca, Meteora, Pump.fun.
pump-swarm
Coordinated multi-wallet trading on Pump.fun.
triggers
Conditional orders that auto-execute when price thresholds are met.
analytics
Performance attribution, trade analytics, and strategy optimization.