openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Slack Standup

Automates Slack daily standups by prompting updates, compiling responses, and posting summaries on a set schedule.

通信与消息

作者:awei @allanwei

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.1

统计:⭐ 0 · 146 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:allanwei/slack-standup

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's code and docs implement a straightforward Slack standup bot, but the registry metadata fails to declare the Slack credentials it actually needs — an incoherence users should understand before installing.

目的

Name, description, SKILL.md, README, SETUP.md and scripts/standup.sh all consistently implement a Slack standup bot that posts prompts and summaries to a channel using a Slack Bot token and channel ID. The requested capabilities (collect, aggregate, post, schedule) match the included script and docs.

说明范围

SKILL.md and SETUP.md explicitly instruct configuring SLACK_BOT_TOKEN and channel/time settings; the runtime script reads SLACK_BOT_TOKEN and SLACK_CHANNEL_ID and calls Slack's chat.postMessage API. The instructions do not attempt to read unrelated files or exfiltrate data to unknown endpoints; network calls are limited to https://slack.com/api/chat.postMessage. However, the skill's runtime instructions and script assume environment variables …

安装机制

No install spec is provided (instruction-only plus a small shell script). Nothing is downloaded from external URLs or written to unexpected locations; risk from the install mechanism is low.

证书

The skill requires SLACK_BOT_TOKEN and SLACK_CHANNEL_ID (used directly by scripts/standup.sh and documented in SETUP.md), but the registry metadata lists no required environment variables and no primary credential. This mismatch is a material inconsistency: the skill needs a sensitive token (xoxb- style) and a channel identifier but the registry doesn't declare them for the user or platform to enforce/ask for. No other unrelated secrets are re…

持久

always is false and model invocation is allowed (the platform default). The skill does not request any persistent agent-level privileges or modify other skills/config; no elevated persistence or cross-skill access is requested.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Slack Standup」。简介:Automates Slack daily standups by prompting updates, compiling responses, and p…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/allanwei/slack-standup/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# slack-standup SKILL.md

## Skill Identity
- Name: slack-standup
- Version: 1.
- License: MIT
- Category: Productivity / Team Collaboration

## Description
Automated daily standup bot for Slack. Collects updates at scheduled times, aggregates responses, posts summaries.

## Business Value
- Problem: Remote teams waste time scheduling standup meetings
- Solution: Async standup via Slack bot
- ROI: Saves 15-30 min/day per team member

## Capabilities
1. collect_standup - Prompt team for daily updates
2. aggregate_responses - Compile into formatted summary
3. post_summary - Post to designated channel
4. schedule_reminder - Set recurring daily prompts

## Tools Required
- Slack Bot API (xoxb-* token)
- Cron scheduling
- Text formatting (Slack MRKDWN)

## Installation
1. `clawhub install slack-standup`
2. Configure Slack bot token
3. Set standup time (9:00 AM default)
4. Test: `/standup test`

## Pricing
- One-time: $25
- Subscription: $5/month
- Team: $50 (up to 10 members)