warden
Secure identity-aware gateway connecting agents to enterprise systems
All Skills in This Repository (9)
Pure Emerald Level Indicatorsdiscovery
Identify agent roles and service providers via CLI commands.
troubleshooting
Explain Warden CLI exit codes and guide resolution steps.
warden-shared
Create a standardized environment for agent authentication and configuration.
github
Proxy GitHub REST API requests securely through Warden with role-based access.
scaleway
Access Scaleway REST API and S3-compatible object storage via Warden.
aws
Proxy AWS SDK and CLI requests through Warden's SigV4 gateway.
rds
Generate temporary IAM-based connection strings for AWS RDS PostgreSQL and MySQL databases.
openai
Proxy OpenAI chat, embedding, and moderation endpoints with JWT authentication.
vault
Manage secrets, sign certificates, and encrypt keys via HashiCorp Vault API.
Frequently Asked Questions
FAQPage SchemaHow to install Warden?โผ
Run `npx skills add stephnangue/warden --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Warden solve?โผ
Warden removes the need to hand agents long-lived, over-scoped credentials. It authenticates each agent by identity, enforces per-request policy, and injects short-lived credentials so nothing sensitive sits in the agent's environment.
Which systems can Warden connect to?โผ
Warden fronts MCP servers, AWS, Azure, GCP, GitHub, GitLab, Slack, Atlassian, OpenAI, Vault, databases, and many other SaaS and cloud APIs through pluggable providers.
Does Warden work with Claude Code and other MCP clients?โผ
Yes. Agents connect to Warden's MCP discovery endpoint with any standard MCP client, list the roles they can assume, and fetch per-provider usage recipes at runtime.
How does Warden audit agent activity?โผ
Every request is tied to the verified identity behind it, the role used, and the policy decision made, and is written to a central audit log without exposing secrets in plain text.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core