Skills.md for SecureNow
Two ready-made SKILL.md files that give your AI agent full SecDevOps capabilities — from threat investigation to framework integration. Download, drop into your project, and go.
Download Agent Skills
Each skill is a single markdown file your AI agent reads to learn everything about SecureNow. Together they cover every CLI command, every SDK import, every env var, and every framework integration.
SKILL-CLI.md
Terminal & Security Operations
What your agent learns
Example usage
SKILL-API.md
SDK Integration & Instrumentation
What your agent learns
Example usage
Or grab them both with one command:
What is a SKILL.md?
A SKILL.md file is a markdown document that gives your AI coding agent reusable knowledge and step-by-step instructions for a specific task.
Drop it into your .cursor/skills/ directory and your agent automatically picks it up whenever the task matches — no configuration required.
---
name: investigate-threat
description: >-
Investigate a suspicious IP address using SecureNow's
threat intelligence API. Use when the user asks to
check an IP, investigate a threat, or analyze traffic.
---
# Investigate Threat
## Steps
1. Call the IP Intelligence API:
`curl https://api.securenow.ai/api/public/ip-intel/{ip}`
2. Parse the response for:
- **securenowScore** — threat severity (0-100)
- **verdict** — AI-generated summary
- **attackTypes** — classified attack categories
3. If score > 70, recommend blocking the IP
4. Provide a human-readable summary of findingsWhat Your Agent Can Do
With both skills installed, your AI agent can handle the full SecDevOps lifecycle — from install to investigation to approved response.
Threat Investigation
Analyze suspicious IPs, check abuse reports, run forensic queries, and get AI-powered threat verdicts — all from natural language.
Firewall & IP Blocking
Block, allow, or trust IPs. Enable multi-layer protection: HTTP 403, TCP drop, iptables kernel rules, and cloud WAF (Cloudflare, AWS, GCP).
Framework Integration
Auto-instrument any Node.js framework with tracing, logging, and body capture. Zero code changes for Express, Fastify, NestJS, Koa, and Hapi.
False Positive Management
Create, test, and dry-run exclusion rules. Use AI to auto-generate conditions from a description. Suppress noise so real threats stand out.
Works With Every Framework
The API skill teaches your agent how to integrate SecureNow with any Node.js framework — most need zero code changes.
Install in 3 Steps
Install the securenow package
Adds the CLI, SDK, and all framework integrations. Or install globally with npm install -g securenow@latest for CLI-only usage.
Download the skills into your AI agent's folder
Pick your agent — Cursor, Claude Code, Windsurf, Cline, or GitHub Copilot. Drop each skill into its own folder and your agent auto-discovers them by matching task descriptions.
Ask your agent anything
Your agent reads the relevant skill and executes the full workflow — installing, configuring, investigating, or proposing a block for your approval.
Full SecDevOps, One Conversation Away
Your AI agent becomes a security engineer. Investigate threats, harden your app, block attackers, and instrument every framework — all with natural language.