agentsecrets
Zero-knowledge credential management and secure authenticated API calls
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install AgentSecrets?โผ
Run `npx skills add The-17/agentsecrets --all -g -y` in your terminal to install the skill globally for your agent.
How do AI agents use API keys securely?โผ
Agents reference a key name and AgentSecrets resolves the value from the OS keychain, injecting it at the transport layer so the value never enters agent memory or logs.
Can AgentSecrets prevent prompt injection credential theft?โผ
Yes. Because credential values never enter the agent's context, there is nothing for prompt injection, malicious plugins, or log traces to extract.
Does AgentSecrets work with Claude Desktop and Cursor?โผ
Yes. Run `agentsecrets mcp install` to register its MCP server with Claude Desktop and Cursor, and it also works with OpenClaw, LangChain, CrewAI, and AutoGen via the HTTP proxy.
How are outbound API calls controlled?โผ
A deny-by-default proxy blocks any domain not on the workspace allowlist, redacts echoed credentials from responses, and records every call in a cryptographically chained audit log.
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