batch-filesExpert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat...
Install via ClawdBot CLI:
clawdbot install jhauga/batch-filesGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
Report → https://www.msys2.org/dev/vulnerabilities/Calls external URL not in known-safe list
https://www.msys2.org/Audited Apr 18, 2026 · audit v1.0
Generated May 4, 2026
A batch file that schedules and executes nightly backups of a SQL Server database using sqlcmd, compresses the backup, and cleans up old files. Useful for system administrators to ensure data protection without manual intervention.
A batch script for Windows-based build servers to automate the deployment of applications by pulling latest code from Git, running builds, and deploying artifacts to staging servers. Helps DevOps teams streamline release processes.
A batch file that creates new user accounts in Active Directory using dsadd, sets initial passwords, and assigns group memberships based on a CSV input. Ideal for HR departments onboarding new employees in bulk.
A script that zips and moves log files older than 30 days to an archive directory, then deletes archives older than 90 days. Prevents disk space exhaustion on Windows servers.
Offer automated batch script maintenance and optimization as a service to small businesses that lack in-house IT expertise. Generate recurring revenue through monthly retainer fees for script updates and monitoring.
Develop and sell a library of reusable batch scripts that integrate with popular SaaS platforms (e.g., Salesforce, Slack) for tasks like data export or notifications. Revenue from one-time purchases or subscription.
Provide corporate training workshops on writing efficient batch scripts for automation, along with consulting services to improve clients' existing scripts. Charge per session or project-based.
💬 Integration Tip
Combine batch scripts with Task Scheduler for automation, and use environment variables to pass configuration values for portability across systems.
Scored Apr 19, 2026
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Generate or refine agent-usable CLIs for existing software/codebases using the CLI-Anything methodology. Use when the user wants to turn a GUI app, desktop t...
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Avoid common Bash mistakes — quoting traps, word splitting, and subshell gotchas.