spreadsheet-validated-exec
Execute Python scripts for spreadsheets with prerequisite data validation and source accessibility checks
Execute Python scripts for spreadsheets with prerequisite data validation and source accessibility checks
Execute Python scripts with prerequisite data validation and fallback strategies for inaccessible sources
Execute Python scripts from files for reliable spreadsheet operations, avoiding heredoc issues with shell_agent
Use direct Python execution for reliable spreadsheet and document/PDF generation operations
Use direct Python execution for reliable spreadsheet and document/PDF generation operations
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports
Use direct Python execution for reliable spreadsheet operations instead of shell_agent
Reliable fallback technique for writing large file contents when write_file and shell_agent both fail with 'unknown error' due to payload size limits — uses run_shell with a Python heredoc to bypass tool constraints.
Reliable fallback technique for writing large file contents when write_file and shell_agent both fail with 'unknown error' due to payload size limits — uses run_shell with a Python heredoc to bypass tool constraints, with an explicit mkdir -p step to ensure the target directory exists before writing.
Reliable fallback technique for writing large or special-character-heavy file content when inline write_file or shell_agent calls fail with unknown errors — uses a Python helper script written to a temp file to avoid escaping and truncation pitfalls.
Workaround for write_file failures caused by special characters (apostrophes, backticks, template literals) by using a Python heredoc script executed via shell.
Execute a specification document through planned waves of parallel and sequential changes, updating the spec and committing after each wave. Use when the user says "execute this spec", "implement this plan", "run the spec", or when given a specs/*.md file to implement.
Interactive Python REPL automation with common helpers and best practices
Perform lateral movement across Windows networks using WMI-based remote execution techniques including Impacket wmiexec.py, CrackMapExec, and native WMI commands for stealthy post-exploitation during red team engagements.
Automate GoPhish phishing simulation campaigns using the Python gophish library. Creates email templates with tracking pixels, configures SMTP sending profiles, builds target groups from CSV, launches campaigns, and analyzes results including open rates, click rates, and credential submission statistics for security awareness assessment.
Guide for writing subprocess execution code using the vite_command crate
将编码工作委托给 Manager 持有的 AI CLI 工具(Claude Code / Gemini CLI / qodercli)执行
Core macOS automation skill using MacPilot CLI. Enables Claude Code to control apps, type text, click elements, run shell commands, and automate workflows on macOS via the `macpilot` command.
Guide AI to create NocoBase workflows — triggers, conditions, data operations, SQL, scheduling
A CLI tool that executes Python source code to manage todos via Linear's API. Creates tasks with natural language dates, priorities, and scheduling. This is a source-execution skill - code in src/linear_todos/ runs when commands are invoked.