storyclaw-alpaca-trading

Automate stock and cryptocurrency trading through the Alpaca API.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/byeSystem32/darius-claw --skill storyclaw-alpaca-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storyclaw-alpaca-trading
Source: https://github.com/byeSystem32/darius-claw/tree/main/workspace/.agents/skills/storyclaw-alpaca-trading
Command: npx skills add https://github.com/byeSystem32/darius-claw --skill storyclaw-alpaca-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alpaca-trade-api-python, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually trading US stocks and cryptocurrencies, providing a streamlined and automated trading experience through the Alpaca API.

Core Features & Use Cases

  • US Stocks & Crypto Trading: Supports both paper trading (simulated) and real trading.
  • Real-time Data: Offers real-time quotes, orders, positions, and RSI strategy.
  • Use Case: For investors looking to trade stocks and cryptocurrencies, this Skill can help automate trades and provide real-time data to inform decision-making.

Quick Start

Use the 'node trading.js account' command to check your account balance.

Frequently Asked Questions about storyclaw-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?

You can automate Alpaca API trading by running Python scripts that execute orders and fetch real-time data for stocks and cryptocurrencies. This Skill handles the trading logic, allowing you to configure and run automated trades seamlessly.

Can I use paper trading to simulate crypto and stock trades with Alpaca?

Yes, paper trading is fully supported for both stocks and crypto. You can simulate trades and test strategies using real-time market data without risking actual capital by configuring your Alpaca API credentials for a paper trading environment.

What do I need to set up before executing real-time trades with Alpaca?

You need Alpaca API credentials and an OpenClaw environment setup to begin trading. The Skill relies on the alpaca-trade-api-python package to connect, fetch real-time quotes, and execute your trading configurations.

Does the Alpaca API support RSI strategy automation for crypto trading?

Yes, RSI strategy automation is supported alongside fetching real-time quotes and positions. The Skill utilizes Python scripts to implement trading logic, allowing you to automate strategies based on real-time RSI data for stocks and crypto.

What is the best way to check account balance before placing real trades on Alpaca?

The best way to check your balance is to run the account command provided by the Skill. Executing the designated script retrieves your current account balance and positions directly from the Alpaca API before you proceed with live trading.

Are there limitations to using Python scripts for Alpaca stock and crypto trading?

Trading is limited to US stocks and cryptocurrencies supported by the Alpaca API. You must ensure your API credentials have the correct permissions for either paper or real trading, and the OpenClaw environment must be properly configured to run the Python scripts.