build-trip-book

Orchestrate a multi-stage pipeline to synthesize travel research into structured HTML trip books.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/escapevelocitylabs/myfootmarks --skill build-trip-book
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-trip-book
Source: https://github.com/escapevelocitylabs/myfootmarks/tree/main/skills/build-trip-book
Command: npx skills add https://github.com/escapevelocitylabs/myfootmarks --skill build-trip-book

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, bc, and includes references (resource) components.

What problem does it solve?

This Skill solves the fragmentation of travel planning by consolidating scattered research, itineraries, and checklists into professional, self-contained HTML artifacts. It eliminates the need to manually manage multiple documents or hunt for information while on the road.

Core Features & Use Cases

  • Automated Pipeline: Orchestrates a 4-stage process to normalize research, fetch assets, generate maps, and render HTML.
  • Resumable Workflow: Efficiently handles large builds by skipping stages where inputs remain unchanged.
  • Self-Contained Artifacts: Produces printable, offline-ready HTML files for itineraries, checklists, and keepsakes.
  • Use Case: After researching a destination, use this Skill to generate a complete, printable trip book that includes maps, restaurant recommendations, and daily schedules tailored to your specific travel dates.

Quick Start

Run the build-trip-book skill to generate the final itinerary, checklist, and keepsake HTML files for your active trip.

Frequently Asked Questions about build-trip-book

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

FAQPage Schema
How do I convert travel research and itineraries into a printable HTML document?

To convert travel research into a printable HTML document, this Skill orchestrates a multi-stage pipeline that normalizes filesystem-based trip data, fetches assets, generates maps, and renders self-contained itinerary files. It consolidates scattered research into offline-ready artifacts.

What is the best way to create a self-contained trip book from scattered travel notes?

The best way to create a self-contained trip book is running an automated build pipeline that normalizes travel notes, fetches external assets, and renders them into a single offline-ready HTML file. This process eliminates manually managing multiple documents.

Does the itinerary generation pipeline support resumable builds for large travel plans?

Yes, the itinerary generation pipeline supports resumable builds. It efficiently handles large travel plans by skipping pipeline stages where filesystem-based inputs remain unchanged, preventing redundant processing during asset fetching and HTML rendering.

Do I need jq and bc installed to generate magazine-style travel books?

Yes, you need jq and bc installed to generate magazine-style travel books. These dependencies are required by the pipeline to process data normalization and perform calculations during the HTML rendering stages.

Can I produce offline-ready checklists and keepsakes from filesystem-based trip data?

Yes, you can produce offline-ready checklists and keepsakes from filesystem-based trip data. The pipeline synthesizes your inputs into self-contained HTML artifacts that include maps and daily schedules without requiring an active internet connection.