aave
CommunityCryptoSkills · Blockchain
Aave V3 lending protocol integration — supply, borrow, repay, withdraw, flash loans, and collateral management against Aave pools.
You're out of credits. Top up to keep building.
Enhance your agent with reusable instruction packages
CryptoSkills · Blockchain
Aave V3 lending protocol integration — supply, borrow, repay, withdraw, flash loans, and collateral management against Aave pools.
CryptoSkills · Blockchain
ERC-4337 and EIP-7702 unified reference — EntryPoint v0.7 architecture, bundlers, paymasters, userOps and signature schemes.
CryptoSkills · Blockchain
Axelar cross-chain messaging and token routing — General Message Passing, Interchain Token Service, and gateway contracts.
CryptoSkills · Blockchain
Chainlink oracle integration — price feeds (AggregatorV3Interface), VRF v2 randomness, Functions for off-chain calls.
CryptoSkills · Blockchain
Compound V3 (Comet) lending protocol — supply, borrow, repay, withdraw, and rewards claiming flows.
CryptoSkills · Blockchain
Verified contract addresses for major EVM protocols across Ethereum, L2s, and sidechains — keeps the agent off bad RPC sources.
CryptoSkills · Blockchain
Core Ethereum development concepts including gas mechanics, transaction lifecycle, EVM internals, and storage layouts.
CryptoSkills · Blockchain
ERC-721 and ERC-1155 NFT development patterns for EVM chains. Metadata, royalties, lazy mints, and reveal flows.
CryptoSkills · Blockchain
Comprehensive testing patterns for EVM smart contracts. Covers unit tests, fuzzing, invariants, and forked-mainnet tests.
CryptoSkills · Blockchain
Foundry toolkit for Solidity development — forge (build/test), cast (chain queries), anvil (local dev) and forge script.
CryptoSkills · Blockchain
dApp frontend UX patterns and production readiness — wallet states, tx pending UI, error recovery, and accessibility.
CryptoSkills · Blockchain
Hardhat Solidity development framework — project setup, plugin ecosystem, hardhat-deploy, and Mocha/Chai test patterns.
CryptoSkills · Blockchain
LayerZero V2 cross-chain messaging — OApp framework, OFT (Omnichain Fungible Token), and trusted-remote configuration.
CryptoSkills · Blockchain
OpenZeppelin Contracts v5 for building secure smart contracts. Covers ERC-20/721/1155, AccessControl, and upgradeability.
CryptoSkills · Blockchain
Full-stack dApp development framework — quick start with npx create-eth, contract+frontend in one repo, debug page baked in.
CryptoSkills · Blockchain
Slither static analyzer for Solidity — installation, detector categories, triage, and CI integration.
CryptoSkills · Blockchain
Security audit of Solidity code while you develop. Trigger on "audit", "check this", or before publishing a contract.
CryptoSkills · Blockchain
Comprehensive Solidity security patterns, vulnerability prevention, and known-CVE checklists for production contracts.
CryptoSkills · Blockchain
TypeScript interface for Ethereum and EVM chains. Use for reading blockchain state, encoding calldata, and decoding logs.
CryptoSkills · Blockchain
wagmi React hooks for Ethereum — createConfig, useAccount, useReadContract, useWriteContract, useWatchContractEvent.
CryptoSkills · Blockchain
Wormhole cross-chain messaging and token transfers — NTT (Native Token Transfers), VAA verification, and relayers.
ASI Alliance · Blockchain
ASI:Chain BlockDAG architecture — sharding, CBC Casper consensus, validator economics, and Rholang execution layer.
ASI Alliance · Blockchain
ASI:Cloud serverless LLM inference and GPU cloud — free asi1-mini model, Llama hosting, and pay-as-you-go pricing.
ASI Alliance · Blockchain
ASI:One OpenAI-compatible LLM API — asi1 + asi1-extended models, agentic primitives, and tool-use parity with the OpenAI SDK.
ASI Alliance · Blockchain
MeTTa AGI language on ASI:Chain — AtomSpace knowledge graphs, pattern matching, and symbolic-meets-neural inference.
ASI Alliance · Blockchain
Rholang concurrent smart contracts on ASI:Chain — process calculus, channel-based communication, and formal verification.
ASI Alliance · Blockchain
Build autonomous AI agents on the ASI/Fetch.ai network — Almanac registration, message protocols, and agent discovery.
Uniswap Labs · Blockchain
Configure CCA (Continuous Clearing Auction) smart contract parameters — fee tiers, decay schedules, and price floors.
Uniswap Labs · Blockchain
Deploy CCA (Continuous Clearing Auction) smart contracts using the official Uniswap Labs deployment scripts.
Uniswap Labs · Blockchain
Use when the user asks to "provide liquidity", "create LP", or "add range" — sizes the position and picks tick range.
Uniswap Labs · Blockchain
Convert any token to the merchant's preferred token mid-payment via Uniswap routing — settles in one tx.
Uniswap Labs · Blockchain
Integrate Uniswap swaps into applications. Use when user says "add swaps", "sell token X for Y", or "build a DEX UI".
Uniswap Labs · Blockchain
Use when the user asks to "swap tokens", "trade ETH for X", or "get a quote". Picks routes and slippage bounds.
Uniswap Labs · Blockchain
Generate Uniswap v4 hook contracts via OpenZeppelin MCP. Use when building dynamic-fee, LVR-mitigation, or custom AMM logic.
Uniswap Labs · Blockchain
Wire the Uniswap v4 SDK into a frontend or service — pool key encoding, hook addresses, and PoolManager calls.
Uniswap Labs · Blockchain
Security-first Uniswap v4 hook development. Use when user mentions hooks, callbacks, or settle/take patterns.
Uniswap Labs · Blockchain
Integrate EVM blockchains using viem. Use when user says "read blockchain state", "call contract", or "watch event".
Frank Castle · Blockchain
Security-first Solana program builder by Frank Castle. Enforces 31-category vulnerability checklist on every deploy.
Matterhorn · Blockchain
Orchestrator for writing production-grade Solana programs. Enforces signer/owner checks, account discriminators, CPI safety.
Matterhorn · Blockchain
Full 31-category Solana vulnerability checklist — signer/owner checks, account substitution, arithmetic overflow, and rent.
Matterhorn · Blockchain
Anchor 0.32.1 framework — project setup, PDAs, CPIs, SPL tokens, Token-2022 extensions, and IDL-driven TS clients.
Matterhorn · Blockchain
Native Rust Solana programs — mandatory 6-step validation sequence, manual borsh ser/de, and zero-Anchor builds.
Matterhorn · Blockchain
Pinocchio zero-copy framework — 88-95% CU reduction vs Anchor, bytemuck-based account parsing, and minimal runtime.
Matterhorn · Blockchain
LiteSVM in-process Solana VM testing — fast unit/integration tests, sysvar time travel, and account state assertions.
Matterhorn · Blockchain
Solana DeFi ecosystem — Jupiter swap API v6, Raydium AMM v4 + CLMM, Orca Whirlpools, and Marinade liquid staking.
Matterhorn · Blockchain
Solana network config — RPC endpoints, Agave CLI v3.1.9, @solana/kit (web3.js v2), and priority-fee strategies.
Anthropic · Frontend
Create distinctive, production-grade frontend interfaces with high design taste — typography, spacing, motion, and a11y.
Anthropic · General
Guide for creating high-quality MCP (Model Context Protocol) servers that expose tools and resources to AI agents.
Anthropic · General
Create new skills, modify and improve existing skills, and measure skill quality. The meta-skill that bootstraps the rest.
Anthropic · Testing
Toolkit for interacting with and testing local web applications using Playwright. Click, fill, screenshot, and assert.
Showing 50 of 50 skills. The full catalog ships pre-installed in every project environment.