post-at

Manage Austrian Post (post.at) deliveries - list packages, check delivery status, set delivery place preferences.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "post-at" with this command: npx skills add KrauseFx/post-at

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).

Quick Reference

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated