← Back to Skills Marketplace
1yihui

System Inspection

by 辉哥 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install system-inspection
Description
大龙系统巡检 SOP — 低打扰式定期检查 OpenClaw 运行时状态、Gateway、Channel、Tasks 与错误日志。只整理值得行动的问题,格式输出「结论 / 原因 / 建议」。由「大龙-系统巡检」cron 任务触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install system-inspection
  3. After installation, invoke the skill by name or use /system-inspection
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: OpenClaw system health SOP
Metadata
Slug system-inspection
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is System Inspection?

大龙系统巡检 SOP — 低打扰式定期检查 OpenClaw 运行时状态、Gateway、Channel、Tasks 与错误日志。只整理值得行动的问题,格式输出「结论 / 原因 / 建议」。由「大龙-系统巡检」cron 任务触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.

How do I install System Inspection?

Run "/install system-inspection" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is System Inspection free?

Yes, System Inspection is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does System Inspection support?

System Inspection is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created System Inspection?

It is built and maintained by 辉哥 (@1yihui); the current version is v1.0.0.

💬 Comments