From slack
Slack のユーザー・グループ一覧を取得してキャッシュ更新。Triggers on: /slack-users, 'ユーザー一覧', 'ユーザーキャッシュ'
How this skill is triggered — by the user, by Claude, or both
Slash command
/slack:slack-usersThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
ユーザー一覧とユーザーグループ一覧を取得してキャッシュを更新します。メッセージの投稿者名・メンション表示に必要です。
ユーザー一覧とユーザーグループ一覧を取得してキャッシュを更新します。メッセージの投稿者名・メンション表示に必要です。
スクリプトをフルパスリテラルで実行する。変数展開は使わない。
スクリプトはこの SKILL.md の2つ上のディレクトリの scripts/ にある。
例えばこの SKILL.md が /a/b/skills/slack-users/SKILL.md なら、スクリプトは /a/b/scripts/users.js。
node /a/b/scripts/users.js
npx claudepluginhub whatarule/scoped-connectors --plugin slackCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.