π¦ ClawHub
TAAPI CLI
by @oscraters
Use this skill to fetch TAAPI.IO indicator data for crypto or stocks, including fast single-indicator requests and bulk/multi-construct queries for agentic t...
π‘ Examples
Use the local helper:
# 1) Set secret once per session
export TAAPI_SECRET="your_secret"2) Direct RSI query
bash scripts/taapi-agent.sh direct \
--indicator rsi \
--exchange binance \
--symbol BTC/USDT \
--interval 1h3) Bulk query from JSON payload
bash scripts/taapi-agent.sh bulk --payload-file examples/bulk-single-construct.json4) Multi-construct query (requires jq)
bash scripts/taapi-agent.sh multi \
--exchange binance \
--symbols BTC/USDT,ETH/USDT \
--intervals 15m,1h \
--indicators rsi,supertrend5) Live smoke tests (requires real TAAPI_SECRET and network access)
bash tests/smoke-live.sh
TERMINAL
clawhub install taapi