← All skills
Tencent SkillHub · Communication & Collaboration

Simulated Roadtrip

Generate a narrated road trip with GPS-verified stops and themed descriptions using real Google Maps data, posted in timed updates or chat.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate a narrated road trip with GPS-verified stops and themed descriptions using real Google Maps data, posted in timed updates or chat.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/roadtrip.mjs

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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

ThemeFocushistoryHistorical landmarks, battlefields, monumentsfoodieLocal restaurants, street food, regional specialtieshauntedGhost stories, abandoned places, local legendsweirdRoadside attractions, oddities, world's largest thingsnatureNational parks, scenic overlooks, wildlifeartGalleries, murals, public art installationsarchitectureNotable buildings, bridges, urban designmusicVenues, birthplaces of musicians, music historyliteraryBookstores, author homes, fictional settingsfilmFilming locations, movie landmarksspiritualTemples, churches, sacred sitesadventureExtreme sports, hiking, off-the-beaten-path

Setup

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

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/roadtrip.mjs Scripts