{
  "markdown": "# sentio-ai-kit\n\nA [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin with skills for working with the [Sentio](https://docs.sentio.xyz/) platform — building blockchain data processors, running SQL queries, managing alerts, dashboards, and endpoints.\n\n## Install\n\n### Claude Code Plugin (recommended)\n\n```bash\n# Add this repo as a marketplace source\n/plugin marketplace add sentioxyz/sentio-ai-kit\n\n# Install the plugin\n/plugin install sentio-ai-kit\n```\n\n### ClawHub\n\n```bash\n# Install Skill to write and debug Sentio processor\nnpx clawhub@latest install sentio-processor\n\n# Install Skill to interact with Sentio queries, dashboard, alerts, etc\nnpx clawhub@latest install sentio-platform\n```\n\n## What It Does\n\nThis 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.\n\n### Supported Chains\n\nEthereum, Aptos, Sui, Solana, Starknet, Bitcoin, Cosmos, Fuel, and IOTA.\n\n### What It Covers\n\n- **Project lifecycle** — `sentio create` → `sentio add` → `sentio gen` → write processor → `sentio test` → `sentio upload`\n- **Processor patterns** — Event handlers, block/time intervals, transaction tracing for each chain\n- **Metrics & events** — Counters, gauges, event logging with proper labeling\n- **Store (database) API** — Entity definitions with `schema.graphql`, CRUD operations, sequential execution\n- **Price feeds** — Token price lookups, USD value calculations, caching patterns\n- **Testing** — `TestProcessorServer` with chain-specific test facets\n- **DeFi patterns** — DEX/AMM, lending protocols, TVL tracking, points systems\n- **Advanced patterns** — Multi-contract binding, GlobalProcessor, lazy caching, view calls\n\n## Usage\n\nOnce installed, Claude Code automatically activates the skill when you work on Sentio projects. Just describe what you want:\n\n```\n\"Create a Sentio processor that tracks USDC transfers on Ethereum\"\n\"Add a Sui DEX swap tracker with volume metrics\"\n\"Set up a points system for staking rewards\"\n```\n\n## Plugin Structure\n\n```\nsentio-ai-kit/\n├── .claude-plugin/\n│   └── plugin.json\n├── skills/\n│   ├── sentio-processor/\n│   │   ├── SKILL.md\n│   │   └── references/\n│   │       ├── advanced-patterns.md\n│   │       ├── defi-patterns.md\n│   │       ├── store-and-points.md\n│   │       ├── production-examples.md\n│   │       └── sui-sdk4-migration.md\n│   └── sentio-platform/\n│       └── SKILL.md\n└── README.md\n```\n\n## Links\n\n- [Sentio Documentation](https://docs.sentio.xyz/)\n- [100+ Production Processor Examples](https://github.com/sentioxyz/sentio-processors)\n- [ClawHub Page](https://clawhub.ai/sentio-xyz/sentio-processors)\n",
  "bytes": 2769,
  "sha": "12d90b54352c3e5cbcad749e39e593b0c866254ff66af1cc8d92c7b4934a1a1c",
  "repo_slug": "sentioxyz/sentio-ai-kit",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_sentioxyz_sentio_ai_kit_sentio_ai_kit_7e7076c9/readme"
}