一键导入
post-to-slack
Posts messages to Slack via webhook.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Posts messages to Slack via webhook.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
analyzes customer feedback across Email, GitHub, NPS, and churn cancellations.
Analyzes git history from a repository to summarize recent development activity, features in progress, and engineering priorities. Use when asked about what the team is working on, recent code changes, development velocity, or to prepare for planning/roadmap discussions.
Projects a customer's cost from prior usage data across seat-based, usage-based, and hybrid SaaS pricing models. Use when asked to "project cost", "estimate BYO cost", "estimate spend", "how much will this cost", "size a deal", or to build an enterprise-style usage/cost projection.
Does research on competitive features and creates a report.
Reads the most recent weekly product briefing, identifies P0 issues, researches them in the codebase, and spawns cloud coding agents to fix each one. Use when asked to "fix P0s", "address critical issues", or "work on top priorities from the briefing."
Reads content from a specific Google Doc by URL or document ID.
| name | post_to_slack |
| description | Posts messages to Slack via webhook. |
Use this skill to post messages to the team's Slack channel via webhook.
Run the post_to_slack.py script with the message text:
python3 .warp/skills/post_to_slack/post_to_slack.py "Your message here"
To post to a different Slack channel or workspace, use the --webhook-url argument:
python3 .warp/skills/post_to_slack/post_to_slack.py "Your message here" --webhook-url "https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
If no webhook URL is provided, the script reads the SLACK_WEBHOOK_URL environment variable.