alpacahqalpacahqOfficialยท12 Agent Skills Included

alpaca-skills

Brokerage account onboarding, funding, trading, and backtesting workflows

Guides developers through Alpaca Trading and Broker API workflows: opening accounts, running KYC, moving money, placing orders, streaming market data, and running backtests. Eliminates common production failures like duplicate money transfers, missed events, float rounding errors, and rate-limit crashes. Provides step-by-step guardrails, status state machines, and reconciliation patterns so integrations work reliably in any programming language.
npx skills add alpacahq/alpaca-skills --all -g -y

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-trading-example

Automate Alpaca trading operations including orders, positions, and market data.

Official
Intermediate
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-market-data

Access real-time and historical US stock market data via the Alpaca Market Data API.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-integration

Integrate with the Alpaca Broker API for account management, trading, and market data.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-reconciliation-idempotency

Manage local state convergence with the Alpaca Broker API via idempotent processing and reconciliation.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-rate-limits-resilience

Handle Alpaca API rate limits, retries, backoff, concurrency, and pagination.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-money-precision

Perform string-based monetary calculations for Alpaca's Broker API.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-account-onboarding

Automates brokerage account creation, KYC, and lifecycle management via the Alpaca Broker API.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-journals

Create and manage JNLC and JNLS journals via the Alpaca Broker API.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-sse-events

Manages and replays Server-Sent Event streams from the Alpaca Broker API.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-trading-orders

Automate order placement, management, and tracking for Alpaca Broker API accounts.

Official
Intermediate
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-broker-funding-transfers

Automate ACH, wire, and funding wallet transfers via the Alpaca Broker API.

Official
Advanced
๐Ÿ“ฆ In Repo
alpacahqalpacahq

alpaca-trading-backtest

Execute historical backtests for trading strategies using Alpaca's Trading API.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install alpaca-skills?โ–ผ

Run `npx skills add alpacahq/alpaca-skills --all -g -y` in your terminal to install all skills globally. You also need the Alpaca CLI and API credentials for the workflows to run.

What can I build with Alpaca skills?โ–ผ

You can build brokerage integrations that open accounts, run KYC, fund accounts via ACH or wire, move cash between accounts, place stock and crypto orders, and stream real-time market data.

Can I backtest a trading strategy with these skills?โ–ผ

Yes. The backtest skill runs reproducible historical simulations using the Alpaca CLI, saving all data, code, and reports to a run folder with required disclosures.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. Every skill follows the standard SKILL.md format and works in Claude Code, Cursor, and other compatible coding agents.

Is it safe to let an agent place trades?โ–ผ

The paper-trading skills only submit to Alpaca's simulated paper environment and include hard stops that block live trading, plus order previews and confirmation steps before any submission.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’