secutils
Webhook responders, certificates, CSP policies, and change tracking
All Skills in This Repository (12)
Pure Emerald Level Indicatorssecutils-webhooks
Automate webhook creation, management, and monitoring on Secutils.dev.
secutils-web-scraping-page
Monitor web pages for changes and extract content using headless Playwright.
secutils-web-scraping-api
Monitor HTTP endpoints with scheduled requests and JavaScript scripts.
secutils-private-keys
Generate and manage cryptographic private keys for TLS and JWT.
secutils-certificate-templates
Generate and manage X.509 certificates from templates with configurable algorithms and SANs.
secutils-api-keys
Create, rotate, and delete API keys on Secutils.dev REST endpoints.
secutils-secrets
Manage and inject AES-256-GCM encrypted secrets into responder scripts and trackers.
secutils-tags
Manage user-scoped tags on Secutils.dev via API endpoints.
secutils-deno-runtime
Documents restricted Deno runtime specifics for Secutils responder and tracker scripts.
secutils-user-scripts
Manage and import JavaScript user scripts on Secutils.dev.
secutils-export-import
Export and import Secutils.dev workspace contents with selective modes.
secutils-csp
Create, edit, share, and import Content Security Policy templates.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core