en un clic
agentio-github
Use when interacting with GitHub via the agentio CLI.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Use when interacting with GitHub via the agentio CLI.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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-github |
| description | Use when interacting with GitHub via the agentio CLI. |
Auto-generated from agentio skill github. Do not edit by hand.
Install AGENTIO_KEY and AGENTIO_CONFIG as GitHub Actions secrets
Options:
--profile <name>: Profile name (optional if only one profile exists)Examples:
# install secrets into a repo using the default github profile
agentio github install octocat/hello-world
# install secrets using a named profile
agentio github install octocat/hello-world --profile work
Remove AGENTIO_KEY and AGENTIO_CONFIG secrets from a repository
Options:
--profile <name>: Profile name (optional if only one profile exists)Examples:
# remove the agentio secrets from a repo
agentio github uninstall octocat/hello-world
# uninstall using a named profile
agentio github uninstall octocat/hello-world --profile work