alpaca-trading

Automate US stock and crypto trading via the Alpaca API.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill alpaca-trading-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpaca-trading
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/alpaca-trading
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill alpaca-trading-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) and config.example.json (resource) components.

What problem does it solve?

This Skill automates trading of US stocks and cryptocurrencies through the Alpaca API, supporting both simulated (paper) and real trading environments.

Core Features & Use Cases

  • Trading Execution: Buy and sell stocks and crypto with market orders.
  • Market Data: Access real-time quotes and historical price data.
  • Strategy Implementation: Utilize basic strategies like RSI mean reversion.
  • Use Case: A user can ask the assistant to buy 10 shares of AAPL or check their current crypto holdings.

Quick Start

Use the alpaca-trading skill to buy 5 shares of TSLA.

Frequently Asked Questions about alpaca-trading

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate stock and crypto trading using the Alpaca API?

Automate stock and crypto trading using the Alpaca API by executing market orders for buy and sell actions. This Skill supports automated order execution for both assets, requiring your Alpaca API keys and credentials for account access.

Can I test trading strategies with paper trading before using real money?

Yes, paper trading is supported for testing strategies before using real money. The Skill enables automated trading in both simulated paper environments and live real trading modes through the Alpaca API.

How do I get real-time quotes and historical market data for stocks?

Get real-time quotes and historical market data for stocks by requesting price information through the Alpaca API. This Skill provides access to real-time market quotes and historical price data to inform your trading decisions.

Can I use RSI mean reversion strategies for crypto trading?

Yes, you can use RSI mean reversion strategies for crypto trading. This Skill supports basic technical indicator analysis, including RSI, allowing you to implement mean reversion strategies for your cryptocurrency trades.

What do I need to set up automated trading with Alpaca?

To set up automated trading with Alpaca, you need API keys and credentials for your Alpaca account, plus a Node.js environment. These credentials allow the Skill to authenticate and execute trades on your behalf.

Are there limitations to the order types available for automated trading?

Yes, limitations exist as the automated trading primarily supports market orders for buying and selling stocks and crypto. Advanced order types are not mentioned, restricting execution to basic market order strategies via the Alpaca API.