open-policy-agent
Installation
SKILL.md
Open Policy Agent
Open Policy Agent (OPA) is a general-purpose policy engine that enables unified, context-aware policy enforcement across different technologies. Developers use OPA to decouple policy decision-making from application code. It allows you to define policies as code and enforce them across microservices, Kubernetes, CI/CD pipelines, and more.
Official docs: https://www.openpolicyagent.org/docs/latest/
Open Policy Agent Overview
- Policy
- Rule
- Data
- Bundle
- Snapshot
- Transaction
Working with Open Policy Agent
This skill uses the Membrane CLI to interact with Open Policy Agent. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills