runtime-verifierUse when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests.
Install via ClawdBot CLI:
clawdbot install wimi321/runtime-verifierGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
After merging a new feature into the main branch, the runtime verifier starts a staging environment, executes the new endpoint with test data, and confirms the expected response. This ensures the feature works end-to-end before production release.
When updating a CLI tool, the runtime verifier runs the tool with sample inputs in a CI environment, captures output, and compares against expected results. This catches regressions that unit tests miss.
After modifying payment processing logic, the runtime verifier starts the app server, simulates a full checkout flow including cart, payment, and confirmation, and checks for error codes or unexpected behavior.
For firmware updates, the verifier boots a simulated device, applies the update, and exercises sensor reading and communication protocols to ensure no breakage in the field.
Following a schema migration, the verifier starts the API server, runs multiple CRUD operations, and validates that responses match expected formats and that data persistence works.
Offer runtime verification as a managed service for companies lacking in-house testing infrastructure. Clients pay per verification run or monthly subscription for continuous integration checks.
Integrate runtime verifier as a premium plugin for popular CI/CD platforms. Basic features free, advanced runtime checks (e.g., multi-environment, parallel tests) behind a paywall.
Provide consulting services to design custom runtime verification strategies for complex systems. Charge per engagement for setup, execution, and reporting.
💬 Integration Tip
Integrate as a post-merge step in CI/CD pipelines, ensuring environment variables and cleanup scripts are defined. Use Docker containers for consistent environments.
Scored May 7, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.