claude-code-noninteractive-in-nodeCall Claude Code as a non-interactive coding agent on a remote machine via OpenClaw Node. Use when: (1) Your coding agent is on a separate machine from the G...
Install via ClawdBot CLI:
clawdbot install xxuzzwz/claude-code-noninteractive-in-nodeGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
$ANTHROPICAudited Apr 30, 2026 · audit v1.0
Generated May 22, 2026
Delegate code writing or refactoring tasks to a Claude Code instance running on a remote machine via OpenClaw Node. Use non-interactive commands for short tasks or long-running streaming jobs.
Coordinate multiple Claude Code agents on different machines, each handling separate coding tasks. This enables parallel work and system integration testing across distributed environments.
Use git worktrees on fast native filesystems (e.g., Linux) while the project resides on a slower mount (e.g., WSL /mnt/c/). Execute Claude Code remotely on the fast filesystem for performance.
Run read-only analysis tasks using Claude Code with restricted permissions (plan mode) to review code for bugs, style issues, or security vulnerabilities without modifying files.
Execute coding tasks on a remote Node that enforces security policies. Use workarounds like writing scripts to /tmp/ or backing up files before modifications to comply with Node restrictions.
Provide a service that manages remote Claude Code instances for development teams, enabling efficient delegation of coding tasks across machines.
Offer a platform to orchestrate multiple Claude Code agents across different nodes, handling task distribution and result aggregation.
Provide a sandboxed environment for code automation with strict security policies, targeting enterprises that need safe remote code execution.
💬 Integration Tip
Ensure API credentials are set in ~/.bashrc before the interactive guard so they load in non-interactive shells. For slow cross-filesystem mounts, use git worktrees on a fast native filesystem to keep Claude Code performance high.
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.