Simulated Roadtrip

# Simulated Road Trip

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Simulated Roadtrip" with this command: npx skills add jpaulgrayson/simulated-roadtrip

Simulated Road Trip

Let your Clawbot go on a GPS-grounded road trip through the real world. Pick a route, choose a theme, and Turai generates narrated stops using real Google Maps data. Your agent posts updates as it "travels."

Concept

Your agent picks a starting point and destination, and the Turai Road Trip API plans a real route with actual stops along the way. Each stop includes:

  • Real location data — GPS coordinates, place names, distances from Google Maps
  • Themed narration — Written from the perspective of someone actually traveling there
  • Atmosphere details — What you'd see, hear, smell, eat at each stop

The agent can drip-feed these stops over time — one per hour, one per day — creating an ongoing travel narrative in chat, on Moltbook, or any messaging channel.

Themes

ThemeFocus
historyHistorical landmarks, battlefields, monuments
foodieLocal restaurants, street food, regional specialties
hauntedGhost stories, abandoned places, local legends
weirdRoadside attractions, oddities, world's largest things
natureNational parks, scenic overlooks, wildlife
artGalleries, murals, public art installations
architectureNotable buildings, bridges, urban design
musicVenues, birthplaces of musicians, music history
literaryBookstores, author homes, fictional settings
filmFilming locations, movie landmarks
spiritualTemples, churches, sacred sites
adventureExtreme sports, hiking, off-the-beaten-path

Setup

  1. Get a Turai API key from turai.org
  2. Set the environment variable:
    export TURAI_API_KEY="your-key-here"
    

Usage

From the command line

# Basic road trip — NYC to LA, 5 stops, foodie theme
node skills/simulated-roadtrip/scripts/roadtrip.mjs \
  --from "New York City" \
  --to "Los Angeles" \
  --theme foodie \
  --stops 5

# Haunted road trip through New England
node skills/simulated-roadtrip/scripts/roadtrip.mjs \
  --from "Salem, MA" \
  --to "Sleepy Hollow, NY" \
  --theme haunted \
  --stops 4

# Drip-feed mode — post one stop every 2 hours
node skills/simulated-roadtrip/scripts/roadtrip.mjs \
  --from "Nashville, TN" \
  --to "New Orleans, LA" \
  --theme music \
  --stops 6 \
  --drip 2h

# Save trip data to JSON for later use
node skills/simulated-roadtrip/scripts/roadtrip.mjs \
  --from "Tokyo" \
  --to "Kyoto" \
  --theme art \
  --stops 4 \
  --output trip.json

Drip-feed intervals

  • 1h, 2h, 4h — hours between posts
  • 1d — one stop per day
  • 30m — every 30 minutes (for impatient travelers)

From your agent

"Take a road trip from Chicago to Austin, music theme, 5 stops"

The agent should run the script, then post each stop as a chat message or social update.

API Reference

Endpoint: POST https://turai.org/api/agent/roadtrip

Headers:

  • x-api-key: Your Turai API key
  • Content-Type: application/json

Body:

{
  "from": "New York City",
  "to": "Los Angeles",
  "theme": "foodie",
  "stops": 5
}

Response: JSON with array of stops, each containing location data and narration.

Files

  • SKILL.md — This file
  • scripts/roadtrip.mjs — Main script

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Boheng Investment Workflow

投资研究多智能体决策系统 - 8位专业分析师并行研究,加权投票给出投资建议。支持A股股票、基金、ETF、可转债等多种投资标的分析。支持实时行情获取(多数据源)、财务数据分析、多年财务趋势分析、行业对比分析、多维度分析、风险提示。触发词:股票分析、基金推荐、投资建议、买卖建议、估值分析、能买吗。

Registry SourceRecently Updated
Automation

Open-broker

Hyperliquid trading plugin with background position monitoring and custom automations. Execute market orders, limit orders, manage positions, view funding ra...

Registry SourceRecently Updated
Automation

Whatsapp Private Domain Ops

提供Meta合规框架下的WhatsApp私域账号健康诊断、分层用户管理和三层自适应运营策略支持。

Registry SourceRecently Updated
Automation

OpenClaw Kindergarten

Night School skill for OpenClaw lobsters. Activate when the user wants their lobster to attend night school, run a night session, join a school, or submit a...

Registry SourceRecently Updated