PostToolUse
25Hook
Runs after a tool call finishes, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs after a tool call finishes, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs when a tool call fails, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs when a subagent starts, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs when a subagent finishes, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs when the agent asks permission for an action, executing ory-hook.js via node. From ory/claude-plugins.
Skill Claude CodeCodex
Set up a complete authentication system using Ory Network with Ory Elements as the UI layer. Use whenever the user wants to add login, registration, account recovery, email verification, account settings, or session management to a web app — even if they only mention "auth", "sign-in", or "users". Ory Elements is the…
Skill Claude CodeCodex
Build your own AI agent that authenticates the user, authorizes every tool call against Ory Permissions, and records structured activity — by dropping @ory/argus directly into the Claude Agent SDK, OpenAI Agents SDK, Mastra, Vercel AI SDK, PydanticAI / LangGraph, or as an external service called by Salesforce…
Skill Claude CodeCodex
Wire an Ory Network integration into your own application using the ory/integrates template patterns. Use when the user wants to add an Ory integration to their app — an Action webhook handler that fires during a flow, a Console/gateway config to validate Ory JWTs, or an Enterprise live-event-stream consumer — phrases…
Skill Claude CodeCodex
Author a new Ory Network integration as a contribution to the public ory/integrates repository. Use when the user wants to contribute an integration back to Ory, add an entry to the Ory integrations registry/catalog, open a PR against ory/integrates, or publish a reusable integration for others — phrases like…
Skill Claude CodeCodex
Scaffold an E2B (e2b.dev) sandbox template that boots with @ory/claude-code preinstalled, so every Claude/Codex/Gemini/OpenClaw/OpenCode session running inside the sandbox is gated by Ory auth and permissions and records structured activity without any per-sandbox setup. Use when the user asks to "create an E2B…
Skill Claude CodeCodex
Run a local Ory stack (Kratos identity, Keto permissions, Hydra OAuth2, gateway on :4000) for building and testing an authentication application without an Ory Network project. Use whenever the user wants to develop, prototype, or test login/registration/recovery/permission flows locally — phrases like "run Ory…
Skill Claude CodeCodex
Build login, registration, account recovery, email verification, and account settings pages using Ory Elements. Use whenever the user asks for a login page, sign-in UI, sign-up form, "forgot password" flow, account settings page, or wants to wire Ory's self-service flows into a frontend. Ory Elements is the default…
Skill Claude CodeCodex
Onboard native agent-tool authorization with default allow and explicit deny overrides. Covers connecting the plugin, reviewing allowed and blocked tools, writing blocks in the Ory Console, and promoting the project from observe to enforce. MCP and PermissionMode remain grant-based.
Skill Claude CodeCodex
Configure social login (OAuth2/OIDC) providers — Google, GitHub, Apple, Microsoft, Discord, Slack, GitLab, Facebook — for an Ory-powered app. Use whenever the user wants "Sign in with Google", social sign-in buttons, OIDC providers, or any third-party identity provider on an Ory project. The skill assumes Ory Elements…
Skill Claude CodeCodex
Scaffold a Temporal TypeScript worker where every Activity execution is gated by Ory — the user is authenticated, the worker's agent identity is resolved via DCR, each Activity invocation runs an Ory Permission check, and the full lifecycle emits structured activity events. Use when the user asks to "add Ory to my…