travel-master-mini

v1.0.0

旅游大师极简版 - 数学收敛+关键词匹配,无外部依赖

0· 82·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for timo2026/travel-master-mini.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "travel-master-mini" (timo2026/travel-master-mini) from ClawHub.
Skill page: https://clawhub.ai/timo2026/travel-master-mini
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install travel-master-mini

ClawHub CLI

Package manager switcher

npx clawhub@latest install travel-master-mini
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97emhgt6177mx9mq08bh9njc184s9vp
82downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

旅游大师极简版 🦞

数学收敛守卫 - 关键词匹配 - 无外部依赖


核心功能

功能说明
数学收敛7字段收敛度计算
关键词匹配本地正则提取
无外部依赖完全本地实现

使用方法

from core.mini_engine import MiniEngine

engine = MiniEngine()
result = engine.process("五一去敦煌玩5天")
print(result)

收敛度公式

convergence_rate = confirmed_fields / 7

安全合规

✅ 无外部依赖 ✅ 无硬编码路径 ✅ 无守护脚本 ✅ 完全本地实现


🦫 海狸 | 靠得住、能干事、在状态

Comments

Loading comments...