技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 354 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:alfredming-2026/ai-system-maintenance
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The instructions tell the agent to run a local maintenance script and read logs (which fits the stated purpose) but the skill fails to declare or justify access to those specific admin paths and gives no safeguards, so its behavior is coherent but potentially risky and under-specified.
目的
Name and description (system health checks/maintenance) align with running a maintenance script and summarizing results. However, the skill references a specific admin path (/home/admin/.openclaw/...) and a system doc in the user's home without declaring required config paths or explaining why that exact location is needed.
说明范围
SKILL.md explicitly instructs the agent to execute /home/admin/.openclaw/workspace/scripts/system-maintenance.sh and to read logs and a SYSTEM_MAINTENANCE.md file. That grants the agent broad file-system access and ability to run arbitrary code on the host. There are no checks, confirmation steps, validation of the script, sandboxing, or limits on what 'repairs' may be performed.
安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. This is the lowest install risk.
证书
The skill accesses sensitive local paths (an admin home path and logs) yet declares no required config paths or credentials. This mismatch is concerning because it does not document the need for access to those locations or request explicit user consent/confirmation before operating on them.
持久
always is false (good). The skill allows autonomous model invocation (platform default), meaning the agent could run the script without further user interaction; combined with the ability to execute a local admin script, this increases the blast radius. The skill does not request persistent installation, nor does it modify other skills.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「AI System Maintenance」。简介:系统健康检查和维护,自动检测并修复常见问题。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alfredming-2026/ai-system-maintenance/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: ai-system-maintenance
version: 1.0.0
description: 系统健康检查和维护,自动检测并修复常见问题
---
# AI System Maintenance 🛠️
系统健康检查和维护技能。当用户提到系统维护、健康检查、修复系统、系统出问题时使用。
## 触发条件
用户询问:
- "系统还好吗"
- "检查一下系统"
- "系统出问题了"
- "维护一下系统"
- "修复系统"
- "系统卡住了"
- "网关/浏览器/飞书 有问题"
## 执行步骤
1. 运行维护脚本:
```bash
/home/admin/.openclaw/workspace/scripts/system-maintenance.sh
```
2. 查看输出,总结检查结果
3. 如有问题被修复,告知用户
4. 如一切正常,回复系统状态良好
## 日志位置
- 当日维护日志:`~/.openclaw/workspace/logs/maintenance-YYYY-MM-DD.log`
- Cron 日志:`~/.openclaw/workspace/logs/cron-maintenance.log`
## 相关文档
`~/workspace/SYSTEM_MAINTENANCE.md`