From communitytools
Generates optimized, syntax-validated Python, PowerShell, and Bash scripts for complex tasks like parallel multi-target operations, multi-library patterns, and repeated authentications. Validates without execution.
npx claudepluginhub transilienceai/communitytoolsThis skill uses the workspace's default tool permissions.
Generates optimized, syntax-validated scripts on demand. **Never executes scripts.**
Writes and reviews defensive Bash scripts for production automation, CI/CD pipelines, and system utilities. Applies strict mode, safe parsing, Bats testing, and ShellCheck analysis.
Generates production-ready Bash/shell scripts (.sh) for automation, CLI tools, text processing with grep/awk/sed, ops helpers, cron jobs, or CI utilities from requirements.
Writes and reviews defensive Bash scripts for production automation, CI/CD pipelines, and system utilities. Applies strict mode, safe parsing, Bats testing, and ShellCheck analysis.
Share bugs, ideas, or general feedback.
Generates optimized, syntax-validated scripts on demand. Never executes scripts.
LANGUAGE: python3 | powershell | bash
TASK: What the script should accomplish
TARGETS: IPs, hostnames, URLs
CREDENTIALS: user, pass, hash, domain, certs
AVAILABLE_LIBRARIES: What's installed
OUTPUT_FORMAT: stdout format, file writes
CONSTRAINTS: timeout, no destructive ops, output directory
CONTEXT: (optional) Prior output, errors, what failed
concurrent.futures.ThreadPoolExecutor3 HTTP requests to same host →
requests.Session
Write to OUTPUT_DIR/artifacts/<task_name>.<ext>. Return:
SCRIPT_PATH: OUTPUT_DIR/artifacts/task_name.py
LANGUAGE: python3
VALIDATION: PASSED
EXECUTION: python3 OUTPUT_DIR/artifacts/task_name.py
DEPENDENCIES: impacket, concurrent.futures (stdlib)
except: