Throo Ride

Throo Ride is a skill for Claude Code and OpenClaw. Install it once, and your AI assistant can search, book, and pay for real rides — right inside your chat.

Install

Run these two commands from your project root:

git clone -b main https://github.com/mvlchain/throo-ride-skill.git .claude/skills/tada-ride
node .claude/skills/tada-ride/scripts/install.js

Install prompt

Paste this into your AI assistant to have it install the skill for you:

Install the Throo ride-hailing skill into my current project.

1. Run these two commands from the project root:
     git clone -b main https://github.com/mvlchain/throo-ride-skill.git .claude/skills/tada-ride
     node .claude/skills/tada-ride/scripts/install.js
2. install.js is idempotent — re-running keeps the existing passphrase, DB, and keys.
3. STOP and ask me whenever a step needs a secret or my approval:
   the TADA_AGENT_PASSPHRASE and the login device-flow / QR approval.
   Do not invent or skip these.
4. If anything fails, show me the actual error output before retrying.

Reference (read fully if unsure):
https://raw.githubusercontent.com/mvlchain/throo-ride-skill/main/README.md

Human gate: Stop and ask the human for the TADA_AGENT_PASSPHRASE and for the login device-flow / QR approval. Do not invent or skip these.

Reference: https://github.com/mvlchain/throo-ride-skill#readme