# Send Snow Report 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": "snow-report",
    "name": "Snow Report",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/davemorin/snow-report",
    "canonicalUrl": "https://clawhub.ai/davemorin/snow-report",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/snow-report",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=snow-report",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/resorts.md",
      "references/user-config-template.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "snow-report",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:58:35.246Z",
      "expiresAt": "2026-05-07T04:58:35.246Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=snow-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=snow-report",
        "contentDisposition": "attachment; filename=\"snow-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "snow-report"
      },
      "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/snow-report"
    },
    "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/snow-report",
    "downloadUrl": "https://openagent3.xyz/downloads/snow-report",
    "agentUrl": "https://openagent3.xyz/skills/snow-report/agent",
    "manifestUrl": "https://openagent3.xyz/skills/snow-report/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/snow-report/agent.md"
  }
}
```
## Documentation

### Snow Report

Fetch live snow conditions from OpenSnow for any ski resort worldwide.

### SnowTick — Mountain Tickers

4-letter codes for quick mountain lookups, like stock tickers:

TickerResortJHMRJackson HoleTARGGrand TargheeMMTHMammothBIRDSnowbirdALTAAltaBOATSteamboatWHISWhistler

Full list in references/resorts.md. Use tickers anywhere you'd use a resort name.

### Commands

User SaysAction"snowtick"Quick ticker tape of all favorites"snow report" / "how's the snow"Pull default mountain from user config"snow at Mammoth" / "Jackson snow"Pull specific resort"JHMR" / "what's TARG at"Pull by SnowTick code"compare Jackson and Targhee"Multi-mountain comparison"compare JHMR TARG MMTH"Compare by tickers"powder alert" / "where's it snowing"Check forecasts across favorites

### User Configuration

Check memory/snow-preferences.md for user settings:

# Snow Preferences

## Default Mountain
JHMR

## Favorites
- JHMR (Jackson Hole)
- TARG (Grand Targhee)
- MMTH (Mammoth)
- ALTA (Alta)

## Report Style
- compact (default) | detailed
- skip: parking

Tickers or slugs both work. If no config exists, ask user for their home mountain and create the file.

### Resolving Tickers

When user provides a ticker (4 uppercase letters):

Look up in references/resorts.md
Get the corresponding slug
Use slug for OpenSnow URL

Example: JHMR → jacksonhole → opensnow.com/location/jacksonhole/snow-summary

### SnowTick Command

1. Read user favorites from memory/snow-preferences.md
2. Open all favorite resort tabs in parallel
3. Snapshot each tab for snow data
4. Extract: base depth, 5-day forecast, current conditions
5. Format as ticker tape with best bet arrow
6. Close all tabs

### Single Mountain

1. browser action=open targetUrl=https://opensnow.com/location/{slug}/snow-summary
2. browser action=snapshot compact=true
3. Extract key data, close tab

### Multi-Mountain Comparison

1. Open all resort tabs in parallel (browser action=open for each)
2. Snapshot all tabs
3. Extract and format comparison table
4. Close all tabs

### Data Extraction

From OpenSnow snapshot, find:

### Snow Summary

Last 24 Hours — reported snowfall + timestamp
Next 1-5 Days — forecasted snow
Next 6-10 Days — extended forecast
Next 11-15 Days — long range

### Current Conditions (under "Right Now")

Temperature + feels-like
Wind speed, direction, gusts
Conditions (Sunny, Snowy, etc.)

### Local Expert (Daily Snow)

Expert name
Forecast narrative

### AI Overview

Quick conditions summary

### SnowTick (favorites dashboard)

📈 SnowTick — {date}

JHMR  12"  ▲ 6"   ❄️ snowing
FISH   8"  ▲ 2"   ☀️ clear  
SGAR  24"  ▲ 12"  ❄️ snowing ←
BALD  36"  ▲ 8"   🌨️ flurries
BRDG   6"  ▲ 0"   ☀️ clear
ROCK   2"  — 0"   ☀️ clear

▲ = next 5 days | ← = best bet

Columns: Ticker | Base depth | 5-day forecast | Current conditions

### Compact (default)

🏔️ {Resort} [{TICK}] — {date}

**Snow:** {24hr}" | Next 5d: {forecast}"
**Now:** {temp}°F, {conditions}, wind {speed} mph
**Daily Snow:** {1 sentence summary}

### Detailed

🏔️ {Resort} [{TICK}] — {date}

**Now:** {temp}°F ({feels}°F), {conditions}, wind {speed} mph {dir}

| Period | Snow |
|--------|------|
| Last 24hr | X" |
| Next 5 days | X" |
| Next 6-10 days | X" |
| Next 11-15 days | X" |

**Daily Snow ({expert}):** {full summary}

**AI Overview:** {summary}

### Comparison Table

📊 Snow Comparison — {date}

| Ticker | Resort | 24hr | Next 5d | Next 10d | Temp |
|--------|--------|------|---------|----------|------|
| JHMR | Jackson Hole | 0" | 0" | 8" | 11°F |
| TARG | Grand Targhee | 0" | 2" | 12" | 8°F |
| ALTA | Alta | 0" | 1" | 6" | 15°F |

**Best Bet:** TARG — most snow coming

### Powder Alert

🚨 Powder Alert — {date}

Checking your favorites for incoming snow...

| Ticker | Resort | Next 5d | Next 10d |
|--------|--------|---------|----------|
| TARG | Grand Targhee | 6" | 18" | ← Best
| JHMR | Jackson Hole | 0" | 8" |
| ALTA | Alta | 2" | 10" |

**Verdict:** TARG looking best for next week

### Resort Slugs & SnowTick Codes

See references/resorts.md for full list with tickers.

Quick reference:

RegionTickersWyomingJHMR TARG SNWKUtahALTA BIRD PCMR DEERColoradoVAIL AJAX TELL BOATCaliforniaMMTH PALI KIRK HVLYMontanaBSKY FISH BRDGBCWHIS RVLKJapanNSKO HAKU

For unlisted resorts: search opensnow.com and grab slug from URL, then add ticker to references.

### First-Time Setup

If user asks for snow report with no config:

Ask: "What's your home mountain? I'll set it as your default."
Create memory/snow-preferences.md with their answer
Ask: "Any other favorites to add for comparisons?"
Pull their first report

### Notes

OpenSnow is JS-rendered; browser required
Data updates throughout day; morning reports freshest
11-15 day forecast may be paywalled (show what's visible)
For resort-specific data (lifts, groomed runs), check resort's own site
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: davemorin
- Version: 1.0.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-30T04:58:35.246Z
- Expires at: 2026-05-07T04:58:35.246Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/snow-report)
- [Send to Agent page](https://openagent3.xyz/skills/snow-report/agent)
- [JSON manifest](https://openagent3.xyz/skills/snow-report/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/snow-report/agent.md)
- [Download page](https://openagent3.xyz/downloads/snow-report)