What problem does it solve? Remote agents need scoped credentials to read secrets from a central vault hub, but handing out full access tokens is risky and hard to manage. This Skill manages the lifecycle of API keys that control exactly which service profiles each agent can use. ## Core Features & Use Cases - Scoped Key Creation: Create keys limited to specific service/name profiles, read-only access, or profile-management rights. - Key Lifecycle Management: List, rename, rescope, rotate, and revoke keys, with tokens printed only once at creation. - Use Case: You run a CI agent that only needs to read Gmail and Google Drive credentials. Create a read-only key scoped to those two profiles, capture the token in a deploy script, and rotate or revoke it instantly if the pipeline is decommissioned. ## Quick Start Ask the agent to create a read-only agentio key named ci scoped to your gmail and gdrive profiles with your hub's public URL.