← Back to Skills Marketplace
dengjiawei1226

Trip Planner 0→1

by dengjiawei1226 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trip-planner-0to1
Description
从 0 到 1 制作一份完整的自由行出行攻略,覆盖需求采集、多源资源调研(小红书 MCP + 地图 + Web 搜索)、方案决策、Markdown 行程书产出、交互式 Todo 网页(本地存储 + 可选云端同步)、一键部署到静态托管的端到端工作流。适用于东南亚海岛、日本、欧洲自驾、美洲公路旅行等任何自由行场景。触...
Usage Guidance
This skill appears to do what it says: generate itineraries, run multi-source research, and provide an interactive, optionally-synced todo page. Things to consider before you install/use it: - Sync backends are optional. The default (localStorage) keeps everything on your device only. Do not paste production tokens into the example JS unless you understand the backend you chose. - If you enable Gist/JSONBin, those require a GitHub PAT or JSONBin Master Key. Keep these secrets private and prefer creating a dedicated token with minimal scopes (e.g., gist scope only). Be careful: creating a public gist by mistake can leak data. - Self-host and Cloudflare Worker options are provided as templates. If you deploy the Node self-host, secure your server (HTTPS via reverse proxy, optional X-Auth-Token) and do not expose the raw service without auth. The provided self-host sample listens on 127.0.0.1 by default — follow the instructions to reverse-proxy and secure it. - The SKILL suggests running third-party components (xiaohongshu-mcp Docker image, unpkg-hosted Leaflet). Verify those upstream projects yourself and only pull images/releases you trust. - The browser-side JS (todo-sync.js) stores state in localStorage and optionally posts to your configured backend. Review the code before using it and avoid embedding sensitive data (PNRs, partial credit card info) into sharable rooms. If you want extra assurance, request: (1) confirmation of the exact Docker image/tag for MCP, (2) a short walkthrough of how the skill's agent would use any credentials you provide, or (3) a security checklist for deploying the self-hosted Node/Cloudflare Worker (suggested auth options and recommended token scopes).
Capability Analysis
Type: OpenClaw Skill Name: trip-planner-0to1 Version: 1.0.0 The skill bundle is classified as suspicious due to insecure credential handling and supply chain risks. The 'todo-sync.js' file provides a template that encourages users to hardcode sensitive secrets, such as GitHub Personal Access Tokens (PATs) and JSONBin Master Keys, directly into client-side JavaScript for data synchronization. Additionally, the 'SKILL.md' instructions direct the agent to facilitate the download and execution of third-party binaries and Docker images from an external GitHub repository (xpzouying/xiaohongshu-mcp). While these features support the stated goal of trip planning and synchronization, the implementation patterns create a high risk of credential exposure and supply chain compromise.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (end-to-end trip planning, research, Markdown itinerary, interactive todo + optional cloud sync) match the included assets: research prompt templates, itinerary template, interactive HTML skeleton, todo-sync.js, and optional sync backends (Gist/JSONBin/Cloudflare/self-host). No environment variables or binaries are requested that are unrelated to the stated purpose.
Instruction Scope
SKILL.md asks the agent/user to run multi-source research (xiaohongshu MCP, map APIs, WebSearch) and provides concrete installation/run steps (Docker, wrangler for Cloudflare). It does not direct the agent to read unrelated system files or harvest secrets. It does instruct use of optional cloud sync backends and shows how to place API keys/tokens in config variables or in the JS template — these are within scope but require user caution (see guidance).
Install Mechanism
The skill is instruction-only (no automated install spec). Templates reference common package sources (GitHub, unpkg, Docker Hub) and include code snippets for self-hosting or Cloudflare Workers. No opaque download URLs, URL shorteners, or extract-to-disk installs are present in the skill bundle.
Credentials
The skill declares no required env vars or primary credential. Optional sync flows do require service credentials (GitHub PAT for Gist, JSONBin master key, Cloudflare account for Workers) which are appropriately optional and proportional to a cross-device sync feature. The samples include placeholder tokens (e.g. 'ghp_xxx') — these are not required but if used carelessly they could expose secrets or create public artifacts; the skill does not require unrelated credentials (no AWS, no database keys).
Persistence & Privilege
Skill metadata does not request always:true or system-wide persistence. The skill provides templates that the user may deploy; those deployments (self-hosted Node or Cloudflare Worker) would persist only if the user chooses to run them. The skill does suggest writing a small mcp.json config for MCP servers (expected for MCP integration) but does not instruct modifying other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trip-planner-0to1
  3. After installation, invoke the skill by name or use /trip-planner-0to1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 8-phase end-to-end self-guided trip planning workflow with xiaohongshu MCP research, map APIs, markdown itinerary, interactive HTML dashboard, and 5 sync backend options (localStorage/Gist/JSONBin/Workers/self-host).
Metadata
Slug trip-planner-0to1
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Trip Planner 0→1?

从 0 到 1 制作一份完整的自由行出行攻略,覆盖需求采集、多源资源调研(小红书 MCP + 地图 + Web 搜索)、方案决策、Markdown 行程书产出、交互式 Todo 网页(本地存储 + 可选云端同步)、一键部署到静态托管的端到端工作流。适用于东南亚海岛、日本、欧洲自驾、美洲公路旅行等任何自由行场景。触... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install Trip Planner 0→1?

Run "/install trip-planner-0to1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trip Planner 0→1 free?

Yes, Trip Planner 0→1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trip Planner 0→1 support?

Trip Planner 0→1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trip Planner 0→1?

It is built and maintained by dengjiawei1226 (@dengjiawei1226); the current version is v1.0.0.

💬 Comments