← Back to Skills Marketplace
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-master-mini
Description
旅游大师极简版 - 数学收敛+关键词匹配,无外部依赖
Usage Guidance
This skill appears to be a small, local text-parsing utility — it parses user-provided travel text with regular expressions and computes a simple 'convergence' score. It does not contact external services or request secrets. Before installing: (1) review the tiny core/mini_engine.py yourself (it's readable and short); (2) be aware SKILL.md mentions an optional GAODE_API_KEY but the code does not use it — if you expect map/geocoding features, they aren't implemented here; (3) this is a heuristic parser (may mis-extract or misinterpret inputs), so avoid relying on it for critical workflows; (4) if you want extra assurance, check the repository URL from clawhub.json on Gitee to confirm source provenance.
Capability Assessment
Purpose & Capability
Name/description (math convergence + keyword matching, local) match the included Python engine: lightweight regex extraction and a 7-field convergence calculation. There are no unexpected binaries, network calls, or credential requests.
Instruction Scope
SKILL.md usage and the code stay local and scoped to parsing user text. One minor mismatch: SKILL.md lists GAODE_API_KEY as an optional config, but the included code does not reference any environment variables or call map APIs—GAODE_API_KEY appears unused.
Install Mechanism
No install spec; this is instruction+code only and writes/executes nothing at install time. Lowest-risk install posture.
Credentials
The skill requires no environment variables, credentials, or config paths. The declared optional GAODE_API_KEY is not required by the code, so there is no unexpected credential request.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It does not spawn subprocesses or daemons according to its files and metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-master-mini - After installation, invoke the skill by name or use
/travel-master-mini - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of travel-master-mini – a minimal, dependency-free travel planning skill.
- Implements travel planning with local-only keyword matching and mathematical convergence calculation.
- No external dependencies; runs fully offline.
- Provides a convergence rate calculation (confirmed_fields / 7) for input analysis.
- Ensures strong security: no use of external LLMs, subprocesses, async functions, or unsafe scripts.
- Example usage included for fast integration.
Metadata
Frequently Asked Questions
What is travel-master-mini?
旅游大师极简版 - 数学收敛+关键词匹配,无外部依赖. It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install travel-master-mini?
Run "/install travel-master-mini" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is travel-master-mini free?
Yes, travel-master-mini is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does travel-master-mini support?
travel-master-mini is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created travel-master-mini?
It is built and maintained by Timo2026 (@timo2026); the current version is v1.0.0.
More Skills