windowsWindows-specific patterns, security practices, and operational traps that cause silent failures.
Install via ClawdBot CLI:
clawdbot install ivangdavila/windowsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Automating routine Windows administration tasks like user provisioning, software deployment, and system monitoring using PowerShell scripts. This scenario addresses silent failures from Group Policy overrides and antivirus scanning, requiring secure credential management via Windows Credential Manager and event logging for audit trails.
Integrating Windows-based build and deployment processes in CI/CD pipelines, where scripts may be quarantined by Windows Defender or fail due to unsigned execution. This involves setting antivirus exclusions for automation folders, signing scripts for production, and using symbolic links with Developer Mode to avoid admin requirements.
Remotely managing client Windows environments via WinRM for tasks like patch management and security audits. This requires configuring TrustedHosts for workgroup machines, using HTTPS remoting to secure credentials, and handling service account gotchas such as network access with machine credentials.
Automating backup scripts that write to network shares or local files, facing issues like file locking from scheduled tasks or NTFS permission conflicts. This scenario emphasizes testing file access, using UNC paths for services, and implementing temp file hygiene to prevent accumulation in $env:TEMP.
Offering ongoing Windows automation and maintenance services to businesses, with revenue generated from monthly or annual subscriptions. This model leverages the skill's focus on operational safety, event logging, and credential management to provide reliable, audited support.
Providing one-time or project-based consulting to set up secure Windows automation frameworks, including script signing, WinRM configuration, and silent failure mitigation. Revenue comes from fixed project fees or hourly rates for expert guidance.
Creating and selling tools or scripts that automate Windows-specific tasks, such as credential management utilities or monitoring solutions. Revenue is generated through direct sales, licensing, or freemium models, with integration tips for seamless deployment.
💬 Integration Tip
Integrate this skill by incorporating its PowerShell examples into existing automation workflows, ensuring scripts use secure credential storage and handle silent failures with explicit error handling to improve reliability.
Scored Apr 19, 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.
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.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.