Back to skills
extension
Category: Development & EngineeringNo API key required

get-user-profile

Retrieve profile information of a Slack user. It can be activated by commands such as 'user information', 'show profile', 'user profile', 'information about ○○', 'who is this user', 'account information', 'member information'. Uses the official Slack MCP's `slack_get_user_profile` function.

personAuthor: jakexiaohubgithub

User Profiler

Slack ユーザーのプロファイル情報を取得します。

ワークフロー

1. ユーザーIDの確認

対象ユーザーのIDを確認

2. プロファイル取得

公式Slack MCPの slack_get_user_profile ツールを使用:

slack_get_user_profile(
  user_id="U01234567"
)

3. 結果の表示

ユーザープロファイル情報を表示:

# ユーザープロファイル

名前: 山田太郎
表示名: yamada
メール: yamada@example.com
タイトル: Senior Engineer
ステータス: 🏠 リモートワーク中

注意事項

このスキルは読み取り専用です。プロファイル情報の変更はできません。