Use this skill when the user wants notifications when Docker images are updated on a registry — watch container tags, validate config, or run diun as a long-lived service.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-3bbfa106)More formats (shields.io, HTML) on the badges page.
---
name: diun
description: Use this skill when the user wants notifications when Docker images are updated on a registry — watch container tags, validate config, or run diun as a long-lived service.
---
# diun Plugin
Docker Image Update Notifier. Monitors container registries and alerts when tracked images have new tags or digests. Supports Slack, email, Telegram, webhooks, and many other channels.
## Installation
```bash
# Docker (recommended)
docker run -d --name diun \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ./diun.yml:/diun.yml:ro \
crazymax/diun
# Standalone binary from GitHub releases
# https://github.com/crazy-max/diun/releases/latest
```
## Basic Usage
```bash
# Validate configuration
diun check-config --config diun.yml
# Start watching registries
diun serve --config diun.yml
# Dry run without sending notifications
diun serve --config diun.yml --no-notif
```
## Configuration
Create `diun.yml` with watched images and notification providers. See the [official docs](https://crazymax.dev/diun/) for provider-specific settings.
## Usage Examples
- "Notify me when nginx:latest gets a new digest"
- "Validate my diun config before deploying"
- "Watch Docker Hub tags for my base images"
## SuperCLI
```bash
sc diun self check-config --config diun.yml
sc diun self serve --config diun.yml
sc plugins learn diun
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.
Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.
Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.
Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.