# Send INCLAWNCH Analytics to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "inclawnch-analytics",
    "name": "INCLAWNCH Analytics",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/stuart5915/inclawnch-analytics",
    "canonicalUrl": "https://clawhub.ai/stuart5915/inclawnch-analytics",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/inclawnch-analytics",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=inclawnch-analytics",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "inclawnch-analytics",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T06:52:25.648Z",
      "expiresAt": "2026-05-11T06:52:25.648Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=inclawnch-analytics",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=inclawnch-analytics",
        "contentDisposition": "attachment; filename=\"inclawnch-analytics-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "inclawnch-analytics"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/inclawnch-analytics"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/inclawnch-analytics",
    "downloadUrl": "https://openagent3.xyz/downloads/inclawnch-analytics",
    "agentUrl": "https://openagent3.xyz/skills/inclawnch-analytics/agent",
    "manifestUrl": "https://openagent3.xyz/skills/inclawnch-analytics/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/inclawnch-analytics/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: stuart5915
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T06:52:25.648Z
- Expires at: 2026-05-11T06:52:25.648Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/inclawnch-analytics)
- [Send to Agent page](https://openagent3.xyz/skills/inclawnch-analytics/agent)
- [JSON manifest](https://openagent3.xyz/skills/inclawnch-analytics/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/inclawnch-analytics/agent.md)
- [Download page](https://openagent3.xyz/downloads/inclawnch-analytics)