forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.printing-press.json
More file actions
67 lines (67 loc) · 2.38 KB
/
Copy path.printing-press.json
File metadata and controls
67 lines (67 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"schema_version": 1,
"generated_at": "2026-05-09T01:59:14.229616Z",
"printing_press_version": "4.0.3",
"api_name": "opensnow",
"display_name": "OpenSnow",
"cli_name": "opensnow-pp-cli",
"creator": {
"handle": "davemorin",
"name": "Dave Morin"
},
"printer": "davemorin",
"printer_name": "Dave Morin",
"spec_format": "openapi3",
"spec_checksum": "sha256:bf00f7a0b4c10e65ee683be92afdc5b7cbb200904e5a5eda9d11fb8e47a339e8",
"mcp_binary": "opensnow-pp-mcp",
"mcp_tool_count": 5,
"mcp_ready": "full",
"auth_type": "api_key",
"auth_env_vars": [
"OPENSNOW_API_KEY"
],
"novel_features": [
{
"name": "Powder Day Scorer",
"command": "powder-score",
"description": "Rate upcoming days 1-10 for powder quality by combining forecast snow totals, wind, temperature, and historical averages"
},
{
"name": "Multi-Resort Powder Ranker",
"command": "powder-rank",
"description": "Rank all synced resorts by powder potential, combining expected snowfall, base depth, and terrain openness"
},
{
"name": "Storm Tracker",
"command": "storm-track",
"description": "Show storm progression \u2014 when snow starts, peaks, and ends \u2014 by correlating rolling hourly forecasts over time"
},
{
"name": "Favorites Dashboard",
"command": "dashboard",
"description": "One-command view of all favorited locations with current temp, 24h snow, 5-day total, and operating status"
},
{
"name": "Overnight Snowfall Check",
"command": "overnight",
"description": "Check the semi-daily forecast for the overnight period at favorited resorts \u2014 the powder hunter's morning ritual"
},
{
"name": "Conditions Diff",
"command": "diff",
"description": "Compare current snow report against the last-synced version to see what changed: new snow, lifts opened or closed, status changes"
},
{
"name": "Daily Snow Digest",
"command": "digest",
"description": "Pull all Daily Snow posts for favorited regions, strip HTML to clean text, and show a summary digest"
},
{
"name": "Historical Snowfall Trends",
"command": "history",
"description": "Show snowfall trends, season totals vs averages, and base depth progression from cached report snapshots"
}
],
"run_id": "20260508-183509",
"category": "productivity"
}