โ† All skills
Tencent SkillHub ยท Developer Tools

INCLAWNCH Analytics

Real-time INCLAWNCH token analytics on Base. Price, volume, liquidity, staking TVL, UBI APY, distribution rates, and platform metrics in a single API call. N...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Real-time INCLAWNCH token analytics on Base. Price, volume, liquidity, staking TVL, UBI APY, distribution rates, and platform metrics in a single API call. N...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

INCLAWNCH Analytics โ€” Token & Ecosystem Data for AI Agents

Real-time analytics for the INCLAWNCH token ecosystem on Base. One endpoint returns everything: token price with 1h/6h/24h changes, volume, liquidity, market cap, UBI staking TVL, staker count, APY estimate, distribution rates, and platform growth metrics. No API key. No auth. Public and open.

Quick Start

# Get full ecosystem analytics curl "https://inclawbate.com/api/inclawbate/analytics" # Read the machine-readable skill spec curl "https://inclawbate.com/api/inclawbate/skill/analytics"

Token Data

FieldDescriptionprice_usdCurrent INCLAWNCH price in USDprice_change_1h1-hour price change %price_change_6h6-hour price change %price_change_24h24-hour price change %volume_24h24h trading volume (USD)volume_6h6h trading volume (USD)liquidity_usdPool liquidity (USD)market_capMarket capitalizationfdvFully diluted valuation

Staking Data

FieldDescriptiontotal_stakersNumber of unique staking walletstotal_stakedTotal INCLAWNCH stakedtvl_usdTotal value locked (USD)weekly_distribution_rateINCLAWNCH distributed per weekdaily_distribution_rateINCLAWNCH distributed per daytotal_distributedAll-time INCLAWNCH distributed as UBIestimated_apyCurrent estimated staking APY %wallet_cap_pctMax % any single wallet receives per distribution

Platform Data

FieldDescriptiontotal_humansTotal registered humans on Inclawbatewallets_connectedHumans with connected walletstop_skillsArray of {skill, count} โ€” most listed skills

Example Response

{ "token": { "name": "INCLAWNCH", "symbol": "INCLAWNCH", "address": "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be", "chain": "Base", "price_usd": 0.025, "price_change_24h": -2.1, "volume_24h": 45000, "liquidity_usd": 120000, "market_cap": 2500000 }, "staking": { "total_stakers": 42, "total_staked": 1500000, "tvl_usd": 37500, "weekly_distribution_rate": 1000, "daily_distribution_rate": 142.86, "estimated_apy": 24.5 }, "platform": { "total_humans": 85, "wallets_connected": 62, "top_skills": [ {"skill": "design", "count": 18}, {"skill": "content", "count": 15} ] }, "updated_at": "2026-02-18T12:00:00.000Z" }

Data Sources

DexScreener โ€” token price, volume, liquidity (real-time) Supabase โ€” staking positions, treasury stats, platform profiles

Token Info

DetailValueTokenINCLAWNCHChainBaseContract0xa1F72459dfA10BAD200Ac160eCd78C6b77a747beBaseScanhttps://basescan.org/token/0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be

Links

Skill Spec (JSON): https://inclawbate.com/api/inclawbate/skill/analytics Data Endpoint: https://inclawbate.com/api/inclawbate/analytics Skills Directory: https://inclawbate.com/skills Homepage: https://inclawbate.com

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc