Travel Guidebook banner
geekjourneyx geekjourneyx

Travel Guidebook

AI community

Description

AI agent skill that generates beautifully typeset travel guidebook PDFs — from research to print, powered by parallel agents and Amap MCP.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Travel Guidebook

**从调研到成书的一站式旅行路书引擎**

Travel Guidebook — AI Agent Skill for generating beautifully typeset travel guidebook PDFs

[![License: MIT](https://img.shields.io/badge/License-MIT-c96442.svg)](./LICENSE) [![Skill](https://img.shields.io/badge/Agent_Skill-Copilot_CLI-4a7c8a.svg)](#安装) [![Node](https://img.shields.io/badge/Node.js-≥18-6b7c5e.svg)](https://nodejs.org)


这是什么

一个 AI Agent Skill,输入一句话行程需求,输出一本精美的旅行路书 PDF。

输入:「北京到上海,5.1 到 5.5,五日深度游」
输出:beijing_shanghai_guidebook.pdf  (7MB, 30+ 页精排路书)

不是模板填充,不是信息堆砌——而是一本有**文学温度**的旅行指南: 羊皮纸底色、衬线体标题、内联 SVG 装饰、功能色信息系统、每日手记区。


核心特性

Core Features — 8 key capabilities including parallel agents, Amap MCP, editorial writing, and typography-driven design

工作流程

Generation Pipeline — 6-stage workflow from environment check to PDF export with parallel research agents

安装

前置依赖

# Node.js >= 18
node -v

# Playwright + Chromium (PDF 导出引擎)
npm install playwright
npx playwright install chromium

安装 Skill

npx skills add https://github.com/geekjourneyx/travel-guidebook

高德地图 MCP(可选,推荐)

配置后可获取实时 POI 数据、步行路线、公交方案。

// ~/.copilot/mcp-config.json
{
  "mcpServers": {
    "amap-maps": {
      "command": "npx",
      "args": ["-y", "@amap/amap-maps-mcp-server"],
      "env": {
        "AMAP_MAPS_API_KEY": "your_amap_api_key"
      }
    }
  }
}

在 [高德开放平台](https://console.amap.com/) 申请 Web 服务 API Key(免费)。


快速上手

安装完成后,在 Copilot CLI / Claude Code 中直接对话:

> 北京到上海,5.1 到 5.5,五日深度文化游

> 成都到重庆,自驾三日游,美食为主

> 杭州周末两日游,带老人和小孩

Skill 会自动识别触发词(路书、旅行指南、行程规划等), 启动完整的 6 阶段工作流。


输出示例

project/
├── beijing_shanghai_guidebook.html   # 82KB 自包含 HTML
└── beijing_shanghai_guidebook.pdf    # 7.1MB 打印级 PDF

路书包含

┌─────────────────────────────