Collection
Security Review Pack
Run practical security checks before installing or publishing tools.
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.
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.
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.
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.
WASM tool · Web3
Read-only Bluesky (AT Protocol) analytics. Browse public accounts, posts, social graph, and engagement via the unauthenticated AppView. Look up profiles with follower/post counts, read an account's feed with per-post like/repost/reply counts, walk a post's reply (comment) tree, list followers/follows and who liked/reposted a post, and search for accounts. No authentication required.
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 · Dev Tools
Watches community channels for engagement signals (members asking questions repeatedly, members offering help in their domain, members at risk of churning) and produces a daily digest for community leads with suggested actions covering who needs a personal follow-up, who to introduce to whom, and where attention is most needed. All actions go through the community lead, never auto-DM.
Prompt skill · Web3
Verifies a new crypto wallet on-chain before it is added as a payee, then prepares a small test payment for the user's own wallet to sign. The agent never holds or signs keys; it verifies the address, hands the unsigned test payment to the user's wallet, and confirms the result on-chain.
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 · Dev Tools
Scans expense submissions for missing or non-compliant receipts, sends automated follow-up requests to submitters, and triages exceptions into a Notion register for finance review.
WASM tool · Dev Tools
Web scraping, search, site-mapping, and crawling for Ironclaw via the Firecrawl v2 API. Extracts clean markdown/HTML from pages, finds pages by query across web/news/images, lists every URL on a site, and runs recursive crawls. The host injects the API key as a Bearer token — the tool never sees the raw secret.
Prompt skill · Dev Tools
Tracks KYC and KYB renewal cycles for counterparties and entities in a Notion register, surfaces upcoming or overdue renewals on a daily digest, and drafts outreach to the counterparty when documentation is requested.
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 · Dev Tools
Runs before any scheduled external meeting and delivers a concise, actionable brief so the person walking into the call already knows the full context, including relationship history, open commitments, risks, and most importantly a clearly defined recommended next step. Designed to be scannable in under two minutes before jumping on a call, not a ten-page dossier.
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.
WASM tool · Dev Tools
Read and write a self-hosted WordPress + WooCommerce site over REST for Ironclaw. Manage posts, pages, media and comments (WordPress core) and products, orders and customers (WooCommerce), plus a raw wp_request passthrough to any /wp-json/* route. The host injects credentials (Application Password via Basic for WordPress, consumer key/secret via query params for WooCommerce) — the tool and LLM never see the raw secrets.