BF openclaw-tour-planner
Universal travel planning skill for OpenClaw agents. Plan itineraries, check weather, discover attractions, and estimate budgets — all through natural conversation. Uses free APIs, no API key required for core features.
Universal travel planning skill for OpenClaw agents.
As a process F 44/100 · Will not run — References files that are not bundled: CONTRIBUTING.md, LICENSE
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 6
✓ No critical or high findings
Medium and low: 6
-
low Exfiltration
exfil-secret-in-urlANALYSIS.md:237Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const url = `https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/${lat},${lon}/next${days}days?unitGroup=…&key=…&contentType=…placeholder -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:91High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…VHO+q2xB…AGd+Kl0mmq/MprG…MzA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:135High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…VHO+q2xB…AGd+Kl0mmq/MprG…MzA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:312High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…ywo+qwL+oL8H…C1U+vRfLQDvw==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:328High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-Yqfm+XDx0+Prh3…1yC+JWZ2…IL7+vK+Clp7…D7g==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:341High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…xZl+RoGR…fbT/ZgrF…0EA==",
detector
Files scanned: 16. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: CONTRIBUTING.md - warning
missing-refreference to a missing file: LICENSE - note
frontmatter-keyunknown frontmatter key "website" - note
frontmatter-keyunknown frontmatter key "repository"
Process rating: all ten parameters 44/100
- 0Tools and files. 2 referenced file(s) missing: CONTRIBUTING.md, LICENSE
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 20 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1581 tokens
- 100Running it twice. No mutating operations
- low 10 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +2Single-language instructions
- +3Description length 219: enough signal without eating the budget
- +4Structure: 28 headings
- +3Step-by-step instructions: 20 items
- +3Output format is stated explicitly
- +4Has examples (9 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 65.