Winapp Cli
WinappCli is a command-line tool for creating and managing Windows applications, streamlining development workflows and deployment.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add winapp-cli npx -- -y @trustedskills/winapp-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"winapp-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/winapp-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The winapp-cli tool provides command-line interface capabilities for managing Windows applications, allowing users to install, uninstall, and configure software directly from the terminal. It simplifies automation tasks related to application lifecycle management on Windows systems.
When to use it
- Automating repetitive software installation or removal processes in a Windows environment.
- Creating scripts that manage application configurations as part of deployment workflows.
- Troubleshooting issues with installed applications by querying their status or logs via the CLI.
Key capabilities
- Install and uninstall Windows applications from the command line.
- Query application status, version, and configuration details.
- Support for batch processing multiple applications in a single script.
Example prompts
- "Install Notepad++ using winapp-cli."
- "Uninstall all outdated applications listed in this file."
- "Show me the current status of Microsoft Edge."
Tips & gotchas
- Ensure administrative privileges are granted when running commands that modify system software.
- Verify compatibility with specific Windows versions, as some features may not be supported on older OS releases.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.