openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > War Room Debug

Facilitates coordinated crisis response using multiple agents to assess, investigate, fix, and document critical production issues efficiently.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 27 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:amdf01-debug/sw-war-room

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is an instruction-only “war room” protocol for coordinating multiple agents during production incidents; its claims, requirements, and instructions are internally consistent and require no extra credentials or installs.

目的

The SKILL.md describes a crisis-response protocol (roles, cadence, resolution) that matches the skill name and description. There are no unexpected env vars, binaries, or install steps required for this stated purpose.

说明范围

The instructions are high-level and appropriate for a coordination protocol, but they are deliberately open-ended: roles like “Investigator” are told to ‘gather logs, data, reproduction steps’ and the protocol references a ‘shared state file’ without specifying storage, paths, or access controls. That openness is reasonable for a playbook but gives agents broad discretion to read/collect system logs or other sensitive data unless you constrain…

安装机制

No install spec or code files are present (instruction-only), so nothing will be written to disk or downloaded during install — lowest-risk delivery method.

证书

The skill declares no required environment variables or credentials, which is proportionate. However, the operational tasks it describes (collecting logs, implementing fixes) typically require elevated access in real use; the skill does not request or document those privileges, so you should plan access control externally.

持久

always:false and no install/config changes are requested. The skill does not request persistent presence or attempt to modify other skills or system-wide settings.

综合结论

This skill is a protocol (playbook) rather than executable code — that makes it low-risk, but you should decide how to apply it safely: (1) limit which agents or users are allowed to act as Investigator/Fixer and give them only the minimum permissions they need to gather logs or perform changes; (2) choose and secure the ‘shared state file’ location (access controls, retention, encryption) to avoid leaking sensitive incident data; (3) require …

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「War Room Debug」。简介:Facilitates coordinated crisis response using multiple agents to assess, invest…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/amdf01-debug/sw-war-room/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# War Room Skill

## Trigger
Crisis response and intensive problem-solving with multiple agents.

**Trigger phrases:** "war room", "crisis mode", "all hands on deck", "emergency fix", "critical issue"

## When to Use
- Production is down
- Critical bug affecting users
- Time-sensitive deadline at risk
- Complex problem needing parallel investigation

## War Room Protocol

### 1. Situation Assessment (2 min)
```
SITUATION: [what's happening]
IMPACT: [who/what is affected]
SEVERITY: [critical/high/medium]
TIMELINE: [when did it start, when must it be fixed]
```

### 2. Team Assembly
- **Investigator**: Gathers logs, data, reproduction steps
- **Analyst**: Forms hypotheses, identifies root cause
- **Fixer**: Implements solution once root cause confirmed
- **Reviewer**: Validates fix, checks for regressions

### 3. Communication Cadence
- Status update every 15 minutes during active crisis
- Each update: what we know, what we're trying, ETA
- Single source of truth: shared state file

### 4. Resolution
- Fix implemented and verified
- Root cause documented
- Post-mortem scheduled (within 48 hours)
- Prevention measures identified

## Rules
- Speed > perfection during active crisis
- One person/agent owns coordination (war room lead)
- All changes logged — no cowboy fixes
- Revert first, investigate second (if revert is safe)
- Post-mortem is mandatory, blame is not