con un clic
post-to-slack
Posts messages to Slack via webhook.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Posts messages to Slack via webhook.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.