From portainer-tools
Start, stop, or restart a Docker container on a Portainer-managed host. Use when asked to restart, stop, or start a specific container.
How this skill is triggered — by the user, by Claude, or both
Slash command
/portainer-tools:portainer-controlThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```text
$ARGUMENTS
Control (start/stop/restart) a named container on a Docker host via the Portainer API.
Parse $ARGUMENTS:
start, stop, or restarton (e.g. on docker01)Run:
python3 $SKILL_DIR/portainer_control.py <action> <container> [--host <host>]
Example: python3 $SKILL_DIR/portainer_control.py restart grafana --host docker01
Report the script output to the user.
If the script reports multiple matches, ask the user to specify the host.
If auth fails, tell the user:
Set
PORTAINER_TOKEN=ptr_...before invoking. Generate one in Portainer: User Settings > Access Tokens.
npx claudepluginhub sinositato/tato-claude-plugins --plugin portainer-toolsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.