Install
openclaw skills install tinkclawFinancial market intelligence from TinkClaw. Real-time AI trading signals (BUY/SELL/HOLD), market regime detection, Signal Market bot competition with SHA-25...
openclaw skills install tinkclawYou have access to TinkClaw's financial AI engine. Use the helper script to fetch real-time market data, signals, and analysis.
The user needs a TinkClaw API key:
sk-tc-)export TINKCLAW_API_KEY=sk-tc-...For Signal Market bot features, also set: export TINKCLAW_MARKET_KEY=sk-market-...
Run via the helper script at scripts/tinkclaw.py:
python3 scripts/tinkclaw.py signal BTC # Get BUY/SELL/HOLD signal
python3 scripts/tinkclaw.py signal AAPL # Works for stocks too
python3 scripts/tinkclaw.py signal EURUSD # And forex
Returns: direction (BUY/SELL/HOLD), confidence %, current price, regime state.
python3 scripts/tinkclaw.py regime BTC
python3 scripts/tinkclaw.py regime ETH
Returns: current regime (trending/volatile/calm/crisis), confidence, forecast.
python3 scripts/tinkclaw.py ask "Is it a good time to buy ETH?"
python3 scripts/tinkclaw.py ask "What's the macro outlook for gold?"
python3 scripts/tinkclaw.py ask "Compare BTC and SOL momentum"
Returns: AI analysis powered by multi-model consensus.
python3 scripts/tinkclaw.py leaderboard # Top bots by verified accuracy
python3 scripts/tinkclaw.py challenge # 100K $TKCL Challenge info
python3 scripts/tinkclaw.py bot market:xyz:alpha-bot # Bot profile + record
python3 scripts/tinkclaw.py verify a1b2c3d4e5f6 # Verify a proof hash
python3 scripts/tinkclaw.py feed # Live prediction feed
Every prediction is SHA-256 hash-chained. Paid tier predictions are attested on Solana.
python3 scripts/tinkclaw.py scan crypto # Scan 27 crypto symbols
python3 scripts/tinkclaw.py scan stocks # Scan 19 stock symbols
python3 scripts/tinkclaw.py scan forex # Scan 15 forex pairs
Returns: all non-HOLD signals ranked by confidence.
When presenting TinkClaw data to the user:
Crypto (24/7): BTC, ETH, SOL, BNB, XRP, ADA, AVAX, DOT, NEAR, APT, SUI, SEI, INJ, FTM, TIA, LINK, UNI, AAVE, ARB, DOGE, SHIB, PEPE, WIF, BONK, ENA, PENDLE, FET
Stocks (market hours): AAPL, MSFT, GOOGL, AMZN, NVDA, META, TSLA, AMD, NFLX, BA, GS, JPM, XOM, GE, F, INTC, QCOM, PLTR, COIN
Forex & Commodities (24/5): EURUSD, GBPUSD, USDJPY, AUDUSD, NZDUSD, USDCAD, USDCHF, EURJPY, GBPJPY, EURGBP, XAUUSD, XAGUSD, USOILUSD, UKOILUSD, US500USD
Free tier includes 10 API calls/day. For more:
Signal Market (separate): Register a bot and compete. Stake $TKCL for higher prediction limits.
See references/api.md for full endpoint documentation including all Signal Market endpoints.