post-at
Manage Austrian Post (post.at) deliveries - list packages, check delivery status, set delivery place preferences.
What this skill does
# 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): ```bash post-at login # Output: Logged in as [email protected] ``` ### List Deliveries Upcoming deliveries (default): ```bash post-at deliveries # Shows: tracking number, ETA, sender, status ``` All deliveries (including delivered): ```bash post-at deliveries --all ``` JSON output: ```bash post-at deliveries --json ``` Limit results: ```bash post-at deliveries --limit 10 ``` ### Delivery Details Get details for a specific tracking number: ```bash post-at delivery 1042348411302810212306 # Output: tracking, expected delivery, sender, status, picture URL ``` JSON output: ```bash post-at delivery <tracking-number> --json ``` ### Delivery Place Options (Wunschplatz) List available place options: ```bash 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: ```bash post-at routing place <tracking-number> \ --preset vor-der-wohnungstuer \ --description "Please leave at the door" ``` Using key directly: ```bash post-at routing place <tracking-number> \ --key Vor_Wohnungstüre \ --description "Bitte vor die Wohnungstür" ``` Using label: ```bash post-at routing place <tracking-number> \ --place "Vor der Wohnungstüre" \ --description "Custom instructions" ``` ## Example Workflows Check what's arriving today/tomorrow: ```bash post-at deliveries ``` Get full details including package photo: ```bash post-at delivery <tracking-number> ``` Set all upcoming deliveries to door: ```bash # 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
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.