ワンクリックで
agentio-update
Use when interacting with update via the agentio CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when interacting with update via the agentio CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| name | agentio-update |
| description | Use when interacting with update via the agentio CLI. |
Auto-generated from agentio skill update. Do not edit by hand.
Update agentio to the latest version
Options:
--check: Only check for updates, don't install--force: Force update even if already on latest version-y, --yes: Skip confirmation promptExamples:
# check for a newer release and install it (asks for confirmation)
agentio update
# only check (no download)
agentio update --check
# non-interactive update (skip confirmation; useful in scripts)
agentio update --yes
# reinstall the same version (e.g. recover a corrupted binary)
agentio update --force --yes