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

### Finance Data API (Strykr PRISM)

One API for all markets. Real-time financial data for AI agents, trading bots, and fintech apps.

Powered by Strykr PRISM — unified data across crypto, stocks, ETFs, forex, commodities, and DeFi.

### Configuration

Set your PRISM API key:

export PRISM_API_KEY="your-api-key"

Base URL: https://strykr-prism.up.railway.app

### 🔍 Asset Resolution (Core Feature)

Resolve ANY asset identifier to canonical form:

# Resolve symbol (handles BTC, BTCUSD, XBT, bitcoin, etc.)
curl "$PRISM_URL/resolve/BTC"
curl "$PRISM_URL/resolve/BTCUSDT"
curl "$PRISM_URL/resolve/bitcoin"

# Natural language resolution (for agents)
curl -X POST "$PRISM_URL/agent/resolve" \\
  -H "Content-Type: application/json" \\
  -d '{"query": "price of ethereum"}'

# Batch resolve
curl -X POST "$PRISM_URL/resolve/batch" \\
  -H "Content-Type: application/json" \\
  -d '{"symbols": ["BTC", "ETH", "AAPL", "GOLD"]}'

# Find trading venues for asset
curl "$PRISM_URL/resolve/venues/BTC"

### 💰 Price Data

# Crypto price
curl "$PRISM_URL/crypto/price/BTC"
curl "$PRISM_URL/crypto/price/ETH"

# Batch crypto prices
curl -X POST "$PRISM_URL/batch/crypto/prices" \\
  -H "Content-Type: application/json" \\
  -d '{"symbols": ["BTC", "ETH", "SOL"]}'

# Stock quote
curl "$PRISM_URL/stocks/AAPL/quote"

# Batch stock quotes
curl -X POST "$PRISM_URL/stocks/batch/quotes" \\
  -H "Content-Type: application/json" \\
  -d '{"symbols": ["AAPL", "MSFT", "GOOGL"]}'

### 📊 Market Overview

# Full market overview (crypto + tradfi)
curl "$PRISM_URL/market/overview"

# Crypto global stats
curl "$PRISM_URL/crypto/global"

# Fear & Greed Index
curl "$PRISM_URL/market/fear-greed"

# Trending crypto
curl "$PRISM_URL/crypto/trending"

# Stock movers
curl "$PRISM_URL/stocks/gainers"
curl "$PRISM_URL/stocks/losers"
curl "$PRISM_URL/stocks/active"

### 🛡️ Token Security Analysis

# Analyze token for risks
curl "$PRISM_URL/analyze/BTC"

# Copycat/scam detection
curl "$PRISM_URL/analyze/copycat/PEPE"

# Check for rebrands (MATIC → POL)
curl "$PRISM_URL/analyze/rebrand/MATIC"

# Fork detection
curl "$PRISM_URL/analyze/fork/ETH"

# Holder analytics (whale concentration)
curl "$PRISM_URL/analytics/holders/0x1234..."

### 🔥 Trending & Discovery

# Trending crypto overall
curl "$PRISM_URL/crypto/trending"

# Solana Pump.fun bonding tokens (UNIQUE!)
curl "$PRISM_URL/crypto/trending/solana/bonding"

# Graduated from bonding curve
curl "$PRISM_URL/crypto/trending/solana/graduated"

# Trending DEX pools
curl "$PRISM_URL/crypto/trending/pools"

# EVM trending
curl "$PRISM_URL/crypto/trending/evm"

# Multi-day stock movers
curl "$PRISM_URL/stocks/multi-day-movers"

### 📈 DeFi & Derivatives

# DEX pairs
curl "$PRISM_URL/dex/pairs"

# Hyperliquid perps
curl "$PRISM_URL/dex/hyperliquid/pairs"
curl "$PRISM_URL/dex/hyperliquid/BTC/funding"
curl "$PRISM_URL/dex/hyperliquid/BTC/oi"

# Cross-venue funding rates
curl "$PRISM_URL/dex/BTC/funding/all"

# Cross-venue open interest
curl "$PRISM_URL/dex/BTC/oi/all"

### 💼 Wallet & On-Chain

# Wallet balances (multi-chain)
curl "$PRISM_URL/wallets/0xYourAddress/balances"

# Native balance only
curl "$PRISM_URL/wallets/0xYourAddress/native"

# Supported chains
curl "$PRISM_URL/chains"

# On-chain price
curl "$PRISM_URL/analytics/price/onchain/0xContractAddress"

### 🌍 Traditional Finance

# Forex rates
curl "$PRISM_URL/forex"
curl "$PRISM_URL/forex/USD/tradeable"

# Commodities
curl "$PRISM_URL/commodities"
curl "$PRISM_URL/commodities/GOLD/tradeable"

# ETFs
curl "$PRISM_URL/etfs/popular"

# Indexes
curl "$PRISM_URL/indexes"
curl "$PRISM_URL/indexes/sp500"
curl "$PRISM_URL/indexes/nasdaq100"

# Sectors
curl "$PRISM_URL/sectors"

### 🔧 System & Health

# API health
curl "$PRISM_URL/health"

# Data source status
curl "$PRISM_URL/crypto/sources/status"

# Registry health
curl "$PRISM_URL/registry/health"

### Natural Language Price Lookup

When user asks "what's the price of bitcoin" or "how much is ETH":

Use /agent/resolve for natural language → canonical asset
Use /crypto/price/{symbol} or /stocks/{symbol}/quote for price
Return formatted response

### Token Security Check

When user asks "is this token safe" or "check 0x1234...":

Use /analyze/{symbol} for general analysis
Use /analyze/copycat/{symbol} for scam detection
Use /analytics/holders/{contract} for whale concentration
Return risk assessment

### Market Overview

When user asks "how's the market" or "what's trending":

Use /market/overview for full picture
Use /market/fear-greed for sentiment
Use /crypto/trending for hot coins
Use /stocks/gainers + /losers for stock movers

### Cross-Market Correlation

When user asks "what correlates with bitcoin":

Use /market/overview for cross-market data
Compare crypto vs stocks/commodities/forex
PRISM's 120+ endpoints enable true cross-market analysis

### Endpoint Speed Reference

EndpointSpeedUse Case/resolve/{symbol}140-200msSymbol resolution/crypto/price/{symbol}1.9-2.1sSingle price/market/fear-greed229msSentiment/crypto/trending242msHot coins/analyze/copycat/{symbol}160msScam detection/stocks/{symbol}/quote214msStock price/agent/resolve3.4sNL queries

### Unique Data (Nobody Else Has)

/crypto/trending/solana/bonding — Pump.fun launches
/analyze/copycat — Scam/copycat detection
/analyze/rebrand — Token migrations (MATIC→POL)
/dex/{symbol}/funding/all — Cross-venue funding rates

### Price Lookup

User: "price of bitcoin"
Response: "Bitcoin (BTC) is $43,250 (+2.1% 24h)"

### Security Check

User: "is PEPE safe"
Response: "🛡️ PEPE Analysis
• Risk Score: 35/100 (Low)
• Liquidity: Locked ✅
• Top holders: 15% concentration
• Copycat risk: None detected
Overall: Lower risk, but DYOR"

### Market Overview

User: "how's the market"
Response: "📊 Market Overview
Crypto: BTC $43.2K (+2%), ETH $2,290 (+1.8%)
Fear & Greed: 72 (Greed)
Trending: SOL, ONDO, WIF
Stocks: S&P +0.3%, NASDAQ +0.5%"

Built by @NextXFrontier
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NextFrontierBuilds
- Version: 1.1.2
## 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-09T12:29:56.513Z
- Expires at: 2026-05-16T12:29:56.513Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/strykr-prism)
- [Send to Agent page](https://openagent3.xyz/skills/strykr-prism/agent)
- [JSON manifest](https://openagent3.xyz/skills/strykr-prism/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/strykr-prism/agent.md)
- [Download page](https://openagent3.xyz/downloads/strykr-prism)