Use when interacting with Google Chat - send messages, list messages, or get message details. Requires agentio CLI with a configured Google Chat profile (webhook or OAuth).
Sends messages to Google Chat spaces or retrieves conversation history using the agentio CLI. Triggers when you need to post notifications, updates, or read chat messages in Google Chat.
/plugin marketplace add plosson/agentio/plugin install agentio@agentioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use agentio gchat commands to interact with Google Chat. Multiple profiles can be configured - the default profile is used unless you specify --profile <name>.
Profiles can be either:
agentio gchat send <message> [options]
Or pipe via stdin:
echo "Message content" | agentio gchat send
Options:
--profile <name>: Use specific profile--space <id>: Space ID (required for OAuth profiles)--thread <id>: Thread ID to reply to (optional)--json [file]: Send rich message from JSON file (or stdin)agentio gchat list --space <id> [--limit N]
Options:
--space <id>: Space ID (required)--limit <n>: Number of messages (default: 10)agentio gchat get <message-id> --space <id>
Simple message (webhook):
agentio gchat send "Deployment complete"
Message to specific space (OAuth):
agentio gchat send "Status update" --space spaces/AAAA1234
Rich message with JSON:
agentio gchat send --json message.json
Or via stdin:
cat <<EOF | agentio gchat send --json
{
"text": "Build status",
"cards": [{"header": {"title": "CI/CD"}}]
}
EOF
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.