Manage Austrian Post (post.at) deliveries - list packages, check delivery status, set delivery place preferences.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install post-at或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install post-at⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/post-at/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: post-at description: Manage Austrian Post (post.at) deliveries - list packages, check delivery status, set delivery place preferences. homepage: https://github.com/krausefx/post-at-cli metadata: {"clawdbot":{"emoji":"📦","requires":{"bins":["node"]}}} ---
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).
Cache a short-lived session (auto-expires):
post-at login
# Output: Logged in as [email protected]
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
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
List available place options:
post-at routing place-options
Common options:
Vor_Haustüre — Vor der HaustüreVor_Wohnungstüre — Vor der WohnungstüreAufOderUnter_Briefkasten — Unter / Auf dem BriefkastenHinter_Zaun — Hinter dem ZaunIn_Garage — In der GarageAuf_Terrasse — Auf der TerrasseIm_Carport — Im CarportIn_Flexbox — In der Flexboxsonstige — Anderer Wunsch‑PlatzUsing 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"
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"
--json output for programmatic processing安装 Post.at Tracking 后,可以对 AI 说这些话来触发它
Help me get started with Post.at Tracking
Explains what Post.at Tracking does, walks through the setup, and runs a quick demo based on your current project
Use Post.at Tracking to manage Austrian Post (post
Invokes Post.at Tracking with the right parameters and returns the result directly in the conversation
What can I do with Post.at Tracking in my marketing & growth workflow?
Lists the top use cases for Post.at Tracking, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/post-at/ 目录(个人级,所有项目可用),或 .claude/skills/post-at/(项目级)。重启 AI 客户端后,用 /post-at 主动调用,或让 AI 根据上下文自动发现并使用。
Post.at Tracking 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Post.at Tracking 可免费安装使用。请查阅仓库了解许可证信息。
Manage Austrian Post (post.at) deliveries - list packages, check delivery status, set delivery place preferences.
Post.at Tracking 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Post.at Tracking
Identifies repetitive steps in your workflow and sets up Post.at Tracking to handle them automatically