Claude Code skills for the Sentio blockchain data indexing and analytics platform
npx claudepluginhub sentioxyz/sentio-ai-kitSkills for working with the Sentio platform — building blockchain data processors, running SQL queries, managing alerts, dashboards, and endpoints
Share bugs, ideas, or general feedback.
A Claude Code plugin for building blockchain data processors with the Sentio SDK.
# Add this repo as a marketplace source
/plugin marketplace add sentioxyz/sentio-skills
# Install the plugin
/plugin install sentio-processors
npx clawhub@latest install sentio-processors
This plugin teaches Claude Code how to work with Sentio — a TypeScript blockchain data indexing platform. When you ask Claude Code to build a processor, it knows the full lifecycle: project setup, contract binding, handler patterns, testing, and deployment.
Ethereum, Aptos, Sui, Solana, Starknet, Bitcoin, Cosmos, Fuel, and IOTA.
sentio create → sentio add → sentio gen → write processor → sentio test → sentio uploadschema.graphql, CRUD operations, sequential executionTestProcessorServer with chain-specific test facetsOnce installed, Claude Code automatically activates the skill when you work on Sentio projects. Just describe what you want:
"Create a Sentio processor that tracks USDC transfers on Ethereum"
"Add a Sui DEX swap tracker with volume metrics"
"Set up a points system for staking rewards"
sentio-skills/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── sentio-processors/
│ ├── SKILL.md
│ └── references/
│ ├── advanced-patterns.md
│ ├── defi-patterns.md
│ ├── store-and-points.md
│ └── production-examples.md
└── README.md