# Send Asrai Crypto Analysis (x402) 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "asrai-x402",
    "name": "Asrai Crypto Analysis (x402)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/abuzerasr/asrai-x402",
    "canonicalUrl": "https://clawhub.ai/abuzerasr/asrai-x402",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/asrai-x402",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=asrai-x402",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/endpoints.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/asrai-x402"
    },
    "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/asrai-x402",
    "downloadUrl": "https://openagent3.xyz/downloads/asrai-x402",
    "agentUrl": "https://openagent3.xyz/skills/asrai-x402/agent",
    "manifestUrl": "https://openagent3.xyz/skills/asrai-x402/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/asrai-x402/agent.md"
  }
}
```
## Documentation

### Asrai — Crypto Analysis via x402

Use Asrai tools when the user asks about crypto prices, market analysis, trading signals, sentiment, or investment advice.

### When to use

Crypto price / chart / technical analysis → use asrai tools
Market sentiment, CBBI, fear/greed → use asrai tools
"What should I buy?" / buy opportunities / entry points → use trade_signals + portfolio
Full market overview / morning report → use market_overview
Elliott Wave, smart money, order blocks → use asrai tools
DEX data, low-cap tokens → use asrai tools
General knowledge you already know well → answer directly (costs $0.005 per call)

### Tool selection guide

User asks...Primary toolSupporting tools"what to buy?" / "buy opportunities" / "entry points"trade_signalsportfolio, sentiment"market overview" / "morning report" / "full brief"market_overview—"what's trending?" / "hot coins"trendinggainers_losers"BTC analysis" / chart / signalstechnical_analysissmart_money, elliott_wave"price prediction" / "forecast"forecasttechnical_analysis"market sentiment" / "fear greed" / CBBIsentimentdominance, macro"ATH" / "all-time high" coinsath_trackertrade_signals"volume spikes" / unusual volumevolume_spikeshigh_volume_low_cap"find coins" / screener criteriascreenertop_bottom"cashflow" / capital flowcashflowsentiment"unlocked coins" / vesting pressurelate_unlocked_coins—"low cap gems" / DEX / chain tokenschain_tokensdexscreener, high_volume_low_cap"portfolio" / "Abu's picks"portfoliocoin_info

Important: For buy opportunity questions ALWAYS call trade_signals — it combines trending movers, bounces, SAR & MACD entries, RSI, and Galaxy Score in one call.

### Install

npx -y -p asrai-mcp install-skill

Auto-detects OpenClaw, Cursor, Cline, and other agents. Then set your key:

ASRAI_PRIVATE_KEY=0x<your_private_key>  # add to ~/.env

For MCP agents (Cursor, Cline, Claude Desktop) also add to config:

{
  "mcpServers": {
    "asrai": { "command": "npx", "args": ["-y", "asrai-mcp"] }
  }
}

### If asrai MCP tools are available (Cursor, Cline, Claude Desktop)

Call the appropriate MCP tool directly:

technical_analysis(symbol, timeframe)
sentiment()
forecast(symbol)
market_overview()
ask_ai(question)
...

### If no MCP tool — use bash (OpenClaw and other agents)

Use the same tool names via bash:

npx -y -p asrai-mcp asrai <tool> [args...]

Examples:

npx -y -p asrai-mcp asrai ask_ai "What is the outlook for BTC today?"
npx -y -p asrai-mcp asrai technical_analysis BTC 4h
npx -y -p asrai-mcp asrai sentiment
npx -y -p asrai-mcp asrai forecast ETH
npx -y -p asrai-mcp asrai market_overview
npx -y -p asrai-mcp asrai coin_info SOL
npx -y -p asrai-mcp asrai portfolio
npx -y -p asrai-mcp asrai indicator_guide ALSAT

Requires ASRAI_PRIVATE_KEY set in ~/.env or environment. Payment is signed automatically.

### MCP tools

ToolWhat it doesCostmarket_overviewFull brief: trending, gainers/losers, RSI, screeners, sentiment, cashflow — use for complete reports only$0.095 (19 calls)trendingCurrently trending coins$0.005gainers_losersTop gainers and losers$0.005top_bottomRSI extremes, top/bottom signals, bounce/dip candidates$0.015 (3 calls)volume_spikesCoins with unusually high volume$0.005high_volume_low_capLow market cap coins with high volume$0.005ath_trackerCoins near or at all-time high$0.005dominanceBTC & altcoin dominance signals$0.01 (2 calls)macroS&P 500 & Nasdaq signals — global market context$0.01 (2 calls)sentimentCBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance$0.03 (6 calls)late_unlocked_coinsPost-vesting coins with low remaining selling pressure$0.005trade_signalsTrade setups: trending movers, bounces, SAR & MACD entries, RSI, Galaxy Score, today's indicator signals$0.04 (8 calls)technical_analysis(symbol, timeframe)Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku$0.06 (12 calls)forecast(symbol)AI 3-7 day price prediction$0.005screener(type)Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip...)$0.005smart_money(symbol, timeframe)Order blocks, fair value gaps, support/resistance$0.01 (2 calls)elliott_wave(symbol, timeframe)Elliott Wave analysis$0.005ichimoku(symbol, timeframe)Ichimoku cloud analysis$0.005cashflow(mode, symbol)Capital flow data$0.005coin_info(symbol)Stats, price, tags, CMC AI + auto DEX data$0.025–$0.03 (5–6 calls)dexscreener(contract)DEX trading data$0.005chain_tokens(chain, max_mcap)Low-cap tokens on a specific chain$0.005portfolioAbu's curated model portfolio — investment reference$0.005ask_ai(question)AI analyst freeform answer$0.01indicator_guide(name)Reference guide for Asrai-specific indicatorsFREE

### Output rules

🎨 Output Style — Human-Friendly Format

Non-negotiables

• Use emoji section headers (🌡️ 🚀 📊 😬 ✅)
• Keep it easy to scan: short lines + whitespace
• Do not mention tools/endpoints in user-facing output
• Avoid low-liquidity noise: prefer repeated appearance across lists, meaningful volume, and/or clear catalyst
• Write like an experienced trader explaining to a friend — conversational, confident, direct
• Think like both a trader AND a long-term investor. Default to investor mode. Switch to trader mode only when user asks for entries
• End with 1 clear action bias: accumulate / wait / avoid — and why

### Cost

$0.005 USDC per call (most tools), $0.01 for ask_ai, FREE for indicator_guide. Signed from the user's own wallet on Base mainnet. Tell the user if they ask.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: abuzerasr
- Version: 2.1.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/asrai-x402)
- [Send to Agent page](https://openagent3.xyz/skills/asrai-x402/agent)
- [JSON manifest](https://openagent3.xyz/skills/asrai-x402/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/asrai-x402/agent.md)
- [Download page](https://openagent3.xyz/downloads/asrai-x402)