下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent with its stated purpose (file moving + system/package/service management); it contains many ready-to-run shell examples that are powerful and potentially destructive but aligned with the described scope.
评估建议
This skill is a straightforward collection of shell commands for moving files and managing packages/services. It does not request credentials, but many examples use sudo, rm, package managers, DB dumps, and other privileged operations — they can delete or overwrite data if run as-is. Before installing or letting an agent use this skill: 1) review any command the agent proposes to run and prefer dry-runs or explicit confirmations; 2) run risky commands in a safe/test environment first; 3) keep ba...详细分析 ▾
✓ 用途与能力
Name/description promise moving files and basic system management; SKILL.md only contains commands for moving files, package managers, service control, DB/container copy and related tasks — these are coherent with the stated purpose.
ℹ 指令范围
The instructions include direct, executable shell examples (sudo apt, systemctl, rm -r, mysqldump, docker cp, etc.). That's consistent with a system-management/move helper, but the guidance is operational (commands to run) rather than high-level — meaning an agent or user could run destructive privileged commands if not careful.
✓ 安装机制
No install spec and no code files (instruction-only). Nothing is downloaded or written to disk by an installer — lowest install risk.
✓ 凭证需求
The skill declares no environment variables, no credentials, and no config paths. The commands reference standard system tools and suggested interactive auth (sudo, mysql -p) rather than requiring stored secrets — proportional to the task.
✓ 持久化与权限
always is false and the skill does not request permanent system presence or modify other skills. It allows normal autonomous invocation (platform default) but that is not by itself a red flag here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/12
- Initial release of the *m* skill as a concise alias for move/manage operations. - Supports file and directory relocation, including renaming, bulk moves, and atomic operations. - Adds guidance for system package management (npm, pip, apt, dnf, brew, choco) and service management (systemd, launchd, Windows Services). - Provides database and container data migration commands. - Includes practical scripts and safety tips for moving content and reorganizing directories. - Suitable for file reorganization, system package/service tasks, project migration, and related management scenarios.
● 可疑
安装命令
点击复制官方npx clawhub@latest install m
镜像加速npx clawhub@latest install m --registry https://cn.longxiaskill.com镜像同步中