# Send ORF 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": "orf",
    "name": "ORF",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/cpojer/orf",
    "canonicalUrl": "https://clawhub.ai/cpojer/orf",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/orf",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=orf",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "scripts/nano_banana_mood.py",
      "scripts/orf.py",
      "scripts/generate_zib_nano_banana.sh",
      "scripts/zib_prompt.mjs",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "orf",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T20:08:52.459Z",
      "expiresAt": "2026-05-07T20:08:52.459Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=orf",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=orf",
        "contentDisposition": "attachment; filename=\"orf-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "orf"
      },
      "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/orf"
    },
    "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/orf",
    "downloadUrl": "https://openagent3.xyz/downloads/orf",
    "agentUrl": "https://openagent3.xyz/skills/orf/agent",
    "manifestUrl": "https://openagent3.xyz/skills/orf/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/orf/agent.md"
  }
}
```
## Documentation

### Command format

Interpret a user message that starts with orf as a request for an ORF News digest.

Supported forms:

orf → default 5 items
orf <n> → n items (max 15)
orf inland / orf ausland → bias selection
orf <n> inland|ausland → both

### Source + scope

Primary source: news.orf.at (German)
Prefer: Inland politics, Ausland / international politics, and major headlines.
Exclude: sports (Sport).

### Output requirements

Do not send any extra commentary/preamble/epilogue.
Send results as individual messages.
Each item message must be exactly:

first line: the headline (German)
second line: <age> (e.g. 45m ago, 6h ago, 2d ago)
third line: the ORF link


After the item messages, send one final message with the generated image.

The image must visually incorporate the pulled news on the wraparound studio video wall using 4–6 distinct story panels.
Panel layout (must):

TOP: big bold text (1–2 words, ALL CAPS). You must invent this.
MIDDLE: smaller text (3–6 words) that describes the story. You must invent this.

The two lines must not form a connected sentence.
Avoid repeating the same words between the two lines.


BOTTOM: exactly 1–2 simple icons (no maps, no busy collages)
Icon variety: make icons distinct across panels whenever possible.

Do not reuse the same icon pair across multiple panels.
Avoid overusing generic icons (e.g. globe + pin); only use them when no better match exists.




Readability: keep text minimal and large enough to render cleanly.
No logos/watermarks.
If the chat provider requires non-empty text for media, use a minimal caption ..

### Procedure

Parse n and optional focus (inland|ausland) from the user message.
Run python3 skills/orf-digest/scripts/orf.py --count <n> --focus <focus> --format json.
Send each returned item as its own message (3-line format).
Generate the ZiB studio mood image via Nano Banana:

Build prompt from items: python3 skills/orf-digest/scripts/orf.py --count <n> --focus <focus> --format json | node skills/orf-digest/scripts/zib_prompt.mjs
Generate: skills/orf-digest/scripts/generate_zib_nano_banana.sh ./tmp/orf-zib/zib.png
Send image as final message.

If fetching/parsing fails or returns 0 items:

Use the browser tool to open https://news.orf.at/, pick N non-sport headlines by judgment, and send them in the same 3-line format.
Still generate a ZiB studio image with a few generic political-news Easter eggs.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: cpojer
- Version: 1.0.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-04-30T20:08:52.459Z
- Expires at: 2026-05-07T20:08:52.459Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/orf)
- [Send to Agent page](https://openagent3.xyz/skills/orf/agent)
- [JSON manifest](https://openagent3.xyz/skills/orf/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/orf/agent.md)
- [Download page](https://openagent3.xyz/downloads/orf)