powershellPrevent file-writing via Windows PowerShell to avoid GBK encoding corruption. Use when Kimi Code CLI is running on Windows and the task involves creating, writing, or modifying text files, especially when content contains Chinese or other non-ASCII characters.
Install via ClawdBot CLI:
clawdbot install ivangdavila/powershellRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Use PowerShell to monitor server health by checking disk space, service status, and event logs across Windows and Linux systems. Avoid array traps when processing multiple servers by forcing arrays with @() and handle errors with try/catch and ErrorAction Stop to ensure reliable alerts.
Script data migration between databases or file systems using PowerShell's pipeline for efficient streaming and string handling for log generation. Prevent output leaks by suppressing commands with [void] and use comparison operators like -eq for conditional logic to validate data integrity.
Deploy and configure software on mixed OS environments (Windows, Linux, macOS) using PowerShell 7+ with pwsh. Utilize Join-Path for portable paths and handle environment variables via $env:VAR, while avoiding common mistakes like using = instead of -eq in conditions.
Audit security settings and compliance policies across networks by scripting checks with PowerShell. Leverage array gotchas to properly handle single or null results and use -match for regex-based pattern matching in logs, ensuring accurate reporting with error handling via $ErrorActionPreference.
Offer subscription-based IT management using PowerShell scripts for automated monitoring, patching, and troubleshooting. Revenue comes from monthly fees per device or user, with scalability through reusable scripts that avoid common pitfalls like array unrolling and output leaks.
Develop and sell PowerShell-based tools or modules for specific industries like data migration or security auditing. Revenue is generated through one-time purchases or licensing fees, with cross-platform compatibility ensured by following best practices like using pwsh and portable paths.
Provide consulting services to help businesses implement PowerShell solutions, along with training workshops to teach best practices. Revenue streams include hourly rates for consulting and fixed fees for training sessions, focusing on avoiding common mistakes like comparison operator errors.
💬 Integration Tip
Integrate PowerShell with existing CI/CD pipelines by using pwsh for cross-platform scripts and handling errors with try/catch to ensure robust automation.
Scored Apr 19, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.