CMB HKD-CNY Exchange caculator in REALTIME

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a simple public exchange-rate lookup instruction with no credentials, install script, persistence, or code execution beyond a user-directed curl example.

This appears safe for a basic exchange-rate lookup. Before installing, note that it contacts the disclosed CMB public API and may require curl or jq if you run the example command yourself.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may not work on a system without curl, and the example may require jq for JSON filtering.

Why it was flagged

The skill itself documents use of curl and an example jq pipeline, while the registry-level requirements state no required binaries. This is a dependency declaration mismatch, but the tools are ordinary and directly related to the exchange-rate lookup purpose.

Skill content
requires:\n      bins: ["curl"] ... curl -s "https://fx.cmbchina.com/api/v1/fx/rate" | jq ...
Recommendation

Install or enable curl and jq only if you want to run the example locally; the publisher should declare these dependencies consistently in registry metadata.