← 返回 Skills 市场
1yihui

System Inspection

作者 辉哥 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install system-inspection
功能描述
大龙系统巡检 SOP — 低打扰式定期检查 OpenClaw 运行时状态、Gateway、Channel、Tasks 与错误日志。只整理值得行动的问题,格式输出「结论 / 原因 / 建议」。由「大龙-系统巡检」cron 任务触发。
安全使用建议
This SOP appears to do what it says (healthchecks via the openclaw CLI), but it also writes persistent notes to two file locations (one under ~/agents/dalong/... and one under memory/...) and will probe/send messages on channels such as Feishu. Before installing: 1) Confirm the exact filesystem locations and that you consent to the skill writing there; ensure file permissions and retention policies are acceptable. 2) Verify that channel credentials (Feishu tokens/scopes) are already provisioned and that the single test message behavior is acceptable; consider changing ‘send message’ to a non-public probe or API-only check. 3) Ask the publisher why required config paths / env vars were omitted from the metadata and request they be declared. 4) Audit what kinds of data the skill will write into memory files (avoid writing sensitive logs/tokens). If you cannot review or restrict the memory targets and channel behavior, treat this skill as higher-risk and avoid enabling it system-wide.
功能分析
Type: OpenClaw Skill Name: system-inspection Version: 1.0.0 The skill is a standard system inspection and monitoring tool for the OpenClaw platform. It uses the 'openclaw' CLI to check gateway status, grep logs for errors, and verify cron tasks (SKILL.md). The instructions focus on health checks and state maintenance by writing summaries to local memory files, with no evidence of data exfiltration, malicious execution, or unauthorized access.
能力评估
Purpose & Capability
Name/description (system inspection, gateway/channel/tasks/logs) match the actions described in SKILL.md: running openclaw status, checking channels, logs, cron, and optional deep status. The steps are appropriate for a monitoring SOP.
Instruction Scope
Instructions tell the agent to run shell CLI commands (openclaw status, openclaw gateway logs, openclaw cron list, etc.) and to probe channels (Feishu). They also require writing two persistent files (~/agents/dalong/workspace/memory.md and memory/YYYY-MM-DD.md). The skill therefore reads logs and system state and writes shared memory; these are larger-scope operations than the skill metadata declares. The 'send a low-disturbance test message' step will cause network actions on channels and could generate outbound messages.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — minimal install risk. It assumes the openclaw CLI and channel integrations are already present on the host.
Credentials
Registry metadata lists no required env vars or config paths, yet the instructions implicitly rely on existing channel credentials (Feishu) and on filesystem paths under the agent's home and a shared memory/ directory. The skill mandates writing to two specific paths but these were not declared in requires.configPaths. That mismatch (undisclosed required paths/credentials) reduces transparency and is disproportionate.
Persistence & Privilege
The SKILL.md requires writing persistent records in two locations each run, including a '主控记忆库' shared memory path. Persistent cross-agent writes increase blast radius for data leakage and make the skill a persistent presence in agent data. The skill does not set always:true, but the mandatory memory writes and shared target are notable privileges that should be explicitly declared and reviewed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install system-inspection
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /system-inspection 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: OpenClaw system health SOP
元数据
Slug system-inspection
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

System Inspection 是什么?

大龙系统巡检 SOP — 低打扰式定期检查 OpenClaw 运行时状态、Gateway、Channel、Tasks 与错误日志。只整理值得行动的问题,格式输出「结论 / 原因 / 建议」。由「大龙-系统巡检」cron 任务触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。

如何安装 System Inspection?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-inspection」即可一键安装,无需额外配置。

System Inspection 是免费的吗?

是的,System Inspection 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

System Inspection 支持哪些平台?

System Inspection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 System Inspection?

由 辉哥(@1yihui)开发并维护,当前版本 v1.0.0。

💬 留言讨论