
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
@skillhq/onchain
Advanced tools
CLI for crypto portfolio tracking, market data, and CEX history. Designed for both human use and AI agent integration.
Install the skill for your AI coding agent:
npx skills add https://github.com/skillhq/onchain --skill onchain
Install the CLI globally:
npm install -g @skillhq/onchain
Then configure your API keys:
onchain setup
This interactive wizard walks you through configuring Zerion (recommended), Coinbase, Binance, and other providers.
# Check token prices
onchain price btc
onchain price eth sol matic
# View wallet balances (auto-detects EVM/Solana)
onchain balance 0x1234...5678
# CEX balances
onchain coinbase balance
onchain binance balance
# Market overview
onchain markets
# Prediction markets
onchain polymarket trending
onchain price <token> # Token price with 24h change
onchain markets # Market overview with trending coins
onchain balance <address> # Token balances (EVM or Solana)
onchain history <address> # Transaction history
onchain portfolio <address> # Full portfolio with DeFi positions
onchain coinbase balance # Coinbase account balances
onchain coinbase history # Trade history
onchain binance balance # Binance account balances
onchain binance history # Trade history
onchain polymarket trending # Trending markets
onchain polymarket search <q> # Search markets
onchain polymarket view <slug> # Market details
onchain setup # Interactive API key setup
onchain config # View current configuration
onchain test # Test all configured providers
Run onchain setup for interactive configuration, or set environment variables:
| Feature | Environment Variable | Provider |
|---|---|---|
| EVM + Solana wallets | ZERION_API_KEY | Zerion (recommended) |
| Coinbase | COINBASE_API_KEY_ID + COINBASE_API_KEY_SECRET | Coinbase CDP |
| Binance | BINANCE_API_KEY + BINANCE_API_SECRET | Binance |
| EVM wallets (fallback) | DEBANK_API_KEY | DeBank Cloud |
| Solana wallets (fallback) | HELIUS_API_KEY | Helius |
| Market data | COINGECKO_API_KEY | CoinGecko (optional) |
| Market fallback | COINMARKETCAP_API_KEY | CoinMarketCap (optional) |
Config file locations:
~/.config/onchain/config.json5./.onchainrc.json5--json # Output as JSON (for scripting/agents)
--plain # Disable colors and emoji
--no-color # Disable colors only
--timeout <ms> # Request timeout in milliseconds
This CLI is designed for AI agent use with --json output:
# Get portfolio value
onchain --json portfolio 0x123... | jq '.totalValueUsd'
# Check if market is up
onchain --json markets | jq '.marketCapChange24h > 0'
# Get specific token price
onchain --json price eth | jq '{price: .priceUsd, change: .priceChange24h}'
Exit codes: 0 for success, 1 for errors.
EVM + Solana (via Zerion): Ethereum, BNB Chain, Polygon, Arbitrum, Optimism, Avalanche, Base, zkSync Era, Linea, Scroll, Blast, Mantle, Solana, and more. Single API key covers all chains.
EVM (via DeBank, fallback): Same EVM chains, requires separate DeBank API key.
Solana (via Helius, fallback): Full mainnet support including SPL tokens and NFTs.
pnpm install
pnpm run dev price btc # Run without building
pnpm run build # Build TypeScript
pnpm run test # Run tests
pnpm run lint # Lint code
MIT
FAQs
CLI tool for crypto portfolio tracking, market data, and CEX history
We found that @skillhq/onchain demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.