Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
