Entry point for integrating with the Alpaca Broker API (plus Market Data and Trading APIs) in any programming language. Use when a developer wants to build on Alpaca — open brokerage accounts, run KYC, fund accounts, move money via journals, place orders, consume real-time event streams, or pull market data — and need to know base URLs, auth, conventions, or which focused sub-skill to use.
$npx -y skills add alpacahq/alpaca-skills --skill integrationInstalls into the current project.
Run `npx skills use "https://github.com/alpacahq/alpaca-skills" --skill "alpacahq/alpaca-skills/integration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alpacahq/alpaca-skills" that are relevant to the current task. Run `npx skills add "https://github.com/alpacahq/alpaca-skills"` and select the relevant skills, then follow their instructions.