@motosan-whale/tools
v0.1.4
Published
Framework-agnostic AI agent tool definitions for whale tracking
Maintainers
Readme
@motosan-whale/tools
Layer 3: Framework-agnostic agent tool definitions for whale tracking.
Part of the motosan-whale SDK — agent-first whale tracking tools.
Install
pnpm add @motosan-whale/toolsUsage
import { createWhaleTools } from '@motosan-whale/tools'
const tools = createWhaleTools(aggregator)
// Returns tool definitions with descriptions optimized for AI agentsAPI
Key exports:
createWhaleTools()— creates all tool definitions from an aggregator instance
Tool categories:
- Discovery —
getNansenSmartMoneyAlerts,getNansenTokenFlow,getNansenWalletLabel,getNansenTopSmartWallets - Investigation —
getSolanaWalletTxs,getSolanaTokenHolders,getEvmWalletTxs,getEvmTokenTransfers - Watch —
watchAddresses,watchLargeTxs
License
MIT
