code-runner-localRun code snippets in 30+ programming languages including JavaScript, Python, TypeScript, Java, C, C++, Go, Rust, Ruby, PHP, and more. Use when the user wants...
Install via ClawdBot CLI:
clawdbot install panchenbo/code-runner-localGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://nodejs.org/Audited Apr 17, 2026 · audit v1.0
Generated May 22, 2026
An instructor demonstrates programming concepts by running code snippets live during a lecture. Students can see real-time output and experiment with variations, enhancing understanding of algorithms and syntax.
A candidate prepares for coding interviews by testing algorithm implementations locally. Quick feedback on correctness and performance helps refine solutions before the actual interview.
A developer prototypes a small feature or logic snippet to verify expected behavior before integrating it into a larger codebase. This reduces bugs and speeds up development cycles.
A researcher runs Python or R scripts to analyze datasets, compute statistics, or generate visualizations. Immediate output allows iterative exploration without leaving the terminal.
A polyglot programmer or student tests the same algorithm in multiple languages (e.g., Python vs. Java) to compare performance, syntax, or output, deepening language mastery.
Offer a free tier with limited daily code executions (e.g., 50 runs/day) and paid tiers with higher limits, priority execution, and access to additional languages or sandbox features. Revenue comes from subscription fees.
License the code runner as a white-label tool integrated into online learning platforms, coding bootcamps, or interactive textbooks. Revenue is generated through platform licensing fees or per-execution charges.
Bundle the code runner into an internal developer productivity toolkit sold to enterprise clients. Includes advanced security, audit logs, and custom language support. Revenue from enterprise subscription contracts.
💬 Integration Tip
For AI agents, always pass code via stdin to avoid escaping issues, and ensure the runner script path is correct relative to the agent's working directory. Consider caching language interpreters to reduce startup time in latency-sensitive contexts.
Scored May 22, 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.