π¦ ClawHub
Agentvault
by @maheen-sajjad
Encrypted credential vault and persistent memory for AI agents. Install from npm, sandbox agent access to secrets, store and query encrypted memory, run an M...
π‘ Examples
# Initialize vault in your project (ask user first)
agentvault initAdd secrets (ask user first)
agentvault secret add MY_API_KEY "your-api-key-here"Store agent knowledge (ask user first)
agentvault memory store webhook-tips \
"Always verify webhook signatures with the raw body, not parsed JSON" \
-t knowledge --tags webhook securitySearch knowledge (safe β read-only)
agentvault memory query "webhook verification"Run an agent with controlled access (ask user first)
agentvault wrap -p moderate "claude-code ."Health check (safe β read-only)
agentvault doctor
TERMINAL
clawhub install agentvault