← Back to Skills Marketplace
stuart5915

INCLAWNCH Analytics

by stuart5915 · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
455
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install inclawnch-analytics
Description
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...
README (SKILL.md)

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"

What You Get

Token Data

Field Description
price_usd Current INCLAWNCH price in USD
price_change_1h 1-hour price change %
price_change_6h 6-hour price change %
price_change_24h 24-hour price change %
volume_24h 24h trading volume (USD)
volume_6h 6h trading volume (USD)
liquidity_usd Pool liquidity (USD)
market_cap Market capitalization
fdv Fully diluted valuation

Staking Data

Field Description
total_stakers Number of unique staking wallets
total_staked Total INCLAWNCH staked
tvl_usd Total value locked (USD)
weekly_distribution_rate INCLAWNCH distributed per week
daily_distribution_rate INCLAWNCH distributed per day
total_distributed All-time INCLAWNCH distributed as UBI
estimated_apy Current estimated staking APY %
wallet_cap_pct Max % any single wallet receives per distribution

Platform Data

Field Description
total_humans Total registered humans on Inclawbate
wallets_connected Humans with connected wallets
top_skills Array 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

Detail Value
Token INCLAWNCH
Chain Base
Contract 0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be
BaseScan https://basescan.org/token/0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be

Links

Usage Guidance
This skill is essentially a thin wrapper that fetches a public JSON from inclawbate.com with aggregated token and platform metrics. It does not request credentials or read local files, but it performs outbound HTTP requests to an external domain — that reveals the caller (IP/host) to that service and could be logged by the provider. Before installing, verify you trust inclawbate.com (check the domain, SSL cert, and any published privacy/policy), consider manually running the example curl to inspect the response, and avoid sending sensitive or private wallet identifiers through the skill. If you need higher assurance, ask the skill author for more details about data freshness, rate limits, and how personal/staking data are aggregated/stored.
Capability Analysis
Type: OpenClaw Skill Name: inclawnch-analytics Version: 1.0.1 The skill bundle is benign. It clearly defines its purpose as providing INCLAWNCH token analytics. The `SKILL.md` instructs the AI agent to use `curl` (a declared dependency) to make simple GET requests to `https://inclawbate.com/api/inclawbate/analytics` for data. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or any other harmful behavior. All external links and API calls are consistent with the stated purpose and point to the `inclawbate.com` domain.
Capability Assessment
Purpose & Capability
Name/description claim real-time token & platform analytics and the SKILL.md only requires curl and points to a public analytics endpoint; the declared requirements match the stated purpose.
Instruction Scope
Runtime instructions tell the agent to curl inclawbate.com endpoints (data and machine-readable spec). The actions are limited to outbound HTTP requests and do not read local files or environment variables, but calling a third-party endpoint will disclose that the agent (and therefore your host/IP) made the request and transmits any query context included in the request.
Install Mechanism
No install spec or downloaded code — this is instruction-only and calls an external API using curl, so nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables/credentials and does not ask for any unrelated secrets. The stated sources (DexScreener, Supabase) explain where the aggregated data may come from; nothing in the spec asks for unrelated credentials.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modify other skills. It uses normal agent invocation rules (autonomous invocation is allowed by default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install inclawnch-analytics
  3. After installation, invoke the skill by name or use /inclawnch-analytics
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Version number updated from 1.0.0 to 1.0.1. - No other changes detected.
v1.0.0
inclawnch-analytics v1.0.0 – Initial release - Real-time analytics for the INCLAWNCH token on Base in a single API call. - Provides token price, volume, liquidity, market cap, staking TVL, UBI APY, distribution rates, and platform metrics. - No API key or authentication required. - Designed for quick queries, dashboard building, and monitoring ecosystem health.
Metadata
Slug inclawnch-analytics
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 455 downloads so far.

How do I install INCLAWNCH Analytics?

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

Is INCLAWNCH Analytics free?

Yes, INCLAWNCH Analytics is completely free (open-source). You can download, install and use it at no cost.

Which platforms does INCLAWNCH Analytics support?

INCLAWNCH Analytics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created INCLAWNCH Analytics?

It is built and maintained by stuart5915 (@stuart5915); the current version is v1.0.1.

💬 Comments