← Back to Skills Marketplace
419
Downloads
2
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install on-chain-analyitcs
Description
Analyze any EVM smart contract — auto-fetches ABI, discovers usage patterns, decodes function calls via Dune, generates AI-driven analytics (charts, stats, t...
Usage Guidance
Before installing or invoking this skill, be aware it is a thin wrapper that sends contract addresses (and optional ABIs) to a third‑party Supabase endpoint and returns links to an external dashboard. That endpoint will perform the Dune/Etherscan work using its own credentials and may log or retain your queries. If you care about provenance, privacy, or auditability: (1) ask the publisher who runs the Supabase/onchainwizard.ai backend and for a privacy/security policy; (2) ask whether data is stored, for how long, and whether results are shared; (3) prefer a skill that uses your own Dune/Etherscan API keys (so you control credentials), or self‑host the backend; (4) do not send private keys or sensitive secrets to the skill; and (5) if unsure, treat this as untrusted remote processing and avoid sending sensitive contextual data. Additional information that would raise confidence: publisher identity, source code for the hosted function, and an explanation of how Dune/Etherscan access is arranged and secured.
Capability Analysis
Type: OpenClaw Skill
Name: on-chain-analyitcs
Version: 1.0.2
The skill is designed for on-chain smart contract analysis, making a single external API call to a Supabase endpoint (`https://esraarlhpxraucslsdle.supabase.co/functions/v1/onchain-analysis`) with user-provided contract details. The `SKILL.md` instructions clearly define the purpose, API usage, and result presentation, without any evidence of prompt injection attempts, data exfiltration beyond the stated inputs, malicious execution, or persistence mechanisms. The external network call is integral to the skill's stated functionality and does not exhibit characteristics of malicious intent within the provided files.
Capability Assessment
Purpose & Capability
The skill claims to fetch ABIs from explorers and run Dune queries to generate analytics — that purpose matches the described pipeline. However, instead of instructing the agent to call Etherscan/Dune directly, the SKILL.md tells the agent to POST to a third‑party Supabase function (esraarlhpxraucslsdle.supabase.co) and to surface dashboards on onchainwizard.ai. That centralization is plausible (a hosted backend doing the heavy work), but it's not documented why no Dune/Etherscan credentials are needed or who runs the hosted endpoint.
Instruction Scope
The instructions require the agent to send contract addresses (and optionally ABIs) to an external API endpoint (Supabase function). There are no instructions to use local files or credentials, but calling an unauthenticated external endpoint to perform all analysis concentrates sensitive operational steps off‑agent and could leak query context or user data. The SKILL.md does not describe what data is logged, retained, or shared with that service.
Install Mechanism
This is an instruction‑only skill with no install spec and no code files — nothing is written to disk or installed locally, which minimizes local execution risk.
Credentials
The skill declares no required env vars or credentials, yet the described functionality (running Dune queries, fetching ABIs from explorers) typically requires service credentials or API keys. That implies the third‑party endpoint will perform those calls using its own credentials out of the user's control. The lack of declared credentials is disproportionate to the complexity and surprising from a transparency standpoint.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install script. It does not request persistent agent privileges in the registry metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install on-chain-analyitcs - After installation, invoke the skill by name or use
/on-chain-analyitcs - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Changed API endpoint from https://onchainwizard.ai/functions/v1/onchain-analysis to https://esraarlhpxraucslsdle.supabase.co/functions/v1/onchain-analysis
- No other functionality, parameter, or documentation changes detected
v1.0.1
- Added dashboardUrl to responses, enabling direct access to a full interactive analytics dashboard.
- Clarified parameter requirements (contract address now described as 42 chars including 0x).
- Expanded "When to Use" section with more concrete user scenarios and common questions.
- Introduced a new "Supported Chains" table and explicit query result types for improved clarity.
- Improved how to present results, emphasizing the dashboard link and response interpretation.
- Enhanced error handling and user guidance with specific follow-up actions and more robust examples.
v1.0.0
Creates on-chain analytics for any EVM contract
Metadata
Frequently Asked Questions
What is on-chain analytics for evm contract?
Analyze any EVM smart contract — auto-fetches ABI, discovers usage patterns, decodes function calls via Dune, generates AI-driven analytics (charts, stats, t... It is an AI Agent Skill for Claude Code / OpenClaw, with 419 downloads so far.
How do I install on-chain analytics for evm contract?
Run "/install on-chain-analyitcs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is on-chain analytics for evm contract free?
Yes, on-chain analytics for evm contract is completely free (open-source). You can download, install and use it at no cost.
Which platforms does on-chain analytics for evm contract support?
on-chain analytics for evm contract is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created on-chain analytics for evm contract?
It is built and maintained by phi (@ramitphi); the current version is v1.0.2.
More Skills