← Back to Skills Marketplace
138
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install sentio-processor
Description
Use when initializing Sentio projects, writing blockchain processor code, adding contracts/ABIs, testing processors, or deploying to the Sentio platform. Tri...
Usage Guidance
This is a documentation-style skill for developing and deploying Sentio processors — it appears coherent and aligned with its purpose. Before you follow its commands: 1) Confirm you trust the Sentio tooling and the @sentio/cli npm package version you will fetch via npx. 2) Avoid placing secrets (private keys) in sentio.yaml or in project files that will be uploaded; the docs legitimately ask for explorer API keys and sentio login but only provide standard uses. 3) Be cautious with custom RPC endpoints (networkOverrides) — a malicious RPC can observe requests/responses. 4) When running sentio upload or sentio login, verify the endpoint (Sentio prod/test) and owner/project names you target. 5) If you need higher assurance, ask the publisher for a source/repo/homepage and verify the referenced @sentio packages on npm/GitHub before executing commands. If you want a deeper review, provide the exact commands you plan to run and any sentio.yaml you intend to use.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description, and content consistently document creating, testing, and deploying Sentio processors (CLI commands, sentio.yaml, SDK patterns). No unrelated environment variables, binaries, or installs are requested.
Instruction Scope
The SKILL.md instructs use of the sentio CLI (npx/@sentio/cli), creation of sentio.yaml, use of API keys (explorer API key), and event logging (ctx.eventLogger.emit). These are expected for the stated purpose; be aware these steps perform network operations (CLI downloads, uploads, RPC calls) and will send processed event/metric data to the Sentio platform or any RPC endpoints you configure.
Install Mechanism
No install spec or code files are included by the skill itself (instruction-only). The skill recommends running npx or sentio CLI commands which will fetch packages at runtime — this is normal for a CLI-centric guide but means the operator triggers external package downloads when following instructions.
Credentials
The skill itself does not require any environment variables. The docs reference standard runtime variables and optional API keys (explorer API key, variables in sentio.yaml) which are proportionate to interacting with explorer services and Sentio. Consider that supplying API keys or custom RPC endpoints grants those endpoints visibility into project data and on-chain queries.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system privileges. It only provides instructions an operator would run; it does not modify other skills or system configs by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sentio-processor - After installation, invoke the skill by name or use
/sentio-processor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added documentation for checking processor status using `sentio processor status` after upload.
- Provided troubleshooting steps with `sentio processor logs` for processors in `ERROR` state.
- Updated project initialization to recommend using `npx @sentio/cli create ...` for clarity.
- Improved clarity on project lifecycle steps and documentation structure for easier onboarding.
v1.0.0
Initial release of sentio-processor skill.
- Provides guidance for initializing, developing, testing, and deploying blockchain indexers with the Sentio SDK.
- Covers supported blockchains (Ethereum, Aptos, Sui, Solana, Starknet, Bitcoin, Cosmos, Fuel, IOTA).
- Documents full workflow: project setup, contract/ABI addition, processor development, testing, and deployment.
- Includes CLI command reference, recommended project structure, and configuration templates for sentio.yaml and package.json.
- Explains core processor patterns, event handler types, event filtering, and multi-chain/multi-contract usage.
- Adds links and references for deeper guides on advanced patterns, DeFi protocols, and production examples.
Metadata
Frequently Asked Questions
What is Sentio Processor?
Use when initializing Sentio projects, writing blockchain processor code, adding contracts/ABIs, testing processors, or deploying to the Sentio platform. Tri... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install Sentio Processor?
Run "/install sentio-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sentio Processor free?
Yes, Sentio Processor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sentio Processor support?
Sentio Processor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sentio Processor?
It is built and maintained by Sentio (@sentioxyz); the current version is v1.0.1.
More Skills