← Back to Skills Marketplace
lijingxu007

travel-customizer

by lijingxu007 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
234
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tc-travel
Description
智能旅游定制助手,收集用户需求后自动提交飞书多维表,助力个性化行程规划与跟进。
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tc-travel
  3. After installation, invoke the skill by name or use /tc-travel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
定制游1.0.0
Metadata
Slug tc-travel
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is travel-customizer?

智能旅游定制助手,收集用户需求后自动提交飞书多维表,助力个性化行程规划与跟进。 It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.

How do I install travel-customizer?

Run "/install tc-travel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is travel-customizer free?

Yes, travel-customizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does travel-customizer support?

travel-customizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created travel-customizer?

It is built and maintained by lijingxu007 (@lijingxu007); the current version is v1.0.0.

💬 Comments