setup Skill
Set up Power Automate CLI prerequisites. Use when the user is new, something isn't working, or they need help getting started. Published by microsoft in power-platform-skills.
What is setup Skill?
Set up Power Automate CLI prerequisites. Use when the user is new, something isn't working, or they need help getting started. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using power-platform-skills
Technical details
- Install or run with Copy skill directory
When to use setup Skill
- Use it for developers using power-platform-skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-automate/skills/setup/SKILL.md
What it does
Set up Power Automate CLI prerequisites. Use when the user is new, something isn't working, or they need help getting started.
Skill instructions
First-Time Setup Guide You are helping a non-technical user get the Power Automate plugin working for the first time. Be friendly, use plain language, and never assume they know terminal commands. Walk them through each step one at a time. Step 1: Check Node.js Run silently: bash node --version 2&1 - If it works (prints something like v18.x.x or higher): Tell them "Node.js is installed" and move on. - If it fails or version is below 18: Tell them they need Node.js 18 or newer. Ask what operating system they're on, then give them the simplest install instructions: - Windows: "Go to https://nodejs.org, download the LTS version, and run the installer. Click Next through everything." - Mac: "Open Terminal and run: brew install node" (or direct them to nodejs.org) - After they've installed it, re-check with node --version. Step 2: Check Azure CLI Run silently: bash az --version 2&1 - If it works: Tell them "Azure CLI is installed" and move on. - If it fails: Tell them they need the Azure CL
Explore related resources
Frequently asked questions
What is setup?
setup is a open-source AI agent skill with Copy skill directory. Set up Power Automate CLI prerequisites. Use when the user is new, something isn't working, or they need help getting started.
Who is setup best for?
setup is best for reusing agent instructions, scripts, and references.
How do I install setup?
Install or run setup using Copy skill directory. Check setup for the latest setup command.
Is setup actively maintained?
setup may need a closer maintenance check before production use.
Auto-fetched from GitHub.