- Home
- /
- Categories
- /
- Web3 & Crypto
Web3 & Crypto
Blockchain, cryptocurrency, Web3 development
sushiswap-api
by Demerzels-lab
REST API for optimized token swapping (including executable transaction generation), swap quoting, and pricing using the SushiSwap Aggregator. Use this skill when the user wants to: - Get a swap quote between two tokens on 40+ evm networks - Generate executable swap transaction data - Fetch token prices for a specific network or token - Retrieve token metadata - Discover supported AMM liquidity sources - Integrate SushiSwap swapping or pricing logic via HTTP/REST (and not the SushiSwap Javascript API)
megaeth-developer
by Demerzels-lab
End-to-end MegaETH development playbook (Feb 2026). Covers wallet operations, token swaps (Kyber Network), eth_sendRawTransactionSync (EIP-7966) for instant receipts, JSON-RPC batching, real-time mini-block subscriptions, storage-aware contract patterns (Solady RedBlackTreeLib), MegaEVM gas model, WebSocket keepalive, bridging from Ethereum, and debugging with mega-evme. Use when building on MegaETH, managing wallets, sending transactions, or deploying contracts.
openserv-launch
by openserv-labs
Launch tokens on Base blockchain via the OpenServ Launch API. Creates ERC-20 tokens with Aerodrome concentrated liquidity pools. Use when launching tokens, deploying memecoins, or building agents that create tokens with locked LP. Read reference.md for the full API reference. Read openserv-agent-sdk and openserv-client for building and running agents. You can launch tokens for your OpenServ agents.
defi-agent
by daydreamsai
Builds a DeFi analytics agent using DeFiLlama API with x402 payments. Use when creating TVL trackers, DEX volume agents, or DeFi protocol monitoring systems.
lucid-agent-creator
by daydreamsai
Skill for creating Lucid agents with JavaScript handler code. Shows three options: MCP tool with SIWE, SDK with your wallet, or viem with custom signing. Teaches JS handler code contract, paymentsConfig, and identityConfig. Activate when: user wants to create Lucid agents with inline JS handlers (no generate API, no self-hosting). The agent will be hosted on the Lucid platform.
crypto-sentiment-agent
by daydreamsai
Builds a crypto market sentiment agent using the Fear and Greed Index with x402 payments. Use when creating crypto trading signal agents, market psychology trackers, or sentiment analysis tools.
helixa-identity
by daydreamsai
Register and manage onchain agent identity on Helixa — the ERC-8004 identity and reputation layer on Base. Mint agent souls, set traits and personality, and query cred scores for trust-aware agent interactions. Activate when: Creating onchain agent identity, setting soul traits or personality, querying agent reputation/cred scores, or integrating Helixa identity with Lucid Agents payments and A2A workflows.
xgate-server
by daydreamsai
Queries the xgate-server API for services, agents, and on-chain data. Use when looking up x402 services, ERC-8004 agents, or token transfer history.
starknet-wallet
by daydreamsai
Build a StarkNet wallet agent that checks balances, transfers tokens, stakes STRK, and executes batched transactions — all monetized via x402 micropayments on Base.
tig-innovator
by daydreamsai
AI-powered algorithm optimization agent for The Innovation Game protocol. Earns cryptocurrency by optimizing Rust algorithms. Use when optimizing TIG challenge algorithms or submitting solutions to the TIG network.
lucid-agent-editor
by daydreamsai
Skill for editing and managing existing Lucid agents via the API. Shows three options: MCP tool with SIWE, SDK with your wallet, or viem with custom signing. Activate when: user wants to edit, update, disable, or manage existing agents
helixa-cred
by daydreamsai
Query and interact with Helixa Cred — the reputation scoring system for AI agents on Base. Look up any agent's Cred score, search the agent registry, mint new agent identities via x402 micropayments, and link to Cred reports. Activate when: Checking an agent's reputation or Cred score, searching for agents by name, minting a new onchain agent identity, or building trust-aware agent workflows that need reputation data.
solidity-debug
by 0xlayerghost
"[AUTO-INVOKE] MUST be invoked when debugging failed on-chain transactions. Covers transaction receipt analysis, gas diagnosis, calldata decoding, revert reason extraction, and state verification. Trigger: any task involving failed tx analysis, revert debugging, or on-chain transaction troubleshooting."
solidity-audit
by 0xlayerghost
"Security audit and code review checklist. Covers 30+ vulnerability types with real-world exploit cases (2021-2026) and EVMbench Code4rena patterns. Use when conducting security audits, code reviews, or pre-deployment security assessments."
solidity-testing
by 0xlayerghost
"[AUTO-INVOKE] MUST be invoked BEFORE writing or modifying any test files (*.t.sol). Covers test structure, naming conventions, coverage requirements, fuzz testing, and Foundry cheatcodes. Trigger: any task involving creating, editing, or running Solidity tests."
claude-code-usage
by 0xlayerghost
"[AUTO-INVOKE] MUST be invoked at the START of each new coding session. Covers context management, task strategies, and Foundry-specific workflows. Trigger: beginning of any new conversation or coding session in a Solidity/Foundry project."
solidity-security
by 0xlayerghost
"[AUTO-INVOKE] MUST be invoked BEFORE writing or modifying any Solidity contract (.sol files). Covers private key handling, access control, reentrancy prevention, gas safety, and pre-audit checklists. Trigger: any task involving creating, editing, or reviewing .sol source files."
sast-bandit
by vchirrav
Run Bandit SAST scans on Python code. Detects common security issues like SQL injection, hardcoded passwords, exec usage, and insecure crypto.
sast-detekt
by vchirrav
Run detekt static analysis on Kotlin code with security-focused rules. Detects hardcoded secrets, insecure crypto, and code quality issues affecting security.
sast-spotbugs
by vchirrav
Run SpotBugs with Find Security Bugs plugin on Java code. Detects injection flaws, XXE, insecure crypto, SSRF, deserialization, and other JVM security bugs.
web3-btt
by sablier-labs
Write bulloak tree specifications (.tree files) for smart contract integration tests. Trigger phrases - write a tree, create test tree, BTT spec, bulloak tree, Branching Tree Technique, or when writing integration tests for contract functions.
etherscan-verification
by sablier-labs
Verify smart contracts on Etherscan-compatible block explorers. This skill should be used when the user asks to "verify contract", "verify on etherscan", "verify on chain scan". Handles standard verification, Etherscan V2 API for unsupported chains on foundry, proxy patterns, and factory-created contracts.
web3-viem
by sablier-labs
This skill should be used when the user asks about "viem", "viem client", "viem actions", "TypeScript Ethereum", "createPublicClient", "createWalletClient", "parseEther", "formatEther", "readContract", "writeContract", or mentions using viem for blockchain interactions.
evm-deployment
by sablier-labs
Deploy Sablier EVM contracts (Comptroller, ERC20 Faucet, Flow, Lockup, Airdrops) with full workflow automation. This skill should be used when the user asks to "deploy", "deploy protocol", "deploy to chain", or mentions deployment-related tasks. Handles contract deployment, explorer verification, SDK updates, and sample data creation through Init script.