Agent Skills for Arcjet — the runtime security platform that ships with your code.
These skills give AI coding agents the knowledge to add Arcjet security protections to any project. They work in VS Code (GitHub Copilot), Claude Code, Cursor, and any other compatible agent.
npx skills add arcjet/skills| Skill | Description |
|---|---|
add-request-protection |
Add security protection to a server-side route or endpoint — rate limiting, bot detection, email validation, and abuse prevention. Works across Next.js, Express, Fastify, SvelteKit, Remix, Bun, Deno, NestJS, FastAPI, and Flask. |
add-guard-protection |
Add Arcjet Guard protection to AI agent tool calls, background jobs, queue workers, and other non-HTTP code paths — rate limiting, prompt injection detection, sensitive information blocking, and custom rules. |
These skills are also bundled by the
Arcjet plugin, which packages them
as /arcjet:add-request-protection and /arcjet:add-guard-protection slash
commands for Claude Code and Cursor (alongside MCP integration and a
security-analyst agent). Choose the plugin if you want the bundled experience;
choose the direct skill install (npx skills add arcjet/skills) for
portability across any agentskills.io-compatible
client.
- Arcjet Documentation
- Agent Skills Specification
- Arcjet Plugin
- Arcjet JS SDK
- Arcjet Python SDK
- Arcjet MCP Server
- Arcjet CLI (npm)
Licensed under the Apache License, Version 2.0.