en un clic
agentio-slack
Use when sending Slack messages 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 sending Slack messages 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-slack |
| description | Use when sending Slack messages via the agentio CLI. |
Auto-generated from agentio skill slack. Do not edit by hand.
Send a message to Slack
Options:
--profile <name>: Profile name (optional if only one profile exists)--json [file]: Send Block Kit message from JSON file (or stdin if no file specified)Examples:
# send a quick text message to the default profile
agentio slack send "deploy finished"
# pipe message body via stdin
echo "build failed: see logs" | agentio slack send
# send a Block Kit payload from a JSON file
agentio slack send --json ./alert.json
# send to a specific profile
agentio slack send --profile alerts "incident opened"