EDI MSP Toolkit

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is only a short instruction file, and its setup tells the user or agent to publish a local ClawHub skill rather than simply run MSP checks.

Review this carefully before installing. Do not run `clawhub publish` unless you intentionally want to publish that local skill path under your own account. Request a complete version with the referenced MSP scripts and normal usage instructions.

Findings (2)

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

If followed, the agent could publish or modify a ClawHub skill under the user's account instead of performing the expected MSP checks.

Why it was flagged

The default setup path tells the user or agent to install a CLI and publish a local skill directory. Publishing is a high-impact registry/account action and is not necessary for the stated MSP audit and health-check purpose.

Skill content
## Setup
npm install clawhub
clawhub publish /home/cc/.openclaw/workspace/skills/msp-toolkit
Recommendation

Do not run the publish command as part of setup. The maintainer should remove it or replace it with normal, user-confirmed usage instructions for the MSP tools.

What this means

The skill may not actually provide the advertised tools, and any missing helpers would need separate review before use.

Why it was flagged

The skill references helper scripts and commands, but the supplied manifest contains only SKILL.md and no code files. That makes the advertised implementation unavailable for review in this artifact set.

Skill content
- msp-dashboard.py: Daily Azure/M365 status.
- healthcheck: Firewall/SSH/update audits.
- nuc-reset.sh: NPU reboot script.
Recommendation

Ask for a complete package containing the referenced scripts, with clear provenance and install instructions, before relying on the skill.