waveterm
Extend Wave Terminal with new commands, views, and AI features
All Skills in This Repository (8)
Pure Emerald Level Indicatorsadd-wshcmd
Guide adding new commands to the Wave Terminal wsh CLI tool.
add-config
Add configuration settings to Wave Terminal by modifying Go structs and regenerating types.
add-rpc
Integrate new RPC commands into Wave Terminal's communication layer.
wps-events
Implement and manage Wave Terminal's WPS event system for asynchronous inter-component communication.
context-menu
Create and display Wave Terminal context menus with TypeScript.
electron-api
Implement Electron APIs for frontend-to-backend IPC via preload scripts.
create-view
Create custom view types for Wave Terminal using React and Jotai.
waveenv
Create named WaveEnv subset types declaring component environment dependencies in TypeScript.
Frequently Asked Questions
FAQPage SchemaHow to install Wave Terminal skills?โผ
Run `npx skills add wavetermdev/waveterm --all -g -y` in your terminal to install all skills in this suite globally.
What is Wave Terminal?โผ
Wave is an open-source, AI-integrated terminal for macOS, Linux, and Windows with durable SSH sessions, a built-in editor, and support for any AI model via your own API keys.
How do these skills help developers?โผ
They give your AI agent precise, step-by-step guides for adding wsh commands, RPC calls, config settings, views, and events to Wave Terminal without reading the entire codebase.
Do these skills work with Claude Code and Cursor?โผ
Yes. All guides follow the universal SKILL.md standard and work in Claude Code, Cursor, OpenClaw, and other compatible AI coding agents.
Do I need to know Go and React to use these skills?โผ
Basic familiarity helps, but the skills include complete code examples and checklists so your AI agent can implement features from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core