gate-info-tokenonchain

v1.0.1

Token on-chain analysis via Gate-Info MCP: holder distribution, on-chain activity, and large or unusual transfers (scopes holders / activity / transfers). Sm...

0· 86·0 current·0 all-time
bygaixg@gaixianggeng

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gaixianggeng/gate-info-tokenonchain-staging.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "gate-info-tokenonchain" (gaixianggeng/gate-info-tokenonchain-staging) from ClawHub.
Skill page: https://clawhub.ai/gaixianggeng/gate-info-tokenonchain-staging
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gate-info-tokenonchain-staging

ClawHub CLI

Package manager switcher

npx clawhub@latest install gate-info-tokenonchain-staging
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description match the declared actions: token holder distribution, activity and transfer analysis. Required artifacts (Gate-Info MCP and two read-only MCP tools) are consistent with that purpose; no unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md limits execution to specific MCP tools and scopes (holders/activity/transfers), includes routing rules, and bundles explicit runtime guardrails forbidding use of undocumented tools. It does not instruct reading unrelated files, env vars, or exfiltrating data.
Install Mechanism
Instruction-only skill with no install spec and no codefiles — no packages or downloads are performed by the skill itself. The only external dependency is the local Gate MCP server, which the skill requires to be present.
Credentials
No environment variables, credentials, or config paths are declared or required. The skill states it is read-only and does not handle secrets during normal execution; the requested access is minimal and proportional to on-chain read queries.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system modifications. It is user-invocable and permits autonomous invocation (platform default), which is appropriate for this kind of skill.
Assessment
This skill appears internally consistent and low-risk: it only documents read-only calls to Gate-Info MCP tools and does not ask for credentials or install code. Before installing, ensure you have a trusted Gate-Info MCP server available (the skill requires it) and verify network endpoints/host ownership (a compromised MCP server can return malicious or misleading data). Confirm that any downstream skills referenced (address tracker, coin analysis, whale tracker) are available and trusted. If you do not control the MCP server, avoid granting the agent broad network access or sensitive environment variables while testing. If you want extra caution, validate the skill in a sandboxed agent environment and run sample queries against non-sensitive tokens first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f3rar91d3zgbamarw69t3th84c24m
86downloads
0stars
2versions
Updated 3w ago
v1.0.1
MIT-0

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 ServerStatus
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 IntentKeywordsAction
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

StepMCP ToolParametersRetrieved DataParallel
1ainfo_onchain_get_token_onchainsymbol, chain, scope, time_rangeHolder / activity / transfer data per scopeYes
1binfo_coin_get_coin_infoquery={symbol}, scope="basic"Basic coin contextYes

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

ConditionAssessment
Top 10 holder concentration > 70%High concentration risk
Top 10 holder concentration < 30%Well-distributed holder base
Active addresses declining > 20% WoWDeclining network activity
Active addresses growing > 30% WoWStrong activity growth
Large transfers to exchange addressesPotential sell pressure
Large transfers from exchange addressesPotential accumulation
User asks about Smart MoneyState not available; offer holders/activity/transfers

Error Handling

Error TypeHandling
Token not found on-chainCheck via info_coin_get_coin_info; suggest symbol/chain
info_onchain_get_token_onchain failsShow coin info only; note on-chain unavailable
info_coin_get_coin_info failsShow on-chain data without market context
Scope returns emptySkip section; note no data for scope
Chain not supportedList supported chains; ask user
Both Tools failReturn error; suggest retry later
User requests smart_moneyInform not available; offer other scopes

Cross-Skill Routing

User Follow-up IntentRoute 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.

Comments

Loading comments...