A clean wrapper around the public REST APIs that power dashboard.internetcomputer.org. You get read-only access to canister metadata, ICRC ledgers, SNS data, the ICP ledger, and network metrics without deploying canisters or spending cycles. The v2+ endpoints use cursor pagination (after, before, limit) and mirror what the live dashboard uses. One gotcha: ICRC API only covers TestICP and other ICRC tokens like ckBTC, not mainnet ICP. For mainnet ICP accounts and transactions, you need the separate Ledger API. Useful when you're building off-chain tooling or scripts that need IC network data over HTTPS. The OpenAPI specs are linked if you want to generate clients.
npx skills add https://github.com/dfinity/icskills --skill ic-dashboard