blockint-skills

April 16, 2026 · View on GitHub

Public Cursor Agent Skills for blockchain intelligence, on-chain research, compliance / screening concepts, DeFi and MEV investigation patterns, Solana resources, Dune Sim / Dune Analytics API doc routing, OSINT pointers, Katana web crawling, selected security-research references (e.g. classic AFL docs), and a pointer to the Agent Skills open-format specification (agentskills.io).

Repository: github.com/agentic-reserve/blockint-skills

Skills live under .cursor/skills/. The blockchain-intelligence-playbook skill is the index (routing + “choosing a skill”); the table below lists 45 skill directories (1 index + 44 topical).

DirectoryTopic
address-clustering-attributionClustering heuristics, entity/label/tag, attribution
address-screening-workflow-conceptsTags/markers, bulk CSV import, address list/detail, blacklist/whitelist patterns (educational)
agentskills-specificationagentskills/agentskills + agentskills.io/llms.txtAgent Skills format (spec, integrate)
arkham-leading-crypto-analysis-toolsArkham research — survey of fundamental / technical / on-chain tool landscape for traders (not investment advice)
armaniferrante-x-status-solana-reference@armaniferrante X postcitation bookmark (open URL for verbatim text)
behavioral-risk-screening-conceptsLarge-value / high-frequency / transit behavior, rapid-transit tx rules (educational)
bellingcat-investigation-toolkitBellingcat OSINT toolkit pointer (GitBook + GitHub catalog)
blockchain-analytics-operationsAnalytics platforms, compliance/forensic use cases
blockchain-intelligence-fundamentalsBI basics, tool types, payment rails
blockchain-intelligence-playbookIndex — routes to other skills; “choosing a skill” guidance
blockchain-spider-toolkitBlockchainSpider — Python/Scrapy on-chain data collection (EVM/Solana, subgraphs)
chainalysis-sanctions-screeningChainalysis public Sanctions API + EVM oracle router (OFAC SDN–oriented checks; verify live docs; see Chainalysis.md excerpt)
cmichel-smart-contract-auditor-guidecmichel.ioEVM smart contract auditor learning path & FAQ (educational; article dated 2021)
cross-chain-clustering-techniques-agentMulti-chain clustering: bridges, wrapped assets, unified graphs, cross-chain heuristics
crypto-investigation-complianceCrime map, ethical investigation workflow
crypto-market-structuresMax pain, ETFs, arbitrage, TA flags (educational)
defi-admin-takeover-mitigation-lessonsPrivileged-access failures (e.g. Drift hack): signers, nonces, oracles, monitoring
defi-security-audit-agentDeFi audit/rug-risk triage: contracts, liquidity, governance, bridges, evidence reports
dune-sim-onchain-analyticsStandalone Dune skill — Sim vs SQL, EVM/SVM workflows, CUs, webhooks, key safety; docs via llms.txt / OpenAPI
evm-solidity-defi-triage-agentEVM Solidity DeFi triage: proxies, oracles, reentrancy, access control (Ethereum/L2)
fatf-glossary-referenceFATF Glossary — official AML/CFT terminology (educational; not legal advice)
flash-loan-exploit-investigator-agentFlash-loan / atomic DeFi post-mortems: EVM + Solana traces, impact, mitigations, read-only sim
honeypot-detection-techniquesHoneypot-style token checks: EVM transfer gates, SPL/Token-2022, safe validation
impersonator-dapp-devtoolsImpersonator / Impersonator Solana — dApp read-only address UX via WalletConnect (dev/testing; strong ethics guardrails)
katana-web-crawlingCrawling / spidering with Katana
lcamtuf-afl-documentationlcamtuf AFLAmerican Fuzzy Lop classic docs (coverage-guided fuzzing for C/C++; see AFL++ for maintained fork)
mev-bot-infrastructure-analysis-agentMEV infrastructure: searchers, bundles/builders, strategy fingerprints, concentration, public data
mev-bot-rug-coordination-investigator-agentMEV × rug hypotheses: bundle overlap, timing, joint flows, confidence-scored case studies
mots-transaction-semanticsMoTS — legacy KYT / transaction semantics Scrapy research code (merged upstream note → prefer BlockchainSpider for current work)
neodyme-solana-security-workshopworkshop.neodyme.io + neodyme-breakpoint-workshopmdBook Solana security levels (intentionally vulnerable code; legal notice on site)
on-chain-investigator-agentOn-chain forensics persona: tracing, contracts, scam patterns, evidence reports
on-chain-research-tokenomicsOn-chain metrics, tokenomics
osec-solana-auditor-introductionOsec blogSolana: An Auditor’s Introduction (runtime, accounts, BPF; Mar 2022; verify current docs)
phalcon-compliance-documentationPointer to Phalcon Compliance public docs portal (compliance investigation / monitoring product docs)
range-ai-investigation-playbookRange AI MCP investigation workflow (risk, sanctions, flows, cross-chain) + one-shot prompt
risk-exposure-screening-conceptsRisk indicator taxonomies, exposure value/%, address vs tx screening templates (educational)
rug-pull-pattern-detection-agentLaunch rug-risk: LP/dev patterns, locks, coordinated exits, red-flag scoring (public data)
sandwich-attack-investigator-agentDEX sandwich MEV post-mortems: EVM + Solana bundles, slippage/profit estimates, evidence packs
sealevel-attacks-solanacoral-xyz/sealevel-attacksAnchor examples of Solana exploit patterns & mitigations (educational)
solana-clustering-advancedAdvanced Solana clustering: graphs, bundles, launchpads, PDAs, ML
solana-clustering-case-study-agentSolana clustering → public case studies, threads, evidence packs, reproducible exports
solana-defi-vulnerability-analyst-agentSolana DeFi program risks: Anchor/PDAs/CPIs, oracles, pools, SPL, historical tx reconstruction
solana-onchain-intelligence-resourcesSolana intel resource router: Helius, Range MCP, Tavily, PayAI x402, React Flow, Solana.com skills (llms.txt indexes), Solana Policy Institute (policy/education)
solana-tracing-specialistSolana-focused tracing: ATAs, SPL, indexers, fund-flow graphs
transaction-screening-workflow-conceptsTx/transfer screening, deposit vs withdrawal, CSV, list/detail, STR-style exports (educational)

Copy .cursor/skills/ into a project or symlink for global use, for example:

ln -sf /path/to/blockint-skills/.cursor/skills ~/.cursor/skills

Discovery on skills.sh

The open agent skills ecosystem discovers skills from public Git repositories. skills.sh is the browseable directory; there is no separate upload form—visibility comes from installing skills with the CLI (telemetry drives the leaderboard). Keep this repo public and up to date on GitHub.

Install all skills from this repo:

npx skills add agentic-reserve/blockint-skills

List skill names without installing:

npx skills add agentic-reserve/blockint-skills --list

Install specific skills (example):

npx skills add agentic-reserve/blockint-skills --skill blockchain-intelligence-playbook --skill crypto-investigation-compliance