LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

alpaca-integration - Alpaca Integration with alpaca-py SDK

Provides instructions for connecting to Alpaca API, retrieving crypto market data, submitting orders, managing positions, and handling errors using alpaca-py.

Tags

Updated: 2026-09-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Initialize Alpaca clients
  • Fetch historical crypto bars
  • Stream live crypto data
  • Submit market and limit orders
  • Ensure order idempotency
  • Query account balance and positions
  • Close open positions
  • Handle API rate limits

Inputs

  • Alpaca API credentials
  • Paper or live environment setting
  • Crypto symbol pair

Outputs

  • Historical market data DataFrame
  • Live market data stream
  • Order execution response
  • Account and position details

Requirements

  • alpaca-py library
  • Python asyncio environment
  • Alpaca account keys

Source

  • Spec: SKILL.md
alpaca
alpaca-py
crypto
broker-integration
trading
Initialize Alpaca clients
Fetch historical crypto bars
Stream live crypto data
Submit market and limit orders
Alpaca API credentials
Paper or live environment setting
Crypto symbol pair
Historical market data DataFrame
Live market data stream
Order execution response