Agent skill

vault

Secret management — encrypted storage for API keys, tokens, credentials

Stars 113
Forks 16

Install this agent skill to your Project

npx add-skill https://github.com/iii-hq/agentos/tree/main/plugin/skills/vault

SKILL.md

Vault operations:

  • Init: curl -X POST http://localhost:3111/api/vault/init -H 'Content-Type: application/json' -d '{"password": "<master-password>"}'
  • Set: curl -X POST http://localhost:3111/api/vault/set -H 'Content-Type: application/json' -d '{"key": "<name>", "value": "<secret>"}'
  • Get: curl -X POST http://localhost:3111/api/vault/get -H 'Content-Type: application/json' -d '{"key": "<name>"}'
  • List: curl http://localhost:3111/api/vault/list
  • Rotate: curl -X POST http://localhost:3111/api/vault/rotate -H 'Content-Type: application/json' -d '{"currentPassword": "<current>", "newPassword": "<new>"}'

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results