From kastra
Install Kastra Edge so policies enforce locally on this machine, after the user has a Kastra account. Use when the user has signed up and wants their Claude Code / Codex actions actually governed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kastra:edge-installThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this AFTER the user has a Kastra account (see the `kastra_start_signup` MCP
Use this AFTER the user has a Kastra account (see the kastra_start_signup MCP
tool if they don't). This wires local enforcement so their agent's tool calls are
checked against their Kastra policies.
Confirm the platform. These instructions target macOS (Homebrew). For other platforms point the user to https://kastra.ai/docs/install.
Install the CLI:
brew install kastra-labs/tap/kastra-edge
Log in (opens a browser to authorize this device):
kastra-edge login
Wire the agent hooks + MCP:
kastra-edge install-claude # Claude Code hooks + read-only MCP
kastra-edge install-codex # Codex hooks (restart Codex after)
Verify enforcement is live:
kastra-edge status
Always show the user each command before running it and get their go-ahead — these modify shell config and install software.
npx claudepluginhub kastra-labs/claude-plugin --plugin kastraGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.