con un clic
agentio-setup
Use when interacting with setup via the agentio CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use when interacting with setup via the agentio CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Use when interacting with Google Chat via the agentio CLI - send messages, list spaces, read history.
Use to manage the agentio daemon (runs the scheduler for .run.md prompts).
Use when interacting with Google Docs via the agentio CLI - list, read, create.
Use when interacting with Google Drive via the agentio CLI - list, search, download, upload, folder navigation.
Use when interacting with Gmail via the agentio CLI - list, read, search, send, draft, reply, archive, mark, attachments, export.
Use when interacting with mcp via the agentio CLI.
Basado en la clasificación ocupacional SOC
| name | agentio-setup |
| description | Use when interacting with setup via the agentio CLI. |
Auto-generated from agentio skill setup. Do not edit by hand.
Initialize or manage the agentio vault
Options:
--reset: Wipe vault, pointer, and stored passphrase--force: Skip confirmation prompts (for --reset)Examples:
# first-time setup (interactive: prompts for vault path + passphrase)
agentio setup
# re-run on an already-configured vault to change passphrase or move it
agentio setup
# wipe the vault, pointer, and stored passphrase (asks for confirmation)
agentio setup --reset
# wipe non-interactively (CI / scripted reset)
agentio setup --reset --force