# Send Post.at Tracking 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": "post-at",
    "name": "Post.at Tracking",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/KrauseFx/post-at",
    "canonicalUrl": "https://clawhub.ai/KrauseFx/post-at",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/post-at",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=post-at",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/post-at"
    },
    "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/post-at",
    "downloadUrl": "https://openagent3.xyz/downloads/post-at",
    "agentUrl": "https://openagent3.xyz/skills/post-at/agent",
    "manifestUrl": "https://openagent3.xyz/skills/post-at/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/post-at/agent.md"
  }
}
```
## Documentation

### post-at CLI

Unofficial CLI for viewing and managing deliveries on post.at (Österreichische Post). Uses the same web flows as the site and requires your own account credentials.

Credentials: POST_AT_USERNAME and POST_AT_PASSWORD environment variables (or --username / --password options).

### Login

Cache a short-lived session (auto-expires):

post-at login
# Output: Logged in as you@example.com

### List Deliveries

Upcoming deliveries (default):

post-at deliveries
# Shows: tracking number, ETA, sender, status

All deliveries (including delivered):

post-at deliveries --all

JSON output:

post-at deliveries --json

Limit results:

post-at deliveries --limit 10

### Delivery Details

Get details for a specific tracking number:

post-at delivery 1042348411302810212306
# Output: tracking, expected delivery, sender, status, picture URL

JSON output:

post-at delivery <tracking-number> --json

### Delivery Place Options (Wunschplatz)

List available place options:

post-at routing place-options

Common options:

Vor_Haustüre — Vor der Haustüre
Vor_Wohnungstüre — Vor der Wohnungstüre
AufOderUnter_Briefkasten — Unter / Auf dem Briefkasten
Hinter_Zaun — Hinter dem Zaun
In_Garage — In der Garage
Auf_Terrasse — Auf der Terrasse
Im_Carport — Im Carport
In_Flexbox — In der Flexbox
sonstige — Anderer Wunsch‑Platz

### Set Delivery Place

Using preset shortcut:

post-at routing place <tracking-number> \\
  --preset vor-der-wohnungstuer \\
  --description "Please leave at the door"

Using key directly:

post-at routing place <tracking-number> \\
  --key Vor_Wohnungstüre \\
  --description "Bitte vor die Wohnungstür"

Using label:

post-at routing place <tracking-number> \\
  --place "Vor der Wohnungstüre" \\
  --description "Custom instructions"

### Example Workflows

Check what's arriving today/tomorrow:

post-at deliveries

Get full details including package photo:

post-at delivery <tracking-number>

Set all upcoming deliveries to door:

# First list deliveries
post-at deliveries --json > /tmp/deliveries.json

# Then set place for each (requires scripting)
# Example for a specific one:
post-at routing place 1042348411302810212306 \\
  --preset vor-der-wohnungstuer \\
  --description "Leave at apartment door"

### Notes

Session tokens expire after a short time (auto-relogin when needed)
Not all deliveries support Wunschplatz redirection
Picture URLs may not be available for all packages
Use --json output for programmatic processing
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: KrauseFx
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/post-at)
- [Send to Agent page](https://openagent3.xyz/skills/post-at/agent)
- [JSON manifest](https://openagent3.xyz/skills/post-at/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/post-at/agent.md)
- [Download page](https://openagent3.xyz/downloads/post-at)