What problem does it solve? Storing and moving API credentials for Gmail, Slack, JIRA, and other services between a local machine and CI/CD pipelines is error-prone and insecure when done with plain-text files or scattered environment variables. This Skill manages the agentio encrypted vault so credentials are created, exported, imported, and rotated through a single CLI. ## Core Features & Use Cases - Vault Lifecycle Management: Initialize a new encrypted vault, point agentio at an existing vault file, check vault status, or reset and clear stored credentials. - Encrypted Export and Import: Export all profiles and credentials as an encrypted blob with a 64-hex-character key, then import them in CI via the AGENTIO_CONFIG and AGENTIO_KEY environment variables. - Passphrase Handling: Change vault passphrases non-interactively using stdin or environment variables, keeping secrets out of shell history and process lists. - Use Case: Authenticate Gmail and Slack locally, run agentio vault export --all --file ./agentio.enc, store the output as GitHub Actions secrets, and run agentio vault import in a scheduled workflow to triage your inbox without any servers. ## Quick Start Use the agentio vault skill to initialize a new vault and export my credentials as an encrypted file for use in GitHub Actions.