# Send S2S Forecasting Expert (FuXi, FengWu, AIFS) 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "s2s-forecasting-expert",
    "name": "S2S Forecasting Expert (FuXi, FengWu, AIFS)",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/manmeet3591/s2s-forecasting-expert",
    "canonicalUrl": "https://clawhub.ai/manmeet3591/s2s-forecasting-expert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/s2s-forecasting-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=s2s-forecasting-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "s2s-forecasting-expert",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T13:03:29.932Z",
      "expiresAt": "2026-05-10T13:03:29.932Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=s2s-forecasting-expert",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=s2s-forecasting-expert",
        "contentDisposition": "attachment; filename=\"s2s-forecasting-expert-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "s2s-forecasting-expert"
      },
      "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/s2s-forecasting-expert"
    },
    "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/s2s-forecasting-expert",
    "downloadUrl": "https://openagent3.xyz/downloads/s2s-forecasting-expert",
    "agentUrl": "https://openagent3.xyz/skills/s2s-forecasting-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/s2s-forecasting-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/s2s-forecasting-expert/agent.md"
  }
}
```
## Documentation

### S2S Model Builder (Subseasonal-to-Seasonal Forecasting)

This skill actively helps you design, implement, and train S2S forecasting models from scratch.

It generates:

PyTorch model architectures
Training loops
CRPS loss implementations
Data preprocessing pipelines (ERA5-style)
Evaluation scripts
Multi-GPU training configurations
Inference pipelines

Supported paradigms include:

FuXi-style transformer architectures
FengWu-style Earth system transformers
AIFS-inspired probabilistic models
Ensemble neural forecasting
Multi-lead-time forecasting heads

### 1. Model Architecture Code

3D spatiotemporal transformers
Global grid attention models
Multi-variable input pipelines (Z500, T2M, winds, SST)
Lead-time conditioned decoders
Ensemble output heads

### 2. Training Infrastructure

PyTorch training loops
Distributed training (FSDP-ready structure)
Mixed precision support
Gradient accumulation
Checkpoint saving

### 3. Probabilistic Forecasting

CRPS loss (Gaussian & ensemble forms)
Quantile regression heads
Spread-skill diagnostics
Reliability calibration utilities

### 4. Evaluation Code

CRPS computation
ACC metric implementation
RMSE across forecast horizons
Skill vs climatology baseline

### 5. Deployment-Ready Inference

Batched inference scripts
Memory-optimized forward passes
Model export patterns

### Example Prompts

“Generate a FuXi-style transformer in PyTorch for 30-day Z500 forecasting.”
“Build a CRPS loss function for ensemble S2S outputs.”
“Create a full ERA5 training pipeline scaffold.”
“Design a multi-lead-time S2S forecasting head.”
“Implement distributed training for global 1° resolution data.”

### External Endpoints

This skill does not call external APIs.

EndpointPurposeData SentNoneN/ANone

All generated code runs locally within the user’s environment.

### Security & Privacy

No external API calls
No automatic dataset downloads
No remote execution
No hidden scripts
All code is generated transparently

Users are responsible for lawful dataset usage (e.g., ERA5 licensing).

### Model Invocation Note

This skill may be automatically invoked when user queries involve:

Building S2S models
FuXi / FengWu / AIFS implementations
CRPS training
AI weather model architecture
ERA5 training pipelines

Users may opt out by disabling the skill.

### Trust Statement

By using this skill, you acknowledge it generates code for AI-based climate forecasting systems. No data is transmitted externally. All execution occurs within your own environment.

### Version

v1.0.0
Last updated: Feb 16, 2026
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: manmeet3591
- Version: 1.0.1
## 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-03T13:03:29.932Z
- Expires at: 2026-05-10T13:03:29.932Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/s2s-forecasting-expert)
- [Send to Agent page](https://openagent3.xyz/skills/s2s-forecasting-expert/agent)
- [JSON manifest](https://openagent3.xyz/skills/s2s-forecasting-expert/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/s2s-forecasting-expert/agent.md)
- [Download page](https://openagent3.xyz/downloads/s2s-forecasting-expert)