← Back to Skills Marketplace
War Room Debug
by
amdf01-debug
· GitHub ↗
· v1.0.0
· MIT-0
147
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sw-war-room
Description
Facilitates coordinated crisis response using multiple agents to assess, investigate, fix, and document critical production issues efficiently.
Usage Guidance
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 explicit human approval for any production writes or rollbacks performed by automated agents; (4) test the protocol in staging to confirm what data agents will read/write; and (5) audit agent actions during incidents. If you want the skill to actually collect logs or apply fixes, plan how to provide those credentials/paths out-of-band and document the exact scopes/permissions required.
Capability Analysis
Type: OpenClaw Skill
Name: sw-war-room
Version: 1.0.0
The skill bundle consists of metadata and a documentation file (SKILL.md) defining a collaborative workflow for crisis management. It contains no executable code, network activity, or instructions that would lead to unauthorized data access or malicious behavior.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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 their access.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sw-war-room - After installation, invoke the skill by name or use
/sw-war-room - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is War Room Debug?
Facilitates coordinated crisis response using multiple agents to assess, investigate, fix, and document critical production issues efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install War Room Debug?
Run "/install sw-war-room" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is War Room Debug free?
Yes, War Room Debug is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does War Room Debug support?
War Room Debug is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created War Room Debug?
It is built and maintained by amdf01-debug (@amdf01-debug); the current version is v1.0.0.
More Skills