# Send Analytix402 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": "analytix402",
    "name": "Analytix402",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Analytix402/analytix402",
    "canonicalUrl": "https://clawhub.ai/Analytix402/analytix402",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/analytix402",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=analytix402",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "analytix402",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:18:23.447Z",
      "expiresAt": "2026-05-06T23:18:23.447Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=analytix402",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=analytix402",
        "contentDisposition": "attachment; filename=\"analytix402-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "analytix402"
      },
      "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/analytix402"
    },
    "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/analytix402",
    "downloadUrl": "https://openagent3.xyz/downloads/analytix402",
    "agentUrl": "https://openagent3.xyz/skills/analytix402/agent",
    "manifestUrl": "https://openagent3.xyz/skills/analytix402/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/analytix402/agent.md"
  }
}
```
## Documentation

### Analytix402

Monitor, control, and optimize your AI agent's API spend and LLM costs in real-time.

### Description

Analytix402 gives your OpenClaw agent financial visibility and guardrails. Track every API call, LLM invocation, and x402 payment your agent makes. Set budget limits, detect duplicate purchases, and get alerts before costs spiral.

What it does:

Tracks all outbound API calls and x402 payments automatically
Monitors LLM token usage and costs across OpenAI, Anthropic, and other providers
Enforces daily budget limits and per-call spend caps
Detects duplicate API purchases to prevent waste
Sends heartbeats so you know your agent is alive and healthy
Provides a real-time dashboard at analytix402.com

### Configuration

# Required
ANALYTIX402_API_KEY: ax_live_your_key_here

# Optional
ANALYTIX402_AGENT_ID: my-openclaw-agent
ANALYTIX402_BASE_URL: https://analytix402.com
ANALYTIX402_DAILY_BUDGET: 50.00
ANALYTIX402_PER_CALL_LIMIT: 5.00
ANALYTIX402_TRACK_LLM: true

### analytix402_spend_report

Get a summary of your agent's spend — total cost, breakdown by API and LLM provider, and efficiency score.

### analytix402_set_budget

Set or update the daily budget limit for this agent session.

### analytix402_check_budget

Check remaining budget before making an expensive API call.

### analytix402_flag_purchase

Flag a potential duplicate or unnecessary purchase for review.

### Tags

monitoring, analytics, budget, x402, payments, observability, cost-tracking
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Analytix402
- Version: 0.1.0
## 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-04-29T23:18:23.447Z
- Expires at: 2026-05-06T23:18:23.447Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/analytix402)
- [Send to Agent page](https://openagent3.xyz/skills/analytix402/agent)
- [JSON manifest](https://openagent3.xyz/skills/analytix402/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/analytix402/agent.md)
- [Download page](https://openagent3.xyz/downloads/analytix402)