← 返回 Skills 市场
travel-customizer
作者
lijingxu007
· GitHub ↗
· v1.0.0
· MIT-0
234
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tc-travel
功能描述
智能旅游定制助手,收集用户需求后自动提交飞书多维表,助力个性化行程规划与跟进。
安全使用建议
This skill appears coherent and implements exactly what it claims: collecting travel requirements and posting them to a Feishu Bitable. Before installing, confirm you trust the destination Feishu workspace and administrator because users' full contact info (phone numbers, names, and any other details provided) will be transmitted to that table even though phone numbers are masked in the chat UI. Ensure the Feishu app has only the minimal permissions needed (bitable:app, base:record:create), rotate the App Secret if you stop using the skill, and review audit logs in your Feishu tenant to monitor submissions. Also verify that the agent implementation you run enforces the SKILL.md's required confirmation step (only submit after explicit user confirmation).
功能分析
Type: OpenClaw Skill
Name: tc-travel
Version: 1.0.0
The skill is a legitimate travel assistant designed to collect user requirements and submit them to a Feishu (Lark) Bitable. The code in `tools.py` correctly implements the Feishu API flow using user-provided environment variables and lacks any signs of data exfiltration to unauthorized endpoints or malicious execution. The `SKILL.md` includes a mandatory user-confirmation step before data submission, which is a positive security control.
能力评估
Purpose & Capability
Name/description (travel request collection + submit to Feishu) align with required environment variables (FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_BASE_TOKEN, FEISHU_TABLE_ID) and the tool implementation which calls Feishu APIs.
Instruction Scope
SKILL.md specifies conversational data collection, user confirmation before submission, and masking phone numbers in chat. The tool only performs the expected actions (fetch token, create a bitable record). Note: the phone number is masked in chat but the full number is sent to Feishu when submitting.
Install Mechanism
Instruction-only skill with a small Python helper and a single dependency (requests). There is no install script or external download; nothing writes arbitrary code to disk beyond the provided files.
Credentials
Requested environment variables are exactly the Feishu credentials/tokens required to call the described APIs. No unrelated secrets, config paths, or extra credentials are requested.
Persistence & Privilege
Skill does not force persistent inclusion (always:false). It does allow normal autonomous invocation (platform default) but the SKILL.md enforces explicit user confirmation before any external submission.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tc-travel - 安装完成后,直接呼叫该 Skill 的名称或使用
/tc-travel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
定制游1.0.0
元数据
常见问题
travel-customizer 是什么?
智能旅游定制助手,收集用户需求后自动提交飞书多维表,助力个性化行程规划与跟进。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 travel-customizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tc-travel」即可一键安装,无需额外配置。
travel-customizer 是免费的吗?
是的,travel-customizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
travel-customizer 支持哪些平台?
travel-customizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 travel-customizer?
由 lijingxu007(@lijingxu007)开发并维护,当前版本 v1.0.0。
推荐 Skills