Best for
- Use this CLI when an agent needs Proofpoint TAP threat data: pulling SIEM click/message events, identifying Very Attacked People and top clickers, investigating a threatId or campaign, extracting IOCs for blocking, or d…
Servosity/msp-skills/skills/proofpoint/SKILL.md
Every TAP Threat Insight endpoint, plus a local threat store that answers the cross-endpoint questions - who is both attacked and clicking, what touched this user - inside Proofpoint's punishing daily quotas. Trigger phrases: `pull proofpoint siem events`, `who are my VAPs`, `decode this urldefense link`, `proofpoint incident brief`, `top clickers this month`, `use proofpoint`, `run proofpoint-cli`.
Decision brief
Every TAP Threat Insight endpoint, plus a local threat store that answers the cross-endpoint questions - who is both attacked and clicking, what touched this user - inside Proofpoint's punishing daily quotas. Trigger phrases: `pull proofpoint siem events`, `who are my VAPs`, `decode this urldefense link`, `proofpoint incident brief`, `top clickers this mont…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/Servosity/msp-skills --skill "skills/proofpoint"Inspect the Agent Skill "proofpoint" from https://github.com/Servosity/msp-skills/blob/30e109db0872897de0b88adb38d81d4c292da3ae/skills/proofpoint/SKILL.md at commit 30e109db0872897de0b88adb38d81d4c292da3ae. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
TAP uses HTTP Basic auth with a service principal and secret. In the TAP Dashboard go to Settings, then Connected Applications, and create a new credential pair. Export PROOFPOINTSERVICEPRINCIPAL and PROOFPOINTAPISECRET in your shell. The url decode command works without credent…
This skill drives the proofpoint-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
Use this CLI when an agent needs Proofpoint TAP threat data: pulling SIEM click/message events, identifying Very Attacked People and top clickers, investigating a threatId or campaign, extracting IOCs for blocking, or decoding urldefense-rewritten links. It shines when questions…
Do not use this CLI for: - Do not use this CLI for Proofpoint Essentials administration (orgs, users, licensing) - that is a different API with different credentials - Do not use this CLI to stream PoD message logs - the PoD Log API is a WebSocket service not covered here - Do n…
These capabilities aren't available in any other tool for this API.
Permission review
The documentation asks the agent to run terminal commands or scripts.
npx -y @mvanhorn/printing-press-library install proofpoint --cli-onlyThe documentation asks the agent to run terminal commands or scripts.
go install github.com/mvanhorn/printing-press-library/library/monitoring/proofpoint/cmd/proofpoint-cli@latestThe documentation includes network, browsing, or remote request actions.
proofpoint-cli url --urls "https://urldefense.com/v3/__https://example.com__;!!abc" --agent --select urls.decodedUrl,urls.successThe documentation includes sending, uploading, or posting data to a remote service.
| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |The documentation includes network, browsing, or remote request actions.
| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 15 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
This skill drives the proofpoint-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
$HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:
npx -y @mvanhorn/printing-press-library install proofpoint --cli-only
proofpoint-cli --version$PATH for the agent/runtime that will invoke this skill.If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.4 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead:
go install github.com/mvanhorn/printing-press-library/library/monitoring/proofpoint/cmd/proofpoint-cli@latest
If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds.
Existing TAP tools are thin per-endpoint wrappers or one-way SIEM shovels. This CLI syncs clicks, messages, campaigns, VAPs, and clickers into SQLite, then answers joined questions locally - incident briefs, flat IOC tables, risk overlaps, per-user timelines - without re-spending the 1800-per-day SIEM quota or the 50-per-day campaign-ids quota.
Use this CLI when an agent needs Proofpoint TAP threat data: pulling SIEM click/message events, identifying Very Attacked People and top clickers, investigating a threatId or campaign, extracting IOCs for blocking, or decoding urldefense-rewritten links. It shines when questions repeat or cross endpoints - the local store answers joins and re-queries without burning daily API quota.
Do not use this CLI for:
These capabilities aren't available in any other tool for this API.
backfill - Reconstruct up to 7 days of SIEM threat events in one command - the CLI auto-loops the API's mandatory 1-hour windows and persists every page locally.
Reach for this when an agent needs more than the last hour of click/message events; single API calls cannot exceed a 1-hour window.
proofpoint-cli backfill --since 48h --agent
campaign-threats - Expand one campaign into the threats inside it, enriched with severity and family from the local threat store.
Use this to pivot from a campaign to its member threats when quota is tight - campaign detail is the one unlimited TAP endpoint.
proofpoint-cli campaign-threats "campaign-xyz789" --agent
incident - Turn a threatId into a single incident brief: severity, actors, malware, techniques, forensic evidence, and every local event that touched it.
Use this for alert triage when you have a threatId and need the full picture in one shot instead of three separate calls.
proofpoint-cli incident "threat-abc123" --agent
iocs - Flatten TAP's nested forensic evidence tree into a paste-ready indicator table: hashes, URLs, domains, IPs, files, registry keys, processes.
Use this when the goal is indicators for blocking or hunting, not a narrative brief - output pipes straight into an EDR or blocklist.
proofpoint-cli iocs --threat-id "threat-abc123" --csv
risk-overlap - List the people who are both Very Attacked AND top clickers - attack index beside click count - your highest-risk humans.
The single best list for security-awareness targeting: highly attacked people who also click.
proofpoint-cli risk-overlap --window 30 --agent
user - Everything the local store knows about one person: clicks, threat messages, VAP status, and clicker status in one view.
Use this during investigations to answer 'show me every event touching this user' without burning SIEM quota on re-queries.
proofpoint-cli user "jane.doe@example.com" --agent
campaign - Campaign intelligence (actors, malware, families, techniques)
proofpoint-cli campaign get - Get campaign detail (actors, malware, techniques, members)proofpoint-cli campaign list-ids - Heavily rate limited (50 requests per rolling 24 hours). Prefer the local synced store for repeated queries.forensics - Forensic evidence (IOCs) for threats and campaigns
proofpoint-cli forensics - Provide exactly one of threatId or campaignId.people - Very Attacked People and top clickers
proofpoint-cli people list-top-clickers - List users who clicked the most malicious links in a windowproofpoint-cli people list-vap - List Very Attacked People (highest attack index) for a windowsiem - Time-windowed threat event feeds (clicks and messages)
proofpoint-cli siem list-all-events - Fetch all click and message threat events in the windowproofpoint-cli siem list-clicks-blocked - Fetch clicks to malicious URLs that were blocked in the windowproofpoint-cli siem list-clicks-permitted - Fetch clicks to malicious URLs that were permitted in the windowproofpoint-cli siem list-issues - Events for clicks to malicious URLs permitted and messages delivered containing a known threat within the window - theproofpoint-cli siem list-messages-blocked - Fetch blocked messages that contained a known threatproofpoint-cli siem list-messages-delivered - Fetch delivered messages that contained a known threatthreat - Per-threat summaries
proofpoint-cli threat <threatId> - Get a threat summary (severity, spread, actors, malware, techniques)url - Decode TAP-rewritten (urldefense) URLs
proofpoint-cli url - Decode TAP-rewritten (urldefense) URLs to their original targetsWhen you know what you want to do but not which command does it, ask the CLI directly:
proofpoint-cli which "<capability in your own words>"
which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match - fall back to --help or use a narrower query.
proofpoint-cli backfill --since 12h
Backfill loops the 1-hour windows for you; afterwards search and user answer questions offline.
proofpoint-cli incident "threat-abc123" --agent --select summary.severity,summary.malware,iocs
Severity, attribution, and evidence for a threatId in a single agent-shaped payload.
proofpoint-cli iocs --campaign-id "campaign-xyz789" --csv
Flat CSV of hashes, URLs, and IPs ready for an EDR import.
proofpoint-cli risk-overlap --window 90 --csv
The people who are both heavily attacked and clicking, with both metrics side by side.
proofpoint-cli url --urls "https://urldefense.com/v3/__https://example.com__;!!abc" --agent --select urls.decodedUrl,urls.success
Returns the real target URLs; works even without credentials.
TAP uses HTTP Basic auth with a service principal and secret. In the TAP Dashboard go to Settings, then Connected Applications, and create a new credential pair. Export PROOFPOINT_SERVICE_PRINCIPAL and PROOFPOINT_API_SECRET in your shell. The url decode command works without credentials; everything else requires them.
Run proofpoint-cli doctor to verify setup.
Add --agent to any command. Expands to: --json --compact --no-input --no-color --yes.
Pipeable - JSON on stdout, errors on stderr
Filterable - --select keeps a subset of fields. Dotted paths descend into nested structures; arrays traverse element-wise. Critical for keeping context small on verbose APIs:
proofpoint-cli campaign get <id> --agent --select id,name,status
Previewable - --dry-run shows the request without sending
Offline-friendly - sync/search commands can use the local SQLite store when available
Non-interactive - never prompts, every input is a flag
Explicit retries - use --idempotent only when an already-existing create should count as success
Commands that read from the local store or the API wrap output in a provenance envelope:
{
"meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
"results": <data>
}
Parse .results for data and .meta.source to know whether it's live or local. A human-readable N results (live) summary is printed to stderr only when stdout is a terminal AND no machine-format flag (--json, --csv, --compact, --quiet, --plain, --select) is set - piped/agent consumers and explicit-format runs get pure JSON on stdout.
When you (or the agent) notice something off about this CLI, record it:
proofpoint-cli feedback "the --since flag is inclusive but docs say exclusive"
proofpoint-cli feedback --stdin < notes.txt
proofpoint-cli feedback list --json --limit 10
Entries are stored locally at ~/.local/share/proofpoint-cli/feedback.jsonl. They are never POSTed unless PROOFPOINT_FEEDBACK_ENDPOINT is set AND either --send is passed or PROOFPOINT_FEEDBACK_AUTO_SEND=true. Default behavior is local-only.
Write what surprised you, not a bug report. Short, specific, one line: that is the part that compounds.
Every command accepts --deliver <sink>. The output goes to the named sink in addition to (or instead of) stdout, so agents can route command results without hand-piping. Three sinks are supported:
| Sink | Effect |
|---|---|
stdout | Default; write to stdout only |
file:<path> | Atomically write output to <path> (tmp + rename) |
webhook:<url> | POST the output body to the URL (application/json or application/x-ndjson when --compact) |
Unknown schemes are refused with a structured error naming the supported set. Webhook failures return non-zero and log the URL + HTTP status on stderr.
A profile is a saved set of flag values, reused across invocations. Use it when a scheduled agent calls the same command every run with the same configuration - HeyGen's "Beacon" pattern.
proofpoint-cli profile save briefing --json
proofpoint-cli --profile briefing campaign get <id>
proofpoint-cli profile list --json
proofpoint-cli profile show briefing
proofpoint-cli profile delete briefing --yes
Explicit flags always win over profile values; profile values win over defaults. agent-context lists all available profiles under available_profiles so introspecting agents discover them at runtime.
| Code | Meaning |
|---|---|
| 0 | Success |
| 2 | Usage error (wrong arguments) |
| 3 | Resource not found |
| 4 | Authentication required |
| 5 | API error (upstream issue) |
| 7 | Rate limited (wait and retry) |
| 10 | Config error |
Parse $ARGUMENTS:
help, or --help → show proofpoint-cli --help outputinstall → ends with mcp → MCP installation; otherwise → see Prerequisites above--agent)go install github.com/mvanhorn/printing-press-library/library/monitoring/proofpoint/cmd/proofpoint-mcp@latest
claude mcp add proofpoint-mcp -- proofpoint-mcp
claude mcp listwhich proofpoint-cli
If not found, offer to install (see Prerequisites at the top of this skill).--agent flag:
proofpoint-cli <command> [subcommand] [args] --agent
proofpoint-cli <command> --help.Alternatives
MoizIbnYousaf/marketing-cli
Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "
MoizIbnYousaf/marketing-cli
Create new marketing skills for the mktg playbook. Use when the agent needs to add a new capability, someone says 'create a skill', 'new skill', 'add a marketing skill', 'extend the playbook', 'I need a skill for X', 'build a skill', 'make a skill for Y', or 'add capability for Z'. Also use when someone wants to capture a marketing workflow they just did into a reusable skill, or when they say 'turn this into a skill'. Reads the skill contract, generates SKILL.md with correct frontmatter and str
wshobson/agents
Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —
MoizIbnYousaf/marketing-cli
Brand-grounded Remotion video pipeline. Take a brief, ground it in `brand/` (voice, audience, positioning, creative-kit), write a beat sheet, scaffold a fresh Remotion project, generate any required assets, compose with frame-driven animations, and bake a final MP4. Use this skill whenever the user wants to build a NEW Remotion video from scratch — product films, motion graphics, code-driven shaders, CRT/glitch effects, HTML-in-canvas demos, React video. Triggers on requests like "make a remotio