
Authzed Marketplace
- 2 repo stars
- Updated April 9, 2026
- authzed/authzed-marketplace
AuthZed Marketplace is a plugin marketplace that ships the official SpiceDB development toolkit for permission models and authorization testing in Claude Code.
About
AuthZed Marketplace is the vendor-maintained Claude Code catalog for SpiceDB and AuthZed authorization work. SaaS developers who need fine-grained permissions without inventing RBAC tables from scratch can install the spicedb-dev plugin to get agent-guided help across schema design, code integration, and verification. The marketplace is intentionally narrow—official plugins for AuthZed’s stack—so triggers stay aligned with SpiceDB semantics rather than generic security prompts. You add the marketplace once from GitHub or a local clone, then install named plugins per project. It pairs with backends where authorization is a first-class data model (documents, organizations, roles) and you plan to run SpiceDB or AuthZed in development and production.
- Official AuthZed Claude Code plugin marketplace from authzed/authzed-marketplace
- spicedb-dev plugin: permission model design, schema generation, implementation, and testing
- Install via /plugin marketplace add authzed/authzed-marketplace then plugin install by name
- Supports GitHub remote add or local clone path for offline or forked workflows
- Focused on Zanzibar-style relationship-based access control with SpiceDB
Authzed Marketplace by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add authzed/authzed-marketplaceAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | April 9, 2026 |
| Repository | authzed/authzed-marketplace ↗ |
What it does
Install AuthZed’s official SpiceDB toolkit in Claude Code to design permission models, generate schemas, implement authorization, and test access rules.
Who is it for?
Best when you're adopting SpiceDB or AuthZed for SaaS or API products and want Claude Code plugins tied to the official permission-model lifecycle.
Skip if: Projects using only simple JWT role claims with no graph-style permissions or teams not running SpiceDB.
What you get
After adding the marketplace, you install spicedb-dev to generate schemas, implement checks, and test authorization with AuthZed-aware guidance.
- SpiceDB-oriented permission models and schemas
- Implementation guidance for AuthZed client integration
- Authorization test workflows aligned with spicedb-dev
By the numbers
- 1 plugin in marketplace (spicedb-dev)
- Official AuthZed-maintained marketplace repository
- Documented install paths: GitHub add and local clone
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Vendor SpiceDB authorization marketplace, not a general security scanner or unrelated agent skill pack.
FAQ
Who is Authzed Marketplace for?
Developers building on SpiceDB or AuthZed who use Claude Code and want official plugins for schema design, implementation, and authz testing.
When should I use Authzed Marketplace?
Use it during Build and Ship when you are modeling permissions, integrating AuthZed clients, or validating access rules before launch.
How do I add Authzed Marketplace to my agent?
Run /plugin marketplace add authzed/Authzed Marketplace (or a local path), then /plugin install <plugin-name>@Authzed Marketplace such as spicedb-dev.