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

### Overview

Performs comprehensive due diligence on a token from a Uniswap protocol perspective. Delegates to the token-analyst agent to analyze liquidity across all pools, volume trends, and risk factors.

### When to Use

Activate when the user asks:

"Research UNI token"
"Is there enough liquidity for X?"
"Token analysis for PEPE"
"Due diligence on this token"
"What pools trade X?"
"How liquid is X on Uniswap?"
"Is X safe to trade?"

### Parameters

ParameterRequiredDefaultDescriptiontokenYes—Token name, symbol, or contract addresschainNoAll chainsSpecific chain or "all" for cross-chain viewfocusNoFull analysis"liquidity", "volume", or "risk"

### Workflow

Extract parameters from the user's request: identify the token and any chain/focus filters.


Delegate to token-analyst: Invoke Task(subagent_type:token-analyst) with the token identifier. The agent resolves the token, discovers all pools, analyzes liquidity and volume, and produces a risk assessment.


Present results: Format the token-analyst's report into a user-friendly summary.

### Output Format

Token Research: UNI (Uniswap)

  Address:  0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984
  Chains:   Ethereum, Arbitrum, Optimism, Polygon, Base
  Pools:    24 active pools across all chains

  Liquidity:
    Total TVL:   $85M across all pools
    Best pool:   WETH/UNI 0.3% (49.4% of liquidity)
    Depth (1%):  $2.5M trade size
    Fragmentation: Moderate

  Volume:
    24h: $15M | 7d: $95M | 30d: $380M
    Trend: Stable
    Turnover: 0.18x daily

  Risk Factors:
    - Moderate pool concentration (49.4% in one pool) — LOW severity

  Trading: Suitable for trades up to $2.5M with < 1% price impact

### Important Notes

Delegates entirely to token-analyst — no direct MCP tool calls.
The analysis is from a Uniswap protocol perspective only — not a general investment analysis.
Risk factors are based on observable on-chain metrics, not price predictions.

### Error Handling

ErrorUser-Facing MessageSuggested ActionToken not found"Could not find token X on Uniswap."Provide contract addressNo pools"No Uniswap pools found for this token."Token may not be listedInsufficient data"Limited trading data available for this token."Token may be too new
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wpank
- 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-05-10T10:36:21.853Z
- Expires at: 2026-05-17T10:36:21.853Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/research-token)
- [Send to Agent page](https://openagent3.xyz/skills/research-token/agent)
- [JSON manifest](https://openagent3.xyz/skills/research-token/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/research-token/agent.md)
- [Download page](https://openagent3.xyz/downloads/research-token)