Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Prometheus Alert Runbook
Execute structured runbook procedures triggered by Prometheus AlertManager webhooks. Queries PromQL metrics via the Prometheus HTTP API for automated incident diagnosis and escalation.
Prometheus Alert Runbook Linker
Links Prometheus alerting rules to operational runbooks by parsing AlertManager configurations and PrometheusRule CRDs. Validates runbook_url annotations exist and are reachable, and generates stub runbooks for undocumented alerts.
Prometheus Alert Runbook Agent
Automates incident response for Prometheus alerts using PromQL queries, Alertmanager API, and Grafana dashboards. Maps alerts to diagnostic runbooks with remediation steps.
Prometheus Alert Rule Tester
Tests Prometheus alerting rules against historical metrics using promtool and the Prometheus HTTP API query_range endpoint. Validates PromQL expressions, simulates alert firing, and checks routing configurations.
Prometheus Alert Rule Synthesizer
Uses the Prometheus HTTP API v1 and PromQL to auto-generate alerting rules from metric baselines. Integrates with Alertmanager API for routing configuration and PagerDuty Events API v2 for escalation.
Prometheus Alert Rule Generator
Generates and validates Prometheus alerting rules from natural language descriptions using the Prometheus HTTP API and PromQL query engine. Supports Alertmanager routing configuration and Grafana dashboard annotation.
Prometheus Alert Rule Builder
Creates and validates Prometheus alerting rules using PromQL expressions and the Prometheus HTTP API. Configures Alertmanager routing trees with PagerDuty, Slack, and OpsGenie receiver integrations.
Prometheus Alert Router
Routes and escalates Prometheus AlertManager notifications based on severity and label matchers. Integrates with PagerDuty, Opsgenie, and Slack webhook APIs for multi-channel incident routing.
Prometheus Alert Resolver
Resolves Prometheus alerts by querying the /api/v1/alerts and /api/v1/query_range endpoints for metric time series analysis. Executes playbook steps for common alerts like HighCPUUsage and DiskSpaceLow, validates PromQL recording rules, and silences alerts via Alertmanager /api/v
Profile and triage messy tabular files from the terminal with VisiData
Inspect CSV, TSV, JSON, and parquet drops interactively, spot suspicious columns fast, and decide the next cleanup step without opening a spreadsheet.
Profile and clean large CSV datasets from the terminal with qsv
Inspect, profile, normalize, and diff large CSV files before loading them into downstream analytics or automation workflows.
Product Review Sentiment Aggregator
Collects and analyzes product reviews from Amazon Product API and Google Shopping via SerpAPI. Uses spaCy NER and aspect-based sentiment analysis to extract feature-level opinions and competitive comparisons.
procs Modern Process Viewer CLI
A modern replacement for ps written in Rust. procs provides colorized, human-readable process listings with multi-column keyword search, TCP/UDP port display, Docker container names, and tree views.
Process, redact, OCR, and sign documents with Nutrient Agent Skill
Give coding agents one promptable workflow surface for OCR, extraction, redaction, form filling, conversion, and signing across document-heavy tasks.
Probe public TLS endpoints for protocol, cipher, and certificate weaknesses before rollout with testssl.sh
Run a thorough TLS preflight against a host before launch, certificate renewal, or incident review.
Probe ML and LLM systems for regressions and vulnerabilities with Giskard
Run automated red-team and failure scans against an LLM or RAG app before users find the breakage.
Probe Kubernetes clusters with kube-hunter for exposed services and misconfigurations
Run a focused exposure probe against a Kubernetes environment before deeper pentest work or remediation planning starts.
Probe Kubernetes clusters for exposed attack paths with kube-hunter
Assess a Kubernetes cluster from the attacker viewpoint when an agent needs exposure-focused findings instead of a general cluster scanner listing.
Probe AI agents for dangerous tool chains and execution side effects with ZIRAN
Test agent systems for graph-discovered tool-chain vulnerabilities, silent side effects, and multi-phase trust exploits before deployment.
Prismic Headless CMS Content API Client
Prismic provides a headless CMS with an API-first editing model, and the official @prismicio/client package is the main integration point for fetching content in apps and automations. It fits agents that need to inspect repositories, publish structured content flows, or wire CMS
Prisma Schema Migrator
Automates Prisma ORM schema evolution and migration planning using prisma migrate and prisma db commands. Validates schema changes against existing data with dry-run introspection via prisma db pull.
Prevent broken GitHub Actions workflows before CI runs with actionlint
Use actionlint when an agent needs to inspect GitHub Actions workflow files before a push or pull request lands. The skill checks syntax, expressions, action inputs, runner labels, cron patterns, and a few security footguns so the agent can stop bad workflow changes before CI bur
Prettier Format Enforcement Bot
Enforces code formatting standards using the Prettier API (prettier.format(), prettier.check()) and prettier-plugin-organize-imports. Supports 20+ languages with .prettierrc configuration management.
Prettier Config Harmonizer
Resolves Prettier formatting conflicts across monorepo packages using the Prettier API and @prettier/plugin-xml. Generates unified .prettierrc configs with per-package overrides and EditorConfig synchronization.