scripting

Routes Windows scripting tasks to sub-skills for PowerShell development and automation detection.

3|Updated Aug 8, 2026
One-click install
npx skills add https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer --skill scripting-jose-polanco-oxte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scripting
Source: https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer/tree/main/.agents/skills/scripting
Command: npx skills add https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer --skill scripting-jose-polanco-oxte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Choosing the right approach for Windows automation work is hard when tasks range from writing PowerShell scripts to finding what should be automated in the first place. This Skill acts as a router that directs each scripting task to the correct specialized sub-skill. ## Core Features & Use Cases - Script Development Routing: Directs PowerShell scripting, GUI building, Gallery module work, Windows CLI administration, and screen-recording-to-automation tasks to the script-development sub-skill with its modular references. - Automation Opportunity Detection: Routes requests to analyze past AI conversation transcripts, cluster recurring workflow patterns, and recommend skills, hooks, or agents worth building. - Use Case: When asked to automate a repetitive Windows task, the router loads script-development to author a tested PowerShell script; when asked what to automate, it loads automation-oportunity-detection to mine transcripts and produce ranked recommendations. ## Quick Start Ask the agent to handle a Windows scripting or automation task and it will load the matching scripting sub-skill for the job.

Frequently Asked Questions about scripting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a PowerShell script with proper error handling?

Load the script-development sub-skill and its powershell-scripting reference, which covers try/catch patterns, terminating versus non-terminating errors, ShouldProcess, and comment-based help. It also includes a live verification workflow for checking cmdlet syntax against Microsoft Learn.

How to detect automation opportunities from past AI sessions?

Use the automation-oportunity-detection sub-skill, which mines conversation transcripts, clusters recurring patterns into weighted knowledge themes, and recommends skills, hooks, or agents. Recommendations require at least 5 occurrences across 3 sessions with weight 0.2 or higher.

Should I use PowerShell or CMD for Windows administration?

Prefer PowerShell 7 for modern automation, structured output, and cross-platform work; use CMD only for legacy batch maintenance or minimal-dependency environments. The windows-cli reference provides a decision table and equivalent commands for both shells.

Can I convert a screen recording into an automated script?

Yes, the automate-this reference extracts frames with ffmpeg and transcribes narration with Whisper, reconstructs the workflow, then proposes automation at three tiers from quick wins to scheduled tasks. It requires ffmpeg and optionally Whisper installed.

What are the limitations of the automation detection pipeline?

It never auto-creates artifacts without user approval, caps output at 5 recommendations, and requires mandatory secret redaction before transcript analysis. It also skips anything already present in the repository's existing skills, roles, and integrations.