スキル一覧に戻る
plosson

agentio-gchat

by plosson

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: agentio-gchat description: 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).

Google Chat Operations with agentio

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:

  • Webhook: Send-only, simple setup
  • OAuth: Full access (send, list, get messages)

Send a Message

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)

List Messages (OAuth only)

agentio gchat list --space <id> [--limit N]

Options:

  • --space <id>: Space ID (required)
  • --limit <n>: Number of messages (default: 10)

Get a Message (OAuth only)

agentio gchat get <message-id> --space <id>

Examples

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

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です