← 返回 Skills 市场
ivangdavila

Taxi

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
664
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taxi
功能描述
Handle everything for ground transportation, from price comparison to booking, tracking, disputes, and expense management.
安全使用建议
This skill appears to do what it says: compare rides, help with bookings, track trips, and manage disputes. It asks for no external credentials or installs, but it does create and use files under ~/taxi/ that can contain personal data (saved addresses, emails, trip receipts, referral codes). Before enabling: (1) inspect ~/taxi/ contents and set strict file permissions (chmod 700 or equivalent); (2) avoid putting full payment credentials or unencrypted tokens in the memory files; (3) confirm you are comfortable with the agent performing browser interactions on ride websites; and (4) if you want stronger protection, keep sensitive account credentials out of the skill's local memory and handle final payment/verification steps yourself.
功能分析
Type: OpenClaw Skill Name: taxi Version: 1.0.0 The skill bundle is primarily documentation and instructions for an AI agent to manage taxi services. All instructions in SKILL.md and other markdown files are aligned with the stated purpose and do not contain malicious prompt injection attempts. However, the `memory-template.md` file includes a direct shell command instruction (`mkdir -p ~/taxi`). While this specific command is benign and necessary for the skill's setup, it demonstrates the agent's capability to execute shell commands from markdown. This represents a significant vulnerability risk (e.g., shell injection) if the agent's runtime environment does not adequately sandbox or sanitize commands, even though no malicious intent is present in this specific instance.
能力评估
Purpose & Capability
Name/description match the content: all guidance and workflows relate to ride comparison, booking assistance, tracking, disputes, and expense logging. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to read/write a ~/taxi/ folder (memory.md, trips.md, accounts.md, promos.md) and to drive browser interactions with ride-booking sites and public promo sources. That is coherent with the stated purpose, but it grants the skill authority to store and read local personal data (addresses, account emails, trip history). The instructions explicitly say not to store full payment details, which mitigates some risk, but the agent will still handle sensitive trip and account info if enabled.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk footprint and eliminates remote package/install risks.
Credentials
The skill declares no environment variables, no credentials, and no config paths beyond the user-local ~/taxi/ directory. The fields suggested to be stored (emails, phone, credits) are reasonable for its purpose but could be sensitive; the skill does not request broad or unrelated credentials.
Persistence & Privilege
Persistence is local to ~/taxi/ (user-owned directory). The skill is not always-enabled and does not request elevated or cross-skill privileges. Still, storing trip history and account notes on disk is persistent — users should be aware of privacy implications and filesystem permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taxi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taxi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug taxi
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Taxi 是什么?

Handle everything for ground transportation, from price comparison to booking, tracking, disputes, and expense management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 664 次。

如何安装 Taxi?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install taxi」即可一键安装,无需额外配置。

Taxi 是免费的吗?

是的,Taxi 完全免费(开源免费),可自由下载、安装和使用。

Taxi 支持哪些平台?

Taxi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Taxi?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论