gauss314gauss314Community·32 Agent Skills Included

skills

Global market data, backtesting, options pricing, and broker trading

Pulls stock quotes, financial statements, macro series, and earnings transcripts from 30+ free sources including Yahoo Finance, SEC EDGAR, FRED, TradingView, and Argentine exchanges. Runs quantitative workflows: strategy backtesting with 30+ risk ratios, option pricing with 9 models, and portfolio optimization via Markowitz, Black-Litterman, and HRP. Executes real trades through Alpaca and Primary broker connections, eliminating manual data collection and spreadsheet work.
npx skills add gauss314/skills --all -g -y

All Skills in This Repository (32)

Pure Emerald Level Indicators
📦 In Repo
gauss314gauss314

finviz

Scrape fundamental, technical, and insider trading data from Finviz quote pages into JSON.

Community
Intermediate
📦 In Repo
gauss314gauss314

alpaca-data

Retrieve historical and real-time OHLCV bars and options chains from the Alpaca API.

Community
Intermediate
📦 In Repo
gauss314gauss314

historyofmarket

Retrieve historical US market datasets via standard HTTP JSON requests.

Community
Intermediate
📦 In Repo
gauss314gauss314

backtesting

Run event-driven backtests with statistical copulas and parameter optimization.

Community
Advanced
📦 In Repo
gauss314gauss314

barchart

Extract quotes, fundamentals, and earnings estimates from Barchart via static HTML scraping.

Community
Intermediate
📦 In Repo
gauss314gauss314

investing

Extracts quotes, OHLCV data, and fundamental statements from Investing.com via HTML parsing.

Community
Advanced
📦 In Repo
gauss314gauss314

marketwatch

Scrape real-time financial quotes and statements from MarketWatch.

Community
Intermediate
📦 In Repo
gauss314gauss314

option-pricing

Calculate theoretical prices and Greeks for European and American options.

Community
Advanced
📦 In Repo
gauss314gauss314

simplywallst

Extract financial data and snowflake scores for global equities via REST API.

Community
Intermediate
📦 In Repo
gauss314gauss314

alpaca-trading

Execute financial trades and manage account assets via the Alpaca API.

Community
Advanced
📦 In Repo
gauss314gauss314

macrotrends

Scrape historical financial statements and ratios from Macrotrends for US-listed stocks and ADRs.

Community
Intermediate
📦 In Repo
gauss314gauss314

fred-macro

Retrieve macroeconomic time series data from the FRED API.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install gauss314/skills?

Run `npx skills add gauss314/skills --all -g -y` in your terminal to install all skills globally. To install a single skill, use `npx skills add gauss314/skills --skill finviz -g -y`.

What financial data sources does this cover?

It covers 30+ free sources including Yahoo Finance, SEC EDGAR, FRED, Alpha Vantage, Finnhub, TradingView, Morningstar, and Argentine sources like BYMA, BCRA, MAE, and CAFCI. Most require no API key.

Can I backtest trading strategies with this?

Yes. The backtesting skill includes an event-driven engine with 8 built-in strategies, 30+ risk ratios, walk-forward validation, Monte Carlo simulation, and Markowitz portfolio optimization, all in flat Python with numpy.

Does it support real trade execution?

Yes. The alpaca-trading and primary skills let you place orders, check positions, and manage accounts on Alpaca (US stocks, options, crypto) and Primary (Argentine futures), with free paper trading support.

Do I need coding experience to use these skills?

No. Once installed, your agent runs the underlying Python scripts based on plain-English requests like fetching a quote or pricing an option.

Related Repositories in Finance & Accounting

View All in Finance & Accounting