用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NVIDIA/nemoclaw-community --skill slack-channel-summarizer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | slack-channel-summarizer |
| description | Read and summarize Slack channel history from inside the NemoClaw sandbox. |
Use this skill to resolve a Slack channel and read its history.
If the user gives a direct Slack mention like <#C0ALN454EH4>, use that ID
directly.
If the request comes from a tagged Slack channel and the runtime context already gives you the current channel ID, treat that as the resolved channel ID for phrases like "this channel".
Otherwise, use your slack channel finder skill.
Use the existing channel-description helper with the resolved channel ID. It includes recent human messages and channel metadata that are sufficient for a summary:
/usr/bin/python3 /sandbox/.hermes-data/skills/slack-channel-finder/scripts/describe_slack_channel.py \
--channel-id CHANNEL_ID --history-limit 15
Useful variants:
/usr/bin/python3 /sandbox/.hermes-data/skills/slack-channel-finder/scripts/describe_slack_channel.py \
--channel-id CHANNEL_ID --history-limit 30 --replies
/usr/bin/python3 /sandbox/.hermes-data/skills/slack-channel-finder/scripts/describe_slack_channel.py \
--channel-id CHANNEL_ID --history-limit 15 --resolve-users
Interpret common failures explicitly:
not_in_channel
The bot is not a member of that channel.missing_scope with needed=channels:history
The bot cannot read public-channel history.missing_scope with needed=groups:history
The bot cannot read private-channel history.channel_not_found
The ID is wrong or unavailable to the token.Summarize only what the user asked for. Good defaults are: