# Send Polymarket Analysis 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": "polymarket-analysis",
    "name": "Polymarket Analysis",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/hiehoo/polymarket-analysis",
    "canonicalUrl": "https://clawhub.ai/hiehoo/polymarket-analysis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/polymarket-analysis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=polymarket-analysis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/market-monitoring-setup.md",
      "references/momentum-analysis.md",
      "references/pair-cost-arbitrage.md",
      "references/polymarket-api.md",
      "references/sentiment-analysis.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "polymarket-analysis",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T00:34:33.404Z",
      "expiresAt": "2026-05-07T00:34:33.404Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=polymarket-analysis",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=polymarket-analysis",
        "contentDisposition": "attachment; filename=\"polymarket-analysis-2.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "polymarket-analysis"
      },
      "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/polymarket-analysis"
    },
    "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/polymarket-analysis",
    "downloadUrl": "https://openagent3.xyz/downloads/polymarket-analysis",
    "agentUrl": "https://openagent3.xyz/skills/polymarket-analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/polymarket-analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/polymarket-analysis/agent.md"
  }
}
```
## Documentation

### Polymarket Analysis

Identify trading advantages in Polymarket prediction markets through multi-modal analysis.

Scope: Analysis and opportunity identification only. No trade execution.

### Modes

ModeDescriptionReferenceAnalyzeOne-time market analysisThis fileMonitor24/7 market monitoringreferences/market-monitoring-setup.mdProfileTrack user wallet positionsscripts/fetch-polymarket-user-profile.py

### Scripts

# Monitor market for alerts
python3 scripts/monitor-polymarket-market.py <market_url_or_id>

# Fetch user profile/positions
python3 scripts/fetch-polymarket-user-profile.py <wallet_address> [--trades] [--pnl]

### Market Analysis

Get market URL from user
Fetch via https://gamma-api.polymarket.com/markets?slug={slug}
Run multi-strategy analysis

### User Profile

# From profile URL: polymarket.com/profile/0x...
python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5

### Core Strategies

StrategyDescriptionReferencePair Cost ArbitrageYES+NO < $1.00references/pair-cost-arbitrage.mdMomentumRSI, MA signalsreferences/momentum-analysis.mdWhale TrackingLarge tradesreferences/whale-tracking.mdSentimentNews/socialreferences/sentiment-analysis.md

### Alert Thresholds

EventThresholdPrice change±5% in 1hLarge trade>$5,000Pair cost<$0.98Volume spike>2x avg

### APIs

APIBase URLUseGammagamma-api.polymarket.comMarkets, pricesDatadata-api.polymarket.comUser positions, trades, P&LCLOBclob.polymarket.comOrder books, trading

See references/polymarket-api.md for full endpoint reference.

### References

references/polymarket-api.md - API endpoints (Gamma, Data, CLOB)
references/market-monitoring-setup.md - 24/7 cron monitoring
references/pair-cost-arbitrage.md - Arbitrage detection
references/momentum-analysis.md - Technical analysis
references/whale-tracking.md - Smart money tracking
references/sentiment-analysis.md - Sentiment aggregation
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: hiehoo
- Version: 2.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-30T00:34:33.404Z
- Expires at: 2026-05-07T00:34:33.404Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/polymarket-analysis)
- [Send to Agent page](https://openagent3.xyz/skills/polymarket-analysis/agent)
- [JSON manifest](https://openagent3.xyz/skills/polymarket-analysis/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/polymarket-analysis/agent.md)
- [Download page](https://openagent3.xyz/downloads/polymarket-analysis)