secutils-devsecutils-devOfficialยท12 Agent Skills Included

secutils

Webhook responders, certificates, CSP policies, and change tracking

Builds and manages webhook responders, X.509 certificate templates, private keys, and Content Security Policies through simple API calls. Schedules web page and API change trackers that alert you when content, scripts, or stylesheets change. Removes the need for scattered security scripts by giving one authenticated interface for mocking endpoints, storing secrets, and monitoring websites.
npx skills add secutils-dev/secutils --all -g -y
Available:

Tells the AI agent how to run, test, and safely upgrade the Secutils.dev stack, and how to build and deploy the standalone single-page security tools under dev/tools.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-webhooks

Automate webhook creation, management, and monitoring on Secutils.dev.

Official
Advanced
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-web-scraping-page

Monitor web pages for changes and extract content using headless Playwright.

Official
Intermediate
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-web-scraping-api

Monitor HTTP endpoints with scheduled requests and JavaScript scripts.

Official
Advanced
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-private-keys

Generate and manage cryptographic private keys for TLS and JWT.

Official
Intermediate
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-certificate-templates

Generate and manage X.509 certificates from templates with configurable algorithms and SANs.

Official
Intermediate
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-api-keys

Create, rotate, and delete API keys on Secutils.dev REST endpoints.

Official
Intermediate
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-secrets

Manage and inject AES-256-GCM encrypted secrets into responder scripts and trackers.

Official
Intermediate
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-tags

Manage user-scoped tags on Secutils.dev via API endpoints.

Official
Intermediate
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-deno-runtime

Documents restricted Deno runtime specifics for Secutils responder and tracker scripts.

Official
Advanced
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-user-scripts

Manage and import JavaScript user scripts on Secutils.dev.

Official
Intermediate
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-export-import

Export and import Secutils.dev workspace contents with selective modes.

Official
Advanced
๐Ÿ“ฆ In Repo
secutils-devsecutils-dev

secutils-csp

Create, edit, share, and import Content Security Policy templates.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Secutils?โ–ผ

Run `npx skills add secutils-dev/secutils --all -g -y` in your terminal to install all skills in this suite globally.

How to mock an HTTP endpoint or webhook?โ–ผ

Use the secutils-webhooks skill to create a hosted responder URL that returns static or script-generated responses and captures incoming requests for inspection.

How to monitor a web page or API for changes?โ–ผ

The page and API tracker skills schedule checks on any URL, store revision history, and notify you when the tracked content changes.

Can I generate test TLS certificates with Secutils?โ–ผ

Yes. The certificate templates and private keys skills generate RSA, ECDSA, or Ed25519 keys and issue self-signed or CA-signed bundles in PEM, PKCS#12, or PKCS#8 formats.

Do I need coding experience to use these skills?โ–ผ

No. Your AI agent handles the API calls and script details from plain-English requests once you provide a Secutils API key.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’