portainer
This skill manages Portainer CE via its HTTP API, providing `list_environments()`, `deploy_stack`, `inspect_stack`, and `execute_docker_command`. It reads `PORTAINER_API_TOKEN` and performs network calls to `https://localhost:9443/api` (configurable), sending the API key and disabling TLS verification (`verify=False`).