ワンクリックで
slack
Send messages to Slack channels via incoming webhook.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Send messages to Slack channels via incoming webhook.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Zerg/Longhouse full ship cycle — test, deploy, QA, verify. Use when pushing changes to production or doing a full dev→deploy iteration.
Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.
Longhouse managed provider CLI control paths for Claude, Codex, Antigravity, and similar CLIs. Use when investigating or changing managed sessions, provider binary ownership, `longhouse claude`, `longhouse codex`, bridge/relay/hook behavior, local-health liveness, reattach behavior, stale provider runtimes, or AGENTS.md guidance about managed vs unmanaged sessions.
Refresh and ship the Longhouse landing hero video, poster, and supporting product screenshots from realistic demo data, then verify the responsive composition visually.
Zerg testing workflow (unit + E2E). Use when running or debugging tests.
Diagnose slow or inconsistent managed Longhouse sessions by separating provider-loop latency, local hook/control-path health, hosted ingest lag, and runtime-state mismatches.
| name | slack |
| description | Send messages to Slack channels via incoming webhook. |
| emoji | 💬 |
Send messages to Slack channels via incoming webhooks.
send_slack_webhook - Send a message to a Slack channel via webhookRequires a Slack Incoming Webhook URL. Create one at https://api.slack.com/messaging/webhooks
Configure the webhook URL in Settings > Connectors > Slack, or provide it directly via the webhook_url parameter.
send_slack_webhook(
text="Hello from Longhouse!"
)
Supports Slack Block Kit for rich messages:
send_slack_webhook(
text="Deployment completed",
blocks=[{"type": "section", "text": {"type": "mrkdwn", "text": "*Status:* Success"}}]
)