← 返回 Skills 市场
ivangdavila

Analysis

作者 Iván · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1332
总下载
2
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install analysis
功能描述
Run deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation.
使用说明 (SKILL.md)

When To Use

Trigger when user says: "check my system", "what's wrong", "health check", "diagnose", "audit", "why is X slow", "something feels off"

This is NOT generic data analysis. This is system self-diagnosis — examining the agent's own workspace, configuration, and operational health.


Analysis Modes

Mode Scope When
Quick Security + critical operational "Quick check", default if unspecified
Full All categories, all checks "Full audit", "deep check"
Targeted Single category "Check my memory", "audit cron"

Priority Order (Always This Sequence)

  1. SECURITY — Exposed secrets, leaked credentials, permission issues
  2. OPERATIONAL — Broken crons, dead sessions, unreachable APIs
  3. HYGIENE — Memory bloat, orphan files, stale entries, inefficiencies

Stop and report critical security findings immediately. Don't bury them in a long list.


Detection Strategy

Cheap first, expensive only when needed:

  1. File checks (free) — existence, size, age, syntax
  2. Local commands (cheap) — process lists, disk usage, git status
  3. API calls (expensive) — only when file-level signals warrant

Never hit external APIs speculatively. Validate need from local evidence first.


Findings Format

[CRITICAL|WARNING|INFO] category/subcategory: description
  → Action: specific remediation step
  → Auto-fixable: yes/no

Group by severity, not by category. User sees worst problems first.


Load Detailed Checks

Category Reference
All check definitions by category checks.md
Remediation actions and auto-fix scripts remediation.md
Tracking analysis runs, improvement over time tracking.md
安全使用建议
This skill is coherent with its stated purpose and doesn't pull external code, but it inspects sensitive local files and includes remediation scripts that can modify or delete data (chmod, mv, git filter-branch/force-push, restart services, kill sessions, write to keychain). Before installing or running it: (1) run in read-only or dry-run mode first, (2) back up repositories and important files, (3) never allow automatic 'auto-fix' actions without explicit approval, (4) do not enable scheduled/heartbeat runs unless you trust the configured behavior, and (5) review any suggested credential rotation or force-push procedures with caution (these are destructive). If you want higher assurance, ask the skill author for a non-destructive dry-run mode and explicit prompts before any remediation step.
功能分析
Type: OpenClaw Skill Name: analysis Version: 1.0.0 The OpenClaw AgentSkills bundle is designed for system self-diagnosis and health checks, including security audits. All commands and instructions across `SKILL.md`, `checks.md`, `remediation.md`, and `tracking.md` are consistent with this stated purpose. The skill explicitly instructs the agent to prioritize security findings and to 'Never hit external APIs speculatively,' which is a strong indicator against malicious data exfiltration. While it uses powerful commands like `grep` to detect secrets and `chmod` to fix SSH key permissions, these are for vulnerability detection and remediation, not for malicious exploitation or unauthorized access. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection for harmful purposes, or obfuscation.
能力评估
Purpose & Capability
The name/description ('system health checks' across workspace, config, skills, integrations) match the checks and remediation content: it legitimately inspects files, git history, sessions, cron, services, and integration tokens. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions explicitly tell the agent to read many sensitive files (e.g., ~/.ssh, memory/, .env, git history, keychain references), run local commands (grep, find, stat, git, curl, pgrep) and include remediation scripts that can change permissions, move/delete/archive files, restart services, kill sessions, and recommend force-pushing git history. This is within the stated diagnostic purpose, but the remediation templates are potentially destructive and should not be executed without explicit user approval or dry-run safeguards.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code — lowest install risk.
Credentials
The skill requests no environment variables or external credentials, but its checks reference many sensitive local configurations and third-party tokens (Cloudflare, Hetzner, bot tokens). Access to those files and the ability to perform authenticated API checks is appropriate for a diagnostic tool, but it means the agent will encounter secrets if present — treat findings carefully and avoid automatic exfiltration or transmission.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. However, tracking.md suggests optional scheduled analysis and writing to memory/health-status.md; combined with remediation scripts, enabling autonomous runs or heartbeat-based checks could let it perform repeated modifications. Require explicit opt-in before scheduling or allowing auto-fix actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug analysis
版本 1.0.0
许可证
累计安装 13
当前安装数 12
历史版本数 1
常见问题

Analysis 是什么?

Run deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1332 次。

如何安装 Analysis?

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

Analysis 是免费的吗?

是的,Analysis 完全免费(开源免费),可自由下载、安装和使用。

Analysis 支持哪些平台?

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

谁开发了 Analysis?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论