You're out of credits. Top up to keep building.

Agent Skills

Enhance your agent with reusable instruction packages

aave

Community

CryptoSkills · Blockchain

Aave V3 lending protocol integration — supply, borrow, repay, withdraw, flash loans, and collateral management against Aave pools.

account-abstraction

Community

CryptoSkills · Blockchain

ERC-4337 and EIP-7702 unified reference — EntryPoint v0.7 architecture, bundlers, paymasters, userOps and signature schemes.

axelar

Community

CryptoSkills · Blockchain

Axelar cross-chain messaging and token routing — General Message Passing, Interchain Token Service, and gateway contracts.

chainlink

Community

CryptoSkills · Blockchain

Chainlink oracle integration — price feeds (AggregatorV3Interface), VRF v2 randomness, Functions for off-chain calls.

compound

Community

CryptoSkills · Blockchain

Compound V3 (Comet) lending protocol — supply, borrow, repay, withdraw, and rewards claiming flows.

contract-addresses

Community

CryptoSkills · Blockchain

Verified contract addresses for major EVM protocols across Ethereum, L2s, and sidechains — keeps the agent off bad RPC sources.

eth-concepts

Community

CryptoSkills · Blockchain

Core Ethereum development concepts including gas mechanics, transaction lifecycle, EVM internals, and storage layouts.

evm-nfts

Community

CryptoSkills · Blockchain

ERC-721 and ERC-1155 NFT development patterns for EVM chains. Metadata, royalties, lazy mints, and reveal flows.

evm-testing

Community

CryptoSkills · Blockchain

Comprehensive testing patterns for EVM smart contracts. Covers unit tests, fuzzing, invariants, and forked-mainnet tests.

foundry

Community

CryptoSkills · Blockchain

Foundry toolkit for Solidity development — forge (build/test), cast (chain queries), anvil (local dev) and forge script.

frontend-ux

Community

CryptoSkills · Blockchain

dApp frontend UX patterns and production readiness — wallet states, tx pending UI, error recovery, and accessibility.

hardhat

Community

CryptoSkills · Blockchain

Hardhat Solidity development framework — project setup, plugin ecosystem, hardhat-deploy, and Mocha/Chai test patterns.

layerzero

Community

CryptoSkills · Blockchain

LayerZero V2 cross-chain messaging — OApp framework, OFT (Omnichain Fungible Token), and trusted-remote configuration.

openzeppelin

Community

CryptoSkills · Blockchain

OpenZeppelin Contracts v5 for building secure smart contracts. Covers ERC-20/721/1155, AccessControl, and upgradeability.

scaffold-eth-2

Community

CryptoSkills · Blockchain

Full-stack dApp development framework — quick start with npx create-eth, contract+frontend in one repo, debug page baked in.

slither

Community

CryptoSkills · Blockchain

Slither static analyzer for Solidity — installation, detector categories, triage, and CI integration.

solidity-auditor

Community

CryptoSkills · Blockchain

Security audit of Solidity code while you develop. Trigger on "audit", "check this", or before publishing a contract.

solidity-security

Community

CryptoSkills · Blockchain

Comprehensive Solidity security patterns, vulnerability prevention, and known-CVE checklists for production contracts.

viem

Community

CryptoSkills · Blockchain

TypeScript interface for Ethereum and EVM chains. Use for reading blockchain state, encoding calldata, and decoding logs.

wagmi

Community

CryptoSkills · Blockchain

wagmi React hooks for Ethereum — createConfig, useAccount, useReadContract, useWriteContract, useWatchContractEvent.

wormhole

Community

CryptoSkills · Blockchain

Wormhole cross-chain messaging and token transfers — NTT (Native Token Transfers), VAA verification, and relayers.

ASI:Chain Architecture

Official

ASI Alliance · Blockchain

ASI:Chain BlockDAG architecture — sharding, CBC Casper consensus, validator economics, and Rholang execution layer.

ASI:Cloud GPU Inference

Official

ASI Alliance · Blockchain

ASI:Cloud serverless LLM inference and GPU cloud — free asi1-mini model, Llama hosting, and pay-as-you-go pricing.

ASI:One LLM API

Official

ASI Alliance · Blockchain

ASI:One OpenAI-compatible LLM API — asi1 + asi1-extended models, agentic primitives, and tool-use parity with the OpenAI SDK.

ASI MeTTa Language

Official

ASI Alliance · Blockchain

MeTTa AGI language on ASI:Chain — AtomSpace knowledge graphs, pattern matching, and symbolic-meets-neural inference.

ASI Rholang Smart Contracts

Official

ASI Alliance · Blockchain

Rholang concurrent smart contracts on ASI:Chain — process calculus, channel-based communication, and formal verification.

ASI uAgents Framework

Official

ASI Alliance · Blockchain

Build autonomous AI agents on the ASI/Fetch.ai network — Almanac registration, message protocols, and agent discovery.

configurator

Official

Uniswap Labs · Blockchain

Configure CCA (Continuous Clearing Auction) smart contract parameters — fee tiers, decay schedules, and price floors.

deployer

Official

Uniswap Labs · Blockchain

Deploy CCA (Continuous Clearing Auction) smart contracts using the official Uniswap Labs deployment scripts.

liquidity-planner

Official

Uniswap Labs · Blockchain

Use when the user asks to "provide liquidity", "create LP", or "add range" — sizes the position and picks tick range.

pay-with-any-token

Official

Uniswap Labs · Blockchain

Convert any token to the merchant's preferred token mid-payment via Uniswap routing — settles in one tx.

swap-integration

Official

Uniswap Labs · Blockchain

Integrate Uniswap swaps into applications. Use when user says "add swaps", "sell token X for Y", or "build a DEX UI".

swap-planner

Official

Uniswap Labs · Blockchain

Use when the user asks to "swap tokens", "trade ETH for X", or "get a quote". Picks routes and slippage bounds.

v4-hook-generator

Official

Uniswap Labs · Blockchain

Generate Uniswap v4 hook contracts via OpenZeppelin MCP. Use when building dynamic-fee, LVR-mitigation, or custom AMM logic.

v4-sdk-integration

Official

Uniswap Labs · Blockchain

Wire the Uniswap v4 SDK into a frontend or service — pool key encoding, hook addresses, and PoolManager calls.

v4-security-foundations

Official

Uniswap Labs · Blockchain

Security-first Uniswap v4 hook development. Use when user mentions hooks, callbacks, or settle/take patterns.

viem-integration

Official

Uniswap Labs · Blockchain

Integrate EVM blockchains using viem. Use when user says "read blockchain state", "call contract", or "watch event".

Safe Solana Builder

Community

Frank Castle · Blockchain

Security-first Solana program builder by Frank Castle. Enforces 31-category vulnerability checklist on every deploy.

Solana Program Builder

Official

Matterhorn · Blockchain

Orchestrator for writing production-grade Solana programs. Enforces signer/owner checks, account discriminators, CPI safety.

Solana Security Audit

Official

Matterhorn · Blockchain

Full 31-category Solana vulnerability checklist — signer/owner checks, account substitution, arithmetic overflow, and rent.

Solana Anchor Programs

Official

Matterhorn · Blockchain

Anchor 0.32.1 framework — project setup, PDAs, CPIs, SPL tokens, Token-2022 extensions, and IDL-driven TS clients.

Solana Native Rust

Official

Matterhorn · Blockchain

Native Rust Solana programs — mandatory 6-step validation sequence, manual borsh ser/de, and zero-Anchor builds.

Solana Pinocchio

Official

Matterhorn · Blockchain

Pinocchio zero-copy framework — 88-95% CU reduction vs Anchor, bytemuck-based account parsing, and minimal runtime.

Solana LiteSVM Testing

Official

Matterhorn · Blockchain

LiteSVM in-process Solana VM testing — fast unit/integration tests, sysvar time travel, and account state assertions.

Solana DeFi

Official

Matterhorn · Blockchain

Solana DeFi ecosystem — Jupiter swap API v6, Raydium AMM v4 + CLMM, Orca Whirlpools, and Marinade liquid staking.

Solana Network & SDK

Official

Matterhorn · Blockchain

Solana network config — RPC endpoints, Agave CLI v3.1.9, @solana/kit (web3.js v2), and priority-fee strategies.

frontend-design

Official

Anthropic · Frontend

Create distinctive, production-grade frontend interfaces with high design taste — typography, spacing, motion, and a11y.

mcp-builder

Official

Anthropic · General

Guide for creating high-quality MCP (Model Context Protocol) servers that expose tools and resources to AI agents.

skill-creator

Official

Anthropic · General

Create new skills, modify and improve existing skills, and measure skill quality. The meta-skill that bootstraps the rest.

webapp-testing

Official

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.