What is add-wshcmd?
Guide for adding new wsh commands to Wave Terminal. Use when implementing new CLI commands, adding command-line functionality, or extending the wsh command interface. Source: wavetermdev/waveterm.
Guide for adding new wsh commands to Wave Terminal. Use when implementing new CLI commands, adding command-line functionality, or extending the wsh command interface.
Quickly install add-wshcmd AI skill to your development environment via command line
Source: wavetermdev/waveterm.
This guide explains how to add a new command to the wsh CLI tool.
Wave Terminal's wsh command provides CLI access to Wave Terminal features. The system uses:
Commands are registered in their init() functions and execute through the Cobra framework.
Guide for adding new wsh commands to Wave Terminal. Use when implementing new CLI commands, adding command-line functionality, or extending the wsh command interface. Source: wavetermdev/waveterm.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/wavetermdev/waveterm --skill add-wshcmdGuide for adding new wsh commands to Wave Terminal. Use when implementing new CLI commands, adding command-line functionality, or extending the wsh command interface. Source: wavetermdev/waveterm.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wavetermdev/waveterm --skill add-wshcmd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/wavetermdev/waveterm