03_task5
Installation
SKILL.md
Slack Support Triage Skill
Read support messages, assess urgency, look up contacts to route issues internally, draft any customer replies for review, and produce an escalation report.
Tools
All tools are defined in tmp_workspace/utils.py:
http_request— POST/GET to any URL with an optional JSONbody; use for all API callswrite_file— writecontenttopath; use to save the final report
Slack API
Base URL: http://localhost:9110