Collection
On-Chain Data Desk
Inspect chain state, monitor markets, and turn data into decisions.
Install or export the full bundle as one collection instead of collecting entries one by one.
Included Tools and Skills
This collection keeps the workflow together on one page. Use the bundle action above when you want all entries together.
WASM tool · Web3
NEAR Protocol JSON-RPC integration. 27 actions covering account state, access keys, contract storage and code, view function calls, blocks, chunks, validators, transaction lifecycle, gas and protocol config, state changes, network status, and light-client proofs. No credentials required for read actions.
Prompt skill · Web3
Tests a market theory the user defines, automatically, over time. The user states a hypothesis like \"when ETH rises more than 3% in 24h, NEAR rises within the next 48h\"; the agent checks prices every 6 hours, logs each trigger event, and 48h later checks whether the predicted outcome held — building a confirmed/refuted tally and a hit rate. Every Sunday it sends a Telegram report with the running results and a verdict (promising / inconclusive / rejected), so a hunch becomes evidence instead of a feeling.
WASM tool · Web3
Explore the NEAR ecosystem from public NEAR Catalog data. Keyword-search projects, browse and filter the catalog by status/phase, list trending projects, look up full project profiles and related projects, browse categories, find people building on NEAR, and list awesome-near OSS libraries. No authentication required.
WASM tool · Web3
Polymarket public market intelligence integration for IronClaw. Reads markets, events, tags, sports, orderbooks, prices, positions, leaderboards, profiles, and comments across the Polymarket prediction-market platform. No authentication required.
Prompt skill · Web3
Tracks USDT market cap once a day, builds its own supply history in memory, and watches for liquidity flowing into crypto. Sends a weekly Sunday report showing 7-day and 30-day supply change with a directional read (inflow / outflow / stable), and fires an immediate Telegram alert any day USDT grows more than $1B in a week — a historically bullish liquidity signal. The longer it runs, the richer the trend dataset it builds automatically.
WASM tool · Web3
No description.
Prompt skill · Dev Tools
Runs a weekly data-quality and hygiene check on the BLOG on-chain bookkeeping ledger. Reads the ledger account's recent transactions, flags missing references, anomalies, and gaps, and writes a findings report to Notion for finance review.
Prompt skill · Web3
Watches Bitcoin dominance (BTC's share of total crypto market cap) and alerts the user on Telegram only when it crosses a key threshold: below 60% reads as a possible altcoin-season signal, above 65% as BTC dominance expanding. Between 60% and 65% it stays silent. Each check is logged to memory as an audit trail, and it only alerts on an actual threshold crossing, never on every run.
Prompt skill · Web3
Watches NEAR's price across Binance, Bybit, and Coinbase and alerts the user on Telegram when the prices drift apart by ~1.5% or more — an early sign of an arbitrage gap or of trouble (paused withdrawals, broken liquidity) on one exchange. Runs every 2 hours, logs each snapshot to build a spread history, and stays silent while the exchanges agree.
Prompt skill · Web3
Logs the trades the user tells it about and gives live P&L on demand. The user says something like \"bought 500 NEAR at $3.20\" or \"sold 200 SOL at $145\"; the agent appends it to a persistent journal in memory. On \"show P&L\" it reconstructs each open position, works out the size-weighted average entry, fetches current prices from CoinGecko, and shows cost basis, current value, and profit/loss per token and overall. The journal survives restarts.
Prompt skill · Web3
Stores the user's DeFi positions in memory and sends a daily Telegram report: it pulls live TVL for each of their protocols from DefiLlama, rates each position's risk from the 24h and 7d TVL change (a 7-day drop over 20% reads as HIGH RISK), and scans DefiLlama's yield database for the best current stablecoin yields above 5% APY. One report covers position risk, a one-line read per protocol, and where better yield is available right now.
WASM tool · Web3
No description.
Prompt skill · Web3
When a new partnership or vendor contract is about to take effect, the agent compiles a kickoff packet covering the status of legal review, the obligations the organization just committed to, key dates, named owners, and risk flags. Delivered to the deal owner before the contract effective date so nothing slips on day one.
Prompt skill · Productivity
Microsoft 365 business workflow patterns for the IronClaw agent. Covers Outlook email, Excel data operations, Teams channel communication, Word and PowerPoint document generation, and SharePoint and OneDrive file management via Microsoft Graph.
WASM tool · Web3
No description.
Prompt skill · Dev Tools
Watches public sources for signals that a partner has hit a milestone (a launch, a fundraise, a product announcement, a notable hire, an award), and when detected sends Marketing an alert with the source-cited context and a suggested coordination action. Marketing keeps the editorial decision; the agent surfaces the opportunity.
Prompt skill · Web3
Checks RemoteOK every few hours for new remote crypto, blockchain, Rust, and web3 jobs and alerts the user on Telegram only about genuinely new matches. It filters listings where the title or at least two tags match the keywords, and dedupes against a memory file of already-seen job URLs so the same job is never sent twice.
WASM tool · Web3
Deterministic technical-analysis engine for Ironclaw. Fetches Binance Spot klines and computes EMA/RSI/MACD/StochRSI/ADX/ATR/Bollinger/OBV/CMF/VWAP plus a weighted multi-timeframe confluence verdict with ATR-based stop-loss/take-profit. Moves all TA math out of the LLM.