Plugins

Extend ShellPilot

Enhance your terminal with community and official plugins.

Docker Commander

Official
DevOps

Enhanced Docker and container management commands with smart defaults.

12.4k342

Kubernetes Helper

Official
DevOps

Simplify kubectl commands with natural language for cluster management.

8.7k256

Git Flow Pro

Version Control

Advanced git workflows with automatic branch naming and PR creation.

5.2k189

AWS CLI Enhanced

Official
Cloud

Natural language interface for AWS services and resource management.

6.1k203

SSH Manager

Networking

Manage SSH connections, keys, and tunnels with simple commands.

3.8k127

Database Tools

Database

Query databases with natural language. Supports MySQL, PostgreSQL, and MongoDB.

4.5k156

Installing Plugins

Install plugins directly from the command line:

shellpilot plugin install docker-commander

Or add them to your configuration file for automatic installation:

# ~/.shellpilot/config.yaml
plugins:
  - docker-commander
  - kubernetes-helper
  - git-flow-pro