pp-wanderlog
Installation
SKILL.md
Wanderlog trip planning
Use wanderlog-pp-cli for creating and maintaining Wanderlog trips. It records itinerary and reservation data; it does not book or pay for travel.
Prerequisites: Install the CLI
This skill drives the wanderlog-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
- Install via the Printing Press installer. It defaults binaries to
$HOME/.local/binon macOS/Linux and%LOCALAPPDATA%\Programs\PrintingPress\binon Windows:npx -y @mvanhorn/printing-press-library install wanderlog --cli-only - Verify:
wanderlog-pp-cli --version - Ensure the reported install directory is on
$PATHfor the agent/runtime that will invoke this skill.