Icom IC-7610

ReviewAudited by ClawScan on May 1, 2026.

Overview

This skill is coherent for controlling an IC-7610 radio, but it gives an agent real radio transmit and power-control abilities that should only be used with operator confirmation and safety checks.

This appears suitable if you want an agent to help operate an IC-7610. Before installing, make sure you are comfortable granting the agent control over radio settings, CW/beacon transmission, and remote power commands, and keep all transmit actions gated by explicit operator approval and radio-safety checks.

Findings (3)

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

An agent using this skill could change radio settings, key the transmitter, run a beacon, or power-cycle the transceiver.

Why it was flagged

The skill intentionally exposes commands that can transmit CW/beacons and remotely power the radio on or off. This is aligned with the stated purpose, but it is a high-impact physical-device capability.

Skill content
Full control: freq, mode, power, S-meter, SWR, CW keying, power on/off.
Recommendation

Install only if you intend the agent to control this radio, and require explicit operator confirmation plus band, power, SWR, and antenna checks before any transmission.

What this means

If a copied helper is fed untrusted or poorly quoted values, it could run commands beyond the intended rigctl radio command.

Why it was flagged

The reference includes an eval-based retry helper. It is documentation rather than installed code, but if copied into scripts it can execute arbitrary shell text passed to it.

Skill content
result=$(eval "$1" 2>&1) && { echo "$result"; return 0; }
Recommendation

Avoid using eval for generated commands; prefer argument arrays or fixed rigctl/curl invocations with validated frequency, mode, port, and power values.

What this means

Installing optional tooling expands the local software trusted to control the radio.

Why it was flagged

The skill documents optional dependencies outside the primary registry install spec. They are purpose-aligned, but users should notice that they add local software involved in radio control.

Skill content
pyserial (only for serial power on): `pip3 install pyserial`; wfview (optional, for LAN control): [wfview.org/download](https://wfview.org/download)
Recommendation

Use official package sources, keep hamlib/wfview/pyserial updated, and avoid installing optional components unless needed for your connection method.