← Back to Skills Marketplace
gate-exchange

gate-info-tokenonchain

by Gate · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install gate-info-tokenonchain
Description
Token on-chain analysis via Gate-Info MCP: holder distribution, on-chain activity, and large or unusual transfers (scopes holders / activity / transfers). Sm...
README (SKILL.md)

gate-info-tokenonchain

General Rules

⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. Do NOT select or call any tool until all rules are read. These rules have the highest priority. → Read ./references/gate-runtime-rules.md → Also read ./references/info-news-runtime-rules.md for gate-info / gate-news shared rules (tool degradation, report standards, security, and output standards).

  • Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they exist in the MCP server.

Token On-Chain Analysis Skill (current version: no Smart Money). For token-level holder distribution, activity, and large transfers, call on-chain + basic coin info tools in parallel, then aggregate into a structured report.

Trigger Scenarios: User asks about token on-chain data, holder distribution, on-chain activity, large transfers, on-chain chip analysis, etc.


MCP Dependencies

Required MCP Servers

MCP Server Status
Gate-Info ✅ Required

MCP Tools Used

Query Operations (Read-only)

  • info_onchain_get_token_onchain
  • info_coin_get_coin_info

Authentication

  • API Key Required: No
  • Credentials Source: None; this skill uses read-only Gate Info / Gate News MCP access only.

Installation Check

  • Required: Gate-Info
  • Install: Use the local Gate MCP installation flow for the current host IDE before continuing.
  • Continue only after the required Gate MCP server is available in the current environment.

Routing Rules

User Intent Keywords Action
Token holder distribution "ETH holders" "BTC holding distribution" "top holders" Execute with scope=holders
On-chain activity "on-chain activity" "active addresses" "transaction count" Execute with scope=activity
Large transfers "large transfers" "whale movements" "unusual transfers" Execute with scope=transfers
Full on-chain overview "on-chain analysis for SOL" "ETH on-chain data" Execute with holders,activity,transfers
Smart Money (not yet supported) "smart money buying" Inform user; run available scopes only
Specific address query "track this address 0x..." Route to gate-info-addresstracker
Coin fundamentals "analyze SOL" Route to gate-info-coinanalysis
Whale entity tracking "what is Jump Trading doing" Route to gate-info-whaletracker if available, else inform

Execution Workflow

Step 0: Multi-Dimension Intent Check

  • Token-level on-chain → this Skill.
  • Specific address (not token) → gate-info-addresstracker.
  • Fundamentals + technicals + news together → gate-info-research (if available).

Step 1: Intent Recognition & Parameter Extraction

  • symbol (required): Token ticker (e.g., BTC, ETH, SOL)
  • chain (optional): e.g., eth, sol, bsc
  • scope: one or more of holders, activity, transfers (smart_money — not available)
  • time_range (optional): default 24h for transfers/activity

Step 2: Call MCP Tools in Parallel

Step MCP Tool Parameters Retrieved Data Parallel
1a info_onchain_get_token_onchain symbol, chain, scope, time_range Holder / activity / transfer data per scope Yes
1b info_coin_get_coin_info query={symbol}, scope="basic" Basic coin context Yes

Step 3: LLM Aggregation

  • Contextualize on-chain data with coin info
  • Identify patterns and anomalies
  • Avoid speculative price predictions

Report Template

## {symbol} On-Chain Analysis

> Generated: {timestamp} | Chain: {chain or "All supported chains"}
> Note: Smart Money analysis not yet available in this version.

### Token Overview

| Metric | Value |
|--------|-------|
| Token | {symbol} ({name}) |
| Market Cap | ${market_cap} |
| Circulating Supply | {circulating_supply} |

### Holder Distribution (if scope includes holders)

{Tables + LLM concentration assessment}

### On-Chain Activity (if scope includes activity)

{Metrics + LLM trend assessment}

### Large Transfers (if scope includes transfers)

{Table + LLM flow assessment}

### On-Chain Health Score

{Dimensions scored /10 + overall}

### Key Insights

{2–3 data-driven bullets}

> On-chain data does not predict future prices. This does not constitute investment advice.

Decision Logic

Condition Assessment
Top 10 holder concentration > 70% High concentration risk
Top 10 holder concentration \x3C 30% Well-distributed holder base
Active addresses declining > 20% WoW Declining network activity
Active addresses growing > 30% WoW Strong activity growth
Large transfers to exchange addresses Potential sell pressure
Large transfers from exchange addresses Potential accumulation
User asks about Smart Money State not available; offer holders/activity/transfers

Error Handling

Error Type Handling
Token not found on-chain Check via info_coin_get_coin_info; suggest symbol/chain
info_onchain_get_token_onchain fails Show coin info only; note on-chain unavailable
info_coin_get_coin_info fails Show on-chain data without market context
Scope returns empty Skip section; note no data for scope
Chain not supported List supported chains; ask user
Both Tools fail Return error; suggest retry later
User requests smart_money Inform not available; offer other scopes

Cross-Skill Routing

User Follow-up Intent Route To
"Analyze this coin" gate-info-coinanalysis
"Track this address" gate-info-addresstracker
"Is this token safe?" gate-info-riskcheck
"Technical analysis?" gate-info-trendanalysis
"Any news?" gate-news-briefing
"What does the community think?" gate-news-communityscan
"DeFi data for this?" gate-info-defianalysis

Safety Rules

  1. No fabricated on-chain data: Only report MCP-returned data.
  2. Address privacy: Shorten addresses (e.g., 0x1234...abcd); do not doxx.
  3. No trading signals: Informational only; not buy/sell advice.
  4. Exchange labels: Best-effort; may be mislabeled.
  5. Data lag: Note indexing delays where relevant.
  6. Smart Money: Clearly state unavailability rather than approximating.
  7. Age & eligibility: Intended for users aged 18 or above with full civil capacity in their jurisdiction.
  8. Data flow: The host agent processes user prompts; this skill directs read-only Gate-Info MCP tools listed above. The LLM summarizes tool output. This skill does not invoke additional third-party data services.
Usage Guidance
This skill appears coherent and read-only: it expects a local Gate‑Info MCP server and uses two documented read APIs. Before installing, ensure you trust the local MCP server and that the environment provides the Gate‑Info MCP tools it references. Because the skill can be invoked by the agent, restrict autonomous agent execution if you do not want background queries. If you rely on address‑level tracking or other capabilities, verify those other skills (e.g., gate-info-addresstracker) are available and trusted.
Capability Analysis
Type: OpenClaw Skill Name: gate-info-tokenonchain Version: 1.0.2 The gate-info-tokenonchain skill bundle is a standard informational tool designed for blockchain on-chain analysis. It utilizes read-only MCP tools (info_onchain_get_token_onchain and info_coin_get_coin_info) to retrieve holder distribution and transaction activity. The instructions in SKILL.md and the associated runtime rules (gate-runtime-rules.md, info-news-runtime-rules.md) focus on data aggregation, graceful degradation, and safety guardrails such as avoiding financial advice and protecting address privacy. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description match the declared operations. The skill only references on‑chain token analysis and the two documented MCP read tools (info_onchain_get_token_onchain, info_coin_get_coin_info). No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md confines behavior to token-level analysis, routing single-address or other specialized requests to separate skills. It explicitly prohibits calling undocumented tools and instructs graceful degradation when MCP tools are unavailable.
Install Mechanism
Instruction-only skill with no install spec or code files; lowest-risk installation model. It does note that a local Gate MCP server must be available, which is appropriate for the stated MCP dependency.
Credentials
No environment variables, credentials, or config paths are required or declared. The skill also documents that it is read-only and does not handle API secrets during normal execution.
Persistence & Privilege
Skill is not force-included (always: false) and does not request persistent/system-level changes. It does not modify other skills' configs or request elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gate-info-tokenonchain
  3. After installation, invoke the skill by name or use /gate-info-tokenonchain
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
**Version 1.0.2 Changelog** - Updated runtime rule links to use new local references for gate-runtime-rules.md and info-news-runtime-rules.md. - Removed maintenance and updater script references from the skill documentation. - Deleted unnecessary files: CHANGELOG.md, README.md, references/scenarios.md, and scripts/update-skill.sh. - Clarified installation and runtime instruction flow. - No changes to functionality or supported scopes.
v1.0.1
- Maintenance and dependency details added to clarify MCP requirements and install checks. - Explicit sections for MCP tools, supported user intents, and call workflows. - Error handling, decision logic, report template, and cross-skill routing codified in separate tables. - “required_credentials”, “required_env_vars”, and “required_permissions” fields added in frontmatter for transparency. - Update guidance for `scripts/update-skill.*` simplified; users advised to use official Gate Skills repo for manual updates.
v1.0.0
gate-info-tokenonchain 1.0.0 - Initial release of the gate-info-tokenonchain skill for on-chain token analysis. - Provides token-level holder distribution, on-chain activity metrics, and large/unusual transfer detection. - Excludes "Smart Money" tracking in this version. - Outlines strict runtime and update rules; uses a blocking update confirmation flow. - Designed for scenarios where users request token on-chain, holder, or transfer data.
Metadata
Slug gate-info-tokenonchain
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is gate-info-tokenonchain?

Token on-chain analysis via Gate-Info MCP: holder distribution, on-chain activity, and large or unusual transfers (scopes holders / activity / transfers). Sm... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install gate-info-tokenonchain?

Run "/install gate-info-tokenonchain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is gate-info-tokenonchain free?

Yes, gate-info-tokenonchain is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does gate-info-tokenonchain support?

gate-info-tokenonchain is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created gate-info-tokenonchain?

It is built and maintained by Gate (@gate-exchange); the current version is v1.0.2.

💬 Comments