Skip to main content

Prerequisites

Install by agent

The default install targets Claude Code, placing the skill in ~/.claude/skills/sei/:
The skill loads automatically in every Claude Code session. To verify it’s active, ask: “What is the SSTORE gas cost on Sei testnet?”

Variants

The full skill covers all three domains (contracts, frontend, ecosystem). If you only need one area, install a variant to keep context lean: Combine with --agent to target a specific assistant:

Advanced options

Install to a project directory (instead of ~/.claude/):
Flatten to a single markdown file — useful for pasting into any chat interface or custom context:
Custom output path:

Verify it’s working

After installing, test with a Sei-specific question that trips up unaugmented assistants:
  • “What gas price should I use for transactions on Sei?”
  • “Is PREVRANDAO a safe source of randomness on Sei?”
  • “What’s the difference between sei1... and 0x... addresses?”
A Sei-aware assistant will give accurate, specific answers to all three.