← Back to Skills Marketplace
romainsantoli-web

Firm Reliability Pack

by romainsantoli-web · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
315
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install firm-reliability-pack
Description
Reliability probing and documentation sync pack. Gateway health probing, documentation sync validation, channel audit, and ADR generation. 4 reliability tools.
README (SKILL.md)

firm-reliability-pack

⚠️ Contenu généré par IA — validation humaine requise avant utilisation.

Purpose

Ensures deployment reliability: Gateway health probing with latency tracking, documentation-code sync verification, channel configuration audit, and Architecture Decision Record (ADR) generation in MADR format.

Tools (4)

Tool Description
openclaw_gateway_probe Gateway health probe with latency metrics
openclaw_doc_sync_check Documentation-code sync validation
openclaw_channel_audit Channel configuration audit
firm_adr_generate Generate ADR in MADR format

Usage

skills:
  - firm-reliability-pack

# Probe gateway and check docs:
openclaw_gateway_probe config_path=/path/to/config.json
openclaw_doc_sync_check config_path=/path/to/config.json

Requirements

  • mcp-openclaw-extensions >= 3.0.0
Usage Guidance
This is an instruction-only skill that appears to do what it claims, but it leaves important details unspecified. Before installing or invoking it: (1) confirm the origin and trustworthiness of mcp-openclaw-extensions and install it from a vetted source; (2) inspect or control the config_path you pass — do not point it at files that contain secrets or broad credentials; (3) test the tools in a non-production environment to see what files they read and where they send results; and (4) ask the author (or documentation) for explicit documentation of what config keys are read, any network endpoints the probes call, and whether outputs are transmitted off-host. If you can't get those answers, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: firm-reliability-pack Version: 1.0.0 The skill bundle's metadata and `SKILL.md` describe a 'Reliability probing and documentation sync pack' with tools for gateway health, documentation sync, channel audit, and ADR generation. The instructions in `SKILL.md` are aligned with this stated purpose, providing usage examples that involve reading a `config_path`. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or other high-risk behaviors within the provided files. The declared dependency `mcp-openclaw-extensions` is a standard requirement declaration.
Capability Assessment
Purpose & Capability
The skill's name/description (gateway probing, doc sync, channel audit, ADR generation) align with the four tool names in SKILL.md. SKILL.md also declares a dependency on mcp-openclaw-extensions >= 3.0.0, which plausibly supplies the named commands.
Instruction Scope
The runtime instructions tell the agent to run commands like openclaw_gateway_probe and openclaw_doc_sync_check with a config_path=/path/to/config.json. The skill does not declare any required config paths or explain what parts of that config will be read, nor where probe results are sent. This creates ambiguity about what files the agent will access and whether sensitive data could be read or transmitted.
Install Mechanism
No install spec or code files are present (instruction-only), which means nothing is written to disk by the skill itself — lower surface to audit here. However, the SKILL.md dependency on mcp-openclaw-extensions is not accompanied by an install/source instruction; you must ensure that dependency is installed from a trusted source before use.
Credentials
No environment variables or credentials are declared, which is appropriate, but the instructions require passing a config_path. Because config paths can contain credentials or sensitive operational data, the skill should have declared required config paths or documented expected config contents. The absence of that declaration is disproportionate to the implicit file access the skill asks for.
Persistence & Privilege
always is false and there is no installation step that modifies agent/global config. The skill does not request persistent presence or elevated platform privileges in its metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install firm-reliability-pack
  3. After installation, invoke the skill by name or use /firm-reliability-pack
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of firm-reliability-pack - Provides four reliability tools: gateway health probe, documentation sync validation, channel audit, and ADR generation in MADR format. - Ensures deployment reliability by checking gateway latency, validating documentation-code alignment, auditing channel configurations, and generating structured Architecture Decision Records. - Requires mcp-openclaw-extensions version 3.0.0 or higher.
Metadata
Slug firm-reliability-pack
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Firm Reliability Pack?

Reliability probing and documentation sync pack. Gateway health probing, documentation sync validation, channel audit, and ADR generation. 4 reliability tools. It is an AI Agent Skill for Claude Code / OpenClaw, with 315 downloads so far.

How do I install Firm Reliability Pack?

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

Is Firm Reliability Pack free?

Yes, Firm Reliability Pack is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Firm Reliability Pack support?

Firm Reliability Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Firm Reliability Pack?

It is built and maintained by romainsantoli-web (@romainsantoli-web); the current version is v1.0.0.

💬 Comments