npx skills add majiayu000/claude-skill-registry --skill olmoearth-mlx-plurigrid-asi-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OlmoEarth MLX: Spatio-Temporal Earth Intelligence **Trit**: +1 (PLUS - world creation via planetary observation) **Foundation**: AI2 OlmoEarth + Apple MLX + GeoACSet + Dune.xyz Geographic WEV ## Overview OlmoEarth is AI2's open spatio-temporal foundation model for planetary intelligence, trained on: - Sentinel-2 L2A (12 bands, 10-60m resolution) - Sentinel-1 SAR (VV, VH polarization) - Landsat (historical continuity) - WorldCover (11 land cover classes) - OpenStreetMap raster - SRTM elevation - WRI Canopy Height Map This skill enables: 1. **Geographic embedding** of crypto wallet activity from Dune.xyz 2. **Impact area identification** for Protocol Labs infrastructure 3. **GeoACSet materialization** for categorical spatial reasoning ## Architecture ``` ┌─────────────────────────────────────────────────────────────────────────┐ │ OLMOEARTH-MLX PIPELINE │ ├─────────────────────────────────────────────────────────────────────────┤ │ │ │ Dune.xyz Query ─┬─► IP Geolocation ─┬─► OlmoEarth Embedding │ │ │ │ │ │ Wallet Activity ┘ Region Bounds ─┘ FlexiVit Encoder │ │ │ │ │ ▼ │ │ ┌───────────────────────────────────┐ │ │ │ GeoACSet Materialization │ │ │ │ Regions → Districts → Parcels │ │
- Overview
- Architecture
- OlmoEarth Model Specs
- Supported Modalities
- MLX Inference
- Dune.xyz Geographic Mapping
- Trackable Interactions
- SQL Queries (Dune)
- GeoACSet Materialization
- Impact Area Identification
- Protocol Labs Infrastructure Zones
- GF(3) Geographic Classification
- Tenderloin Integration
- Usage
Install OlmoEarth
pip install olmoearth-pretrain
Run geographic WEV extraction
python -c "
from olmoearth_mlx import OlmoEarthMLX
from tenderloin.fund_wallets import WalletFundingEngine
Load model
model = OlmoEarthMLX.load('olmoearth-base')
Query Dune for geographic data
geo_wev = model.extract_geographic_wev(What does the olmoearth-mlx skill do?
OlmoEarth MLX: Spatio-Temporal Earth Intelligence
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill olmoearth-mlx-plurigrid-asi-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
