Arcjet
Official@arcjet
The AI agent runtime security platform
Agent Skills by Arcjet
Showing 11 vetted skills indexed across 1 GitHub repositories.
integrate-arcjet-guard-strands-agents-py
Integrate Arcjet Guard security rules into Python Strands Agents tools and hooks.
integrate-arcjet-guard-claude-managed-agents-py
Integrates Arcjet Guard into Python Claude Managed Agents to screen inbound messages and gate custom tools.
integrate-arcjet-guard-claude-agent-sdk-py
Integrates Arcjet Guard security controls into Python Claude Agent SDK tools and hooks.
add-ai-protection
Redirects users to the unified arcjet skill for AI endpoint security protection.
add-guard-protection
Redirects users to the unified arcjet skill for Guard protection of non-HTTP code paths.
arcjet
Add Arcjet security protection to HTTP routes, agent tool calls, and background jobs.
integrate-arcjet-guard-crewai
Integrate Arcjet Guard security policies into CrewAI tool execution and inbound message screening.
integrate-arcjet-guard-openai-agents-py
Integrate Arcjet Guard security rules into Python OpenAI Agents function tools.
protect-route
Redirects users to the unified arcjet skill for route security protection.
add-request-protection
Adds Arcjet rate limiting, bot detection, and email validation to server-side routes.
integrate-arcjet-guard-langchain-py
Integrate Arcjet Guard security policies into Python LangChain tools and agents.
Frequently Asked Questions About Arcjet
FAQPage SchemaWhat tasks can I secure using Arcjet's skills?▼
Arcjet skills add rate limiting, bot detection, email validation, prompt injection detection, PII blocking (including Rampart NER), content moderation, and token budget limits to HTTP routes, AI agent tool calls, MCP servers, background jobs, and queue workers.
Which frameworks and agent libraries does Arcjet Guard support?▼
Python integrations cover LangChain, CrewAI, OpenAI Agents, Strands Agents, Claude Agent SDK, and Claude Managed Agents. JavaScript adapters cover Vercel AI SDK, Mastra, LangGraph, Genkit, Google ADK, and others. Core protection also works in Go.
How do I install Arcjet Guard for Python agent frameworks?▼
Install via PyPI arcjet 1.0.0 with framework extras such as arcjet[langchain] or arcjet[openai-agents]. Python >= 3.10 is required. Some integrations, like Strands Agents, currently require pinning arcjet to a specific git SHA until published.
Is Arcjet open source and what license applies?▼
All listed Arcjet skills are released under the Apache-2.0 license. The skills are authored by Arcjet and distributed through the skill registry, with the core arcjet package available on PyPI as version 1.0.0.
What prerequisites are needed for the CrewAI integration?▼
The CrewAI integration requires Python >= 3.10, official crewai >= 1.15.3 and < 2 installed by the user, PyPI arcjet 1.0.0, and a blocking Guard client via launch_arcjet_sync. There is no arcjet[crewai] extra.