post.at CLI (skill)

Retrieve post.at delivery statuses and submit Wunschplatz redirections with credentials.

9|2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/KrauseFx/post-at-cli --skill post-at-cli-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post.at CLI (skill)
Source: https://github.com/KrauseFx/post-at-cli/tree/main
Command: npx skills add https://github.com/KrauseFx/post-at-cli --skill post-at-cli-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you keep track of your post.at deliveries and proactively manage where parcels should be left, without repeatedly navigating the website.

Core Features & Use Cases

  • View deliveries: List upcoming deliveries (pending) by default, or include delivered items when needed.
  • Get delivery details: Show expected delivery window, sender, tracking number, status, and picture URL when available.
  • Set delivery place redirection (Wunschplatz): Apply a preferred drop-off option (e.g., “Vor der Wohnungstüre”) together with a free-text description.
  • Best-practice for automation: Use the pending-only filter to reduce noise from already delivered shipments during scheduled runs.

Quick Start

Run the command to list your upcoming deliveries only by executing: “bash skills/post-at-cli/run.sh deliveries --status pending”.

Frequently Asked Questions about post.at CLI (skill)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check post.at delivery status via command line?

Check post.at delivery status by running the CLI to list pending deliveries and retrieve details like expected windows, senders, and tracking numbers. It authenticates using your own post.at credentials through cached web sessions.

Can I redirect a parcel to a Wunschplatz using automation?

Automate Wunschplatz redirection by fetching available drop-off options and submitting a mutation with your sendungsnummer, chosen place key, and a free-text description to update the allowed delivery place.

What's the best way to monitor recurring post.at deliveries without noise?

For recurring delivery monitoring, use the pending-only filter to exclude already delivered items. This reduces noise during scheduled runs by focusing solely on upcoming shipments that still require action.

Do I need my own post.at account credentials to use this delivery tracking CLI?

Yes, you need your own post.at account credentials. The CLI requires loading a short-lived session and authenticating via post.at web flows to query deliveries and submit Wunschplatz redirections on your behalf.

How does session caching work when querying post.at delivery details?

Session caching stores a short-lived authenticated session so subsequent queries to post.at endpoints for delivery details and Wunschplatz options reuse the active session, avoiding repeated logins during the same workflow.