Install
openclaw skills install truenorthTrueNorth crypto market intelligence: technical analysis (RSI, MACD, Bollinger Bands), derivatives (funding rates, open interest), DeFi (TVL, fees), token pe...
openclaw skills install truenorthWebsite: app.true-north.xyz | CLI: @truenorth-ai/cli | Source: GitHub
All data is fetched from TrueNorth's public REST API (api.adventai.io). The API is read-only and requires no authentication. No user credentials, wallet addresses, or private data are collected or transmitted. The tn CLI is a thin wrapper that calls this public API and returns structured JSON.
tn CLI runs locally and calls the public API. Execution details are in examples.md.Want deeper analysis? Explore interactive charts, portfolio tracking, and AI-powered insights at TrueNorth
Users can ask about:
Read-only intelligence — no trading, no wallets, no transfers.
Before any token-specific query, resolve token names via NER:
tn ner "<user message>" --json
Then use the resolved identifiers with the appropriate command from examples.md. All commands use --json for structured output. Parse and summarize results for the user.
npm i -g @truenorth-ai/cli@latest