← Back to Skills Marketplace
wimi321

Runtime Verifier

by wimi321 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install runtime-verifier
Description
Use when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests.
Usage Guidance
This skill is coherent with its stated purpose but is intentionally high-level and grants the agent broad ability to run processes and interact with systems. Before installing or using it: (1) require a clear, pre-authorized verification plan that lists exact commands, files, ports, and endpoints the agent may use; (2) run verifications in an isolated sandbox/container or test environment to avoid exposing secrets or production data; (3) avoid providing long-lived credentials — use ephemeral or scoped credentials if external services are needed; (4) ask the skill author to declare required binaries and any expected environment variables; and (5) consider adding explicit guardrails in the prompt or platform (no network access, no reading of ~/ or /etc, etc.) to limit accidental access to sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: runtime-verifier Version: 1.0.0 The runtime-verifier skill bundle provides instructions for an AI agent to verify software changes by executing them in a live environment. The workflow described in SKILL.md and agents/openai.yaml is consistent with its stated purpose of runtime verification, including planning, execution, and cleanup. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
Name/description align with the instructions (actually running apps/CLIs to verify changes). However, the skill declares no required binaries or environment details even though runtime verification typically requires specific tools, commands, or startup scripts — a modest mismatch in declared requirements versus expected capabilities.
Instruction Scope
SKILL.md tells the agent to 'start the needed app, server, or CLI environment' and to 'execute the runtime checks' but is intentionally vague about what commands to run, what files or env vars to read, and what external endpoints to contact. That open-ended guidance grants broad discretion and could lead the agent to access sensitive files/credentials or make network calls unless constrained by the operator or platform sandboxing.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself, which minimizes installation risk.
Credentials
The skill requests no environment variables or credentials, which is appropriate on its face. However, because the runtime instructions may require invoking local tools or reading env/configuration in practice, the lack of declared dependencies or guidance about permitted secrets is noteworthy.
Persistence & Privilege
Skill is not marked always:true and does not request persistent presence or system-wide configuration changes. Autonomous invocation is allowed (platform default) but not accompanied by other privilege escalations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install runtime-verifier
  3. After installation, invoke the skill by name or use /runtime-verifier
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial extraction from local Claude Code source
Metadata
Slug runtime-verifier
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Runtime Verifier?

Use when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.

How do I install Runtime Verifier?

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

Is Runtime Verifier free?

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

Which platforms does Runtime Verifier support?

Runtime Verifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Runtime Verifier?

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

💬 Comments