You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/ory-agent-plugin/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ory-agent-plugin",
3
-
"version": "0.6.0",
3
+
"version": "0.6.1",
4
4
"description": "Ory plugin for Claude Code: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call",
Copy file name to clipboardExpand all lines: plugins/ory-agent-plugin/skills/ory-local-dev/SKILL.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: ory-local-dev
3
-
description: 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 locally", "no Ory project yet", "offline auth dev", "test my login flow", "spin up Kratos/Keto/Hydra", or "I just want to try this on my machine". Drives the `/ory:local-up` and `/ory:local-down` commands.
3
+
description: 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 locally", "no Ory project yet", "offline auth dev", "test my login flow", "spin up Kratos/Keto/Hydra", or "I just want to try this on my machine". Drives the `/ory-agent-plugin:local-up` and `/ory-agent-plugin:local-down` commands.
4
4
---
5
5
6
6
# Build an Auth App Against a Local Ory Stack
@@ -10,9 +10,9 @@ You are helping the user develop an authentication application against a
10
10
`@ory/claude-code` plugin ships two commands that
11
11
manage the lifecycle:
12
12
13
-
-`/ory:local-up` — start Kratos, Keto, Hydra, and an Nginx gateway,
13
+
-`/ory-agent-plugin:local-up` — start Kratos, Keto, Hydra, and an Nginx gateway,
14
14
then seed a test identity, session, and permission tuples.
15
-
-`/ory:local-down` — stop all services while preserving data volumes.
15
+
-`/ory-agent-plugin:local-down` — stop all services while preserving data volumes.
16
16
17
17
Both delegate to `npx -y -p @ory/claude-code ory-claude local <subcommand>`, so the same
18
18
workflow runs from the shell when the command shortcuts are not available.
@@ -31,9 +31,9 @@ If the user already has an Ory Network project and just wants their
31
31
production app wired up, prefer the `/project:ory-auth-setup` skill and
0 commit comments