home/categories/blockchain
domain cluster

Blockchain

Web3, smart contracts, and specialized crypto tools.

3244 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
smart-contracts
6

eks-security

EKS security hardening and best practices. Use when configuring cluster security, implementing pod security, managing secrets, preparing for compliance audits, hardening infrastructure, scanning containers, or responding to security incidents.

adaptationio
adaptationio
blockchain
open
smart-contracts
6

performing-kubernetes-etcd-security-assessment

Assess the security posture of Kubernetes etcd clusters by evaluating encryption at rest, TLS configuration, access controls, backup encryption, and network isolation.

Njones17
Njones17
blockchain
open
smart-contracts
6

add-code-review

Code review: IoC, RESTful, Contracts, Security (OWASP), Clean Architecture, SOLID.

brabos-ai
brabos-ai
blockchain
open
smart-contracts
6

stellar-dev

End-to-end Stellar development playbook. Covers Soroban smart contracts (Rust SDK), Stellar CLI, JavaScript/Python/Go SDKs for client apps, Stellar RPC (preferred) and Horizon API (legacy), Stellar Assets vs Soroban tokens (SAC bridge), wallet integration (Freighter, Stellar Wallets Kit), smart accounts with passkeys, status-sensitive zero-knowledge proof patterns, testing strategies, security patterns, and common pitfalls. Optimized for payments, asset tokenization, DeFi, privacy-aware applications, and financial applications. Use when building on Stellar, Soroban, or working with XLM, Stellar Assets, trustlines, anchors, SEPs, ZK proofs, or the Stellar RPC/Horizon APIs.

boundlessfi
boundlessfi
blockchain
open
smart-contracts
6

llm-api-contract

LLMService API contract — the correct signatures for complete(), stream(), embed(), and response types. Use when calling LLMService from any layer, writing reasoning strategies, or building LLM-dependent features.

tylerjrbuell
tylerjrbuell
blockchain
open
smart-contracts
6

write-contract

Write production-quality GenLayer intelligent contracts. Covers equivalence principle selection, validator patterns, storage rules, LLM resilience, and cross-contract interaction.

genlayerlabs
genlayerlabs
blockchain
open
smart-contracts
6

emblem-ai-agent-wallet

Connect to EmblemVault and manage crypto wallets via Emblem AI - Agent Hustle. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Use when the user wants to trade crypto, check balances, swap tokens, interact with blockchain wallets, or create and use profile-scoped agent wallets.

EmblemCompany
EmblemCompany
blockchain
open
smart-contracts
6

arbitrum-dapp-skill

Opinionated guide for building dApps on Arbitrum using Stylus (Rust) and/or Solidity. Covers local devnode setup, contract development, testing, deployment, and React frontend integration with viem. Use when starting a new Arbitrum project, writing Stylus or Solidity contracts, deploying to Arbitrum, or building a frontend that interacts with Arbitrum contracts.

hummusonrails
hummusonrails
blockchain
open
smart-contracts
6

mai-agent

Use when working in any git repo with maitake. Check for notes before touching files, leave notes after meaningful work. This is the base agent contract — all other mai skills build on it.

Cygnusfear
Cygnusfear
blockchain
open
smart-contracts
6

none

Docker Bench for Security is an open-source script that checks dozens of common best practices around deploying Docker containers in production. Based on the CIS Docker Benchmark, it audits host confi

Njones17
Njones17
blockchain
open
smart-contracts
6

launch-checklist

Complete launch readiness validation covering every department: code, content, store, marketing, community, infrastructure, legal, and go/no-go sign-offs.

TraftG
TraftG
blockchain
open
smart-contracts
6

tfx-deep-qa

보안, 성능, 접근성까지 포함한 철저한 검증이 필요할 때 사용한다. 'deep qa', '심층 검증', '철저히 테스트', '보안까지 확인', '전방위 검증' 같은 요청에 사용. 프로덕션 배포 전 다각도 품질 검증에 적극 활용.

tellang
tellang
blockchain
open
smart-contracts
6

tigerpass

Crypto wallet and trading terminal for AI agents — trade Hyperliquid perps and spot, bet on Polymarket predictions, swap tokens on 6 EVM chains, bridge USDC cross-chain. Hardware-secured private key in Apple Secure Enclave, physically impossible to extract. Built-in engines for perpetual futures, prediction markets, DEX swaps via 0x aggregator, and Circle CCTP V2 bridging. Execute any smart contract (AAVE, Compound, Uniswap), sign EIP-191/EIP-712 messages, handle x402 HTTP payments, and sell services to other agents via ACE Protocol with E2E encrypted messaging and on-chain reputation. The only agent wallet combining hardware security with full autonomous signing — no .env keys, no MPC trust, no human-in-the-loop. Use when: Hyperliquid trading, perpetual futures, spot trading, Polymarket betting, prediction markets, copy trading, whale tracking, trading bots, algorithmic trading, arbitrage, portfolio management, sending crypto, receiving crypto, wallet balance, token swaps, DEX trading, cross-chain bridge, US

TigerPassNet
TigerPassNet
blockchain
open
smart-contracts
6

smart-contract-reading-guide

How to read and understand smart contracts — navigating Etherscan, reading Solidity code, understanding ABIs, decoding transactions, and spotting common patterns. Use when helping users verify contracts, understand DeFi protocol mechanics, or decode on-chain activity.

Sperax
Sperax
blockchain
open
defi
5

vendix-app-architecture

Explains the Vendix Public and Private App architecture, Domain Types, and App Environments. Trigger: When asking about different apps, environments (ORG_ADMIN, STORE_ADMIN), or domain logic.

Rzyfront
Rzyfront
blockchain
open
smart-contracts
5

sui-keypair-cryptography

Helps Claude Code understand Sui blockchain keypair and cryptography operations, providing guidelines and examples for key generation, signing, verification, address derivation, and multi-signature scheme support. Use when working with cryptography in Sui development or when the user mentions keypairs, cryptography, signing, or verification.

RandyPen
RandyPen
blockchain
open
defi
5

working-with-ferra-dlmm

Helps developers work with the Ferra DLMM SDK for Discrete Liquidity Market Maker operations on Sui blockchain. Provides guidance on SDK initialization, pair creation, liquidity management, token swaps, and position handling. Use when working with DLMM pairs, adding/removing liquidity, creating trading pairs, or performing token swaps in the ferra-sdks monorepo.

RandyPen
RandyPen
blockchain
open
defi
5

deepbook-trading

Helps Claude Code understand DeepBook V3 SDK usage for order book trading, flash loans, fund management, and market data queries on Sui blockchain. Use when operating DeepBook DEX, executing trading strategies, or querying market data.

RandyPen
RandyPen
blockchain
open
defi
5

cetus-aggregator

A Claude Code skill for working with the Cetus Aggregator SDK to execute optimized swaps across multiple Sui DEXs. Use this skill when you need to perform token swaps, find optimal routes across 30+ DEXs, execute gas-optimized transactions, or configure overlay fees on Sui blockchain.

RandyPen
RandyPen
blockchain
open
smart-contracts
5

sui-transaction-building

Helps Claude Code understand Sui blockchain transaction building, providing guidelines and examples for Transaction class, commands, input types, gas configuration, and serialization. Use when building blockchain transactions on Sui or when the user mentions transaction building, Transaction class, or Move calls.

RandyPen
RandyPen
blockchain
open
smart-contracts
5

cetus-dlmm-interface

Enables Claude to effectively work with the Cetus Dynamic Liquidity Market Maker (DLMM) protocol on Sui blockchain. This skill provides comprehensive knowledge of the DLMM architecture, Move smart contracts, Rust SDK, and development workflows. Claude can assist with building, testing, and modifying DLMM contracts, creating swap simulations, implementing new features, and debugging protocol issues. The skill covers all 15 Move modules, multi-bin architecture, reward distribution, ACL system, and flash swap functionality. Trigger contexts include: working with Sui Move smart contracts for decentralized exchanges, implementing dynamic liquidity management, creating multi-bin AMM protocols, building swap simulations with Rust SDK, modifying DLMM protocol parameters, debugging pool operations, implementing reward systems, and working with Cetus DLMM interface codebase.

RandyPen
RandyPen
blockchain
open
smart-contracts
5

auditing-deep-link-contracts

Audits deep link contracts and routing behavior. Use when validating supported routes, required parameters, and cold or warm start handling.

clix-so
clix-so
blockchain
open
smart-contracts
5

run-eels-test-suite

Automates running the Ethereum Execution Layer Specification (EELS) tests against a local EVM implementation. Handles venv setup, execution, and result parsing.

Sounder25
Sounder25
blockchain
open
Previous
Page 97 / 136
Next