← Back to Skills Marketplace
694
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install msp-toolkit
Description
Provides IT MSP tools for Azure/M365 audits, NPU monitoring, and firewall, SSH, and system health checks.
Usage Guidance
This skill is inconsistent: it advertises scripts but contains none, and tells the agent to install an npm package and publish a hard-coded local path (/home/cc/...). That could cause the agent to read and upload files from your machine or install and run third-party code. Before installing, ask the publisher for the actual script files and a trustworthy source URL, verify what 'clawhub publish' does and where it sends data, avoid running npm installs from untrusted packages in your environment, and never allow publishing of paths that point into your home directory unless you fully trust the skill author. If you must test, run it in a tightly sandboxed environment with no access to sensitive files or credentials.
Capability Analysis
Type: OpenClaw Skill
Name: msp-toolkit
Version: 1.0.0
The `SKILL.md` file contains a 'Setup' instruction `clawhub publish /home/cc/.openclaw/workspace/skills/msp-toolkit`. This command instructs the AI agent to publish the skill itself. This is a form of prompt injection, as it directs the agent to perform an action (self-publication) that typically requires explicit user consent and could bypass review processes, representing an unauthorized attempt at distribution or self-propagation.
Capability Assessment
Purpose & Capability
The description promises scripts (Azure/M365 audits, NPU monitoring, firewall/SSH healthchecks) but the package contains only SKILL.md and no actual scripts. Claiming specific executable components (msp-dashboard.py, healthcheck, nuc-reset.sh) without shipping them is incoherent.
Instruction Scope
SKILL.md directs the agent to run 'npm install clawhub' and 'clawhub publish /home/cc/.openclaw/workspace/skills/msp-toolkit'. That publish command references a hard-coded local path (the user's home) which would cause the agent to read and transmit local files; the instructions are vague and grant broad discretion to install and publish content.
Install Mechanism
There is no declared install spec in the manifest, but the instructions ask to install an npm package. Installing third-party packages at runtime can execute arbitrary code; the skill provides no provenance or justification for installing 'clawhub'.
Credentials
The skill declares no required env vars yet instructs operations that implicitly access local filesystem paths and potentially a publishing service. Requesting no credentials while telling the agent to publish local content is disproportionate and opaque.
Persistence & Privilege
The skill is not set to always:true and does not request elevated platform privileges. However, the publish step could modify a remote registry or upload local files; that behavioral effect is not reflected in the manifest and is unexpected for a simple instruction-only skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install msp-toolkit - After installation, invoke the skill by name or use
/msp-toolkit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial MSP tools for IT workflows: audits, NPU monitoring, health checks.
Metadata
Frequently Asked Questions
What is EDI MSP Toolkit?
Provides IT MSP tools for Azure/M365 audits, NPU monitoring, and firewall, SSH, and system health checks. It is an AI Agent Skill for Claude Code / OpenClaw, with 694 downloads so far.
How do I install EDI MSP Toolkit?
Run "/install msp-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is EDI MSP Toolkit free?
Yes, EDI MSP Toolkit is completely free (open-source). You can download, install and use it at no cost.
Which platforms does EDI MSP Toolkit support?
EDI MSP Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created EDI MSP Toolkit?
It is built and maintained by phibuc87 (@phibuc87); the current version is v1.0.0.
More Skills