Agent skill
get-user-profile
Slack ユーザーのプロファイル情報を取得する。「ユーザー情報」「プロファイル見せて」「ユーザープロファイル」「〇〇さんの情報」「このユーザーは誰」「アカウント情報」「メンバー情報」などで起動。公式Slack MCPの `slack_get_user_profile` を使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/get-user-profile
SKILL.md
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
ステータス: 🏠 リモートワーク中
注意事項
このスキルは読み取り専用です。プロファイル情報の変更はできません。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?