03_task2
Installation
SKILL.md
Slack Task Extractor Skill
Read recent Slack messages and extract everything the user needs to act on: deadlines, requests, and anything people are waiting on.
Tools
All tools are defined in tmp_workspace/utils.py:
http_request— POST to any URL with an optional JSONbody; use for all Slack API callswrite_file— writecontenttopath; use to save the final report
Slack API
Base URL: http://localhost:9110