SKILLEMALL.ai

AF atlas-flight-booking

Use when a user asks what Atlas Flight Booking can do, wants to authorize Atlas, search or compare flights using exact or flexible dates and time preferences, verify a current fare, choose baggage or seats, create and pay for an order, or check ticketing status.

ClawHub Agent Skills author: TheAtlas Pte. Ltd. v0.3.12 MIT-0 7 files body ≈ 2 382 tokens Open the sourceclawhub.ai analyzed 3 d ago

Use when a user asks what Atlas Flight Booking can do, wants to authorize Atlas, search or compare flights using exact or flexible dates and time preferences…

As a process F 51/100 · Will not run — References files that are not bundled: {ticketing_activation_url}

AnalyzerSoftware developmentWriting and documentsAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
A
90/100
safety, quality, tests
Safety 60%
98
Quality 40%
78
Run on models
none yet
Process rating
F
51/100
Will not run
References files that are not bundled: {ticketing_activation_url}
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • 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 · 2

✓ No critical or high findings

Medium and low: 2
  • low Dangerous commands cmd-pipe-to-shell-known-host SKILL.md:32
    Pipe-to-shell installer from a well-known host (still executes remote code) (quoted — discussed, not commanded)
    - macOS or Linux: `curl -LsSf https://astral.sh/uv/install.sh | sh`; use `wget -qO- https://astral.sh/uv/install.sh | sh` only when `curl` is unavailable.
    quoted
  • low Dangerous commands cmd-execpolicy-bypass SKILL.md:33
    Runs PowerShell with execution policy bypassed (quoted — discussed, not commanded)
    - Windows: `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`.
    quoted

Files scanned: 7. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: {ticketing_activation_url}

Process rating: all ten parameters 51/100

Will not run. References files that are not bundled: {ticketing_activation_url}
  • 0Tools and files. 1 referenced file(s) missing: {ticketing_activation_url}
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 30Running it twice. 1 mutating operations with no state check
  • 70When it triggers. States when to use, but not when not to
  • 100Steps. 9 steps
  • 100Failures and branches. 2 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 2382 tokens
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

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)
  • +3Output format is not stated: the model decides each time
  • +4No input/output examples
  • +1No license
  • +2Single-language instructions
  • +3Description length 262: enough signal without eating the budget
  • +4Structure: 8 headings
  • +3Step-by-step instructions: 9 items
  • +4Reference files are cited in the instructions (4 of 4)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.

External checks

ClawHub: suspicious
This flight-booking skill is mostly coherent, but it automatically installs or upgrades local tools by running remote installer scripts without separate user approval.
LLM: suspicious (high) · 14 Aug 2026