Agent Plugins Marketplace
All plugins

gizmoduck

v0.5.3

Gizmoduck — run Nuclei vulnerability scans on websites and hosts, diff against previous scans, and turn findings into triaged reports and ServiceDesk Plus tickets. Runs on WSL/Linux and Windows.

Claude Code1 Skill

By MattLicense: GPL-2.0-only2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install gizmoduck for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gizmoduck@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mbadali25/useful-claude-add-ons

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/gizmoduck/.

Plugin files

plugin/gizmoduck/
├── .claude-plugin/plugin.json
└── skills/gizmoduck/SKILL.md

Included Skills1

gizmoduckskills/gizmoduck/SKILL.md

Run a Nuclei vulnerability scan against a website, host, or list of targets, produce a triaged report, and open ServiceDesk Plus tickets for the serious findings after one batch confirmation. Use whenever the user wants to scan a new site they deployed, check a host or their environment for vulnerabilities, mentions Nuclei, or points at a targets file or a Nuclei JSONL output. Works on WSL/Linux and Windows.

Plugin manifests1

plugin/gizmoduck/.claude-plugin/plugin.json
{
  "name": "gizmoduck",
  "version": "0.5.3",
  "description": "Gizmoduck — run Nuclei vulnerability scans on websites and hosts, diff against previous scans, and turn findings into triaged reports and ServiceDesk Plus tickets. Runs on WSL/Linux and Windows.",
  "author": {
    "name": "Matt",
    "email": "[email protected]"
  },
  "license": "GPL-2.0-only"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gizmoduck on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gizmoduck)