install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/allanwei/slack-standup" ~/.claude/skills/openclaw-skills-slack-standup && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/allanwei/slack-standup" ~/.openclaw/skills/openclaw-skills-slack-standup && rm -rf "$T"
manifest:
skills/allanwei/slack-standup/SKILL.mdsource content
slack-standup SKILL.md
Skill Identity
- Name: slack-standup
- Version: 1.0.0
- 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
- collect_standup - Prompt team for daily updates
- aggregate_responses - Compile into formatted summary
- post_summary - Post to designated channel
- schedule_reminder - Set recurring daily prompts
Tools Required
- Slack Bot API (xoxb-* token)
- Cron scheduling
- Text formatting (Slack MRKDWN)
Installation
clawhub install slack-standup- Configure Slack bot token
- Set standup time (9:00 AM default)
- Test:
/standup test
Pricing
- One-time: $25
- Subscription: $5/month
- Team: $50 (up to 10 members)