kalshi-api-integration
Installation
SKILL.md
Kalshi API Integration
Authentication
Credentials stored in kalshkey (never commit):
API_KEY_ID
PRIVATE_KEY_PEM_CONTENT
Load with:
with open("kalshkey") as f:
api_key_id = f.readline().strip()
private_key = f.read()